summaryrefslogtreecommitdiff
path: root/packages/cli/package.json
diff options
context:
space:
mode:
authorTommaso Sciortino <[email protected]>2025-07-08 17:40:49 -0700
committerGitHub <[email protected]>2025-07-09 00:40:49 +0000
commit9273e8ddae86af7edc67f24a85b6b55ddba856d1 (patch)
treef771ca9a3cecc86083d0eb8b9e6b3aff70bfbe0c /packages/cli/package.json
parent3e157a233124bce15420b1633e81c98013eb29e7 (diff)
Fix version of shell-quote (#3557)
Diffstat (limited to 'packages/cli/package.json')
-rw-r--r--packages/cli/package.json2
1 files changed, 1 insertions, 1 deletions
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",