summaryrefslogtreecommitdiff
path: root/package-lock.json
diff options
context:
space:
mode:
authorchristine betts <[email protected]>2025-07-15 22:13:03 +0000
committerGitHub <[email protected]>2025-07-15 22:13:03 +0000
commitb61016f2a513fb721125dec9b4bfe128f92890cb (patch)
tree2cef074a3f4e800fc934786835081ccad76fa918 /package-lock.json
parentbf51de1a4d2111af4ece5a6d5567ed69f8f087df (diff)
Set port dynamically in VSCode extension and read from it in gemini-cli and send initial notification (#4255)
Diffstat (limited to 'package-lock.json')
-rw-r--r--package-lock.json12
1 files changed, 12 insertions, 0 deletions
diff --git a/package-lock.json b/package-lock.json
index 5c1b7c0a..99269519 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -5699,6 +5699,18 @@
"url": "https://github.com/sponsors/ljharb"
}
},
+ "node_modules/get-port": {
+ "version": "7.1.0",
+ "resolved": "https://registry.npmjs.org/get-port/-/get-port-7.1.0.tgz",
+ "integrity": "sha512-QB9NKEeDg3xxVwCCwJQ9+xycaz6pBB6iQ76wiWMl1927n0Kir6alPiP+yuiICLLU4jpMe08dXfpebuQppFA2zw==",
+ "license": "MIT",
+ "engines": {
+ "node": ">=16"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/sindresorhus"
+ }
+ },
"node_modules/get-proto": {
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/get-proto/-/get-proto-1.0.1.tgz",