From b64df343d7ecba97f649787c23c61bc77cece1f1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Jun 2026 20:45:46 +0000 Subject: [PATCH] chore(deps): bump shell-quote from 1.8.3 to 1.8.4 Bumps [shell-quote](https://github.com/ljharb/shell-quote) from 1.8.3 to 1.8.4. - [Changelog](https://github.com/ljharb/shell-quote/blob/main/CHANGELOG.md) - [Commits](https://github.com/ljharb/shell-quote/compare/v1.8.3...v1.8.4) --- updated-dependencies: - dependency-name: shell-quote dependency-version: 1.8.4 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package-lock.json | 10 +++++----- packages/cli/package.json | 2 +- packages/core/package.json | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) 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",