diff --git a/package-lock.json b/package-lock.json index 0c6c449d325..24f429a58af 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14778,9 +14778,9 @@ } }, "node_modules/shell-quote": { - "version": "1.8.3", - "resolved": "https://registry.npmjs.org/shell-quote/-/shell-quote-1.8.3.tgz", - "integrity": "sha512-ObmnIF4hXNg1BqhnHmgbDETF8dLPCggZWBjkQfhZpbszZnYur5DUljTcCHii5LC3J5E0yeO/1LIMyH+UvHQgyw==", + "version": "1.8.4", + "resolved": "https://registry.npmjs.org/shell-quote/-/shell-quote-1.8.4.tgz", + "integrity": "sha512-VsC6n6vz1ihYYyZZwX7YZSF5l5x36ca17OC+a69h94YqB7X6XLwf+5MOgynYir2SLFUbl8gIYvBo8K8RoNQ6bQ==", "license": "MIT", "engines": { "node": ">= 0.4" @@ -17999,7 +17999,7 @@ "prompts": "^2.4.2", "proper-lockfile": "^4.1.2", "react": "^19.2.0", - "shell-quote": "^1.8.3", + "shell-quote": "^1.8.4", "simple-git": "^3.28.0", "string-width": "^8.1.0", "strip-ansi": "^7.1.0", @@ -18197,7 +18197,7 @@ "proper-lockfile": "^4.1.2", "puppeteer-core": "^24.0.0", "read-package-up": "^11.0.0", - "shell-quote": "^1.8.3", + "shell-quote": "^1.8.4", "simple-git": "^3.28.0", "strip-ansi": "^7.1.0", "strip-json-comments": "^3.1.1", diff --git a/packages/cli/package.json b/packages/cli/package.json index cd3b2ec1352..582a42a000f 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -59,7 +59,7 @@ "prompts": "^2.4.2", "proper-lockfile": "^4.1.2", "react": "^19.2.0", - "shell-quote": "^1.8.3", + "shell-quote": "^1.8.4", "simple-git": "^3.28.0", "string-width": "^8.1.0", "strip-ansi": "^7.1.0", diff --git a/packages/core/package.json b/packages/core/package.json index 90010084f76..728db2ff474 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -78,7 +78,7 @@ "proper-lockfile": "^4.1.2", "puppeteer-core": "^24.0.0", "read-package-up": "^11.0.0", - "shell-quote": "^1.8.3", + "shell-quote": "^1.8.4", "simple-git": "^3.28.0", "strip-ansi": "^7.1.0", "strip-json-comments": "^3.1.1",