diff options
| author | Tommaso Sciortino <[email protected]> | 2025-07-08 17:40:49 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-07-09 00:40:49 +0000 |
| commit | 9273e8ddae86af7edc67f24a85b6b55ddba856d1 (patch) | |
| tree | f771ca9a3cecc86083d0eb8b9e6b3aff70bfbe0c | |
| parent | 3e157a233124bce15420b1633e81c98013eb29e7 (diff) | |
Fix version of shell-quote (#3557)
| -rw-r--r-- | package-lock.json | 7 | ||||
| -rw-r--r-- | packages/cli/package.json | 2 |
2 files changed, 3 insertions, 6 deletions
diff --git a/package-lock.json b/package-lock.json index bf344367..dca68455 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,9 +10,6 @@ "workspaces": [ "packages/*" ], - "dependencies": { - "shell-quote": "^1.8.3" - }, "bin": { "gemini": "bundle/gemini.js" }, @@ -11231,7 +11228,7 @@ "open": "^10.1.2", "react": "^19.1.0", "read-package-up": "^11.0.0", - "shell-quote": "^1.8.2", + "shell-quote": "^1.8.3", "string-width": "^7.1.0", "strip-ansi": "^7.1.0", "strip-json-comments": "^3.1.1", @@ -11410,7 +11407,7 @@ "ignore": "^7.0.0", "micromatch": "^4.0.8", "open": "^10.1.2", - "shell-quote": "^1.8.2", + "shell-quote": "^1.8.3", "simple-git": "^3.28.0", "strip-ansi": "^7.1.0", "undici": "^7.10.0", diff --git a/packages/cli/package.json b/packages/cli/package.json index 70cf6b1a..a372a236 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -48,7 +48,7 @@ "open": "^10.1.2", "react": "^19.1.0", "read-package-up": "^11.0.0", - "shell-quote": "^1.8.2", + "shell-quote": "^1.8.3", "string-width": "^7.1.0", "strip-ansi": "^7.1.0", "strip-json-comments": "^3.1.1", |
