summaryrefslogtreecommitdiff
path: root/package-lock.json
diff options
context:
space:
mode:
authorBigUncle <[email protected]>2025-07-06 05:58:51 +0800
committerGitHub <[email protected]>2025-07-05 21:58:51 +0000
commitb564d4a088d11ae5a90291e642b104761d72ee61 (patch)
tree2423d004716aa77f05e55b019fe652a18d539f1d /package-lock.json
parent5c9372372c73afcff893499e538cf5522a4400e2 (diff)
fix(core): Sanitize tool parameters to fix 400 API errors (#3300)
Diffstat (limited to 'package-lock.json')
-rw-r--r--package-lock.json4
1 files changed, 4 insertions, 0 deletions
diff --git a/package-lock.json b/package-lock.json
index a87cd491..faf1e5f2 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -10,6 +10,9 @@
"workspaces": [
"packages/*"
],
+ "dependencies": {
+ "shell-quote": "^1.8.3"
+ },
"bin": {
"gemini": "bundle/gemini.js"
},
@@ -17,6 +20,7 @@
"@types/micromatch": "^4.0.9",
"@types/mime-types": "^2.1.4",
"@types/minimatch": "^5.1.2",
+ "@types/shell-quote": "^1.7.5",
"@vitest/coverage-v8": "^3.1.1",
"concurrently": "^9.2.0",
"cross-env": "^7.0.3",