From c33a98e9b8f111811babc4a365360005c9c7febf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Jun 2026 12:23:01 +0000 Subject: [PATCH] Bump shell-quote from 1.6.1 to 1.8.4 in /packages/react-dev-utils Bumps [shell-quote](https://github.com/ljharb/shell-quote) from 1.6.1 to 1.8.4. - [Changelog](https://github.com/ljharb/shell-quote/blob/main/CHANGELOG.md) - [Commits](https://github.com/ljharb/shell-quote/compare/v1.6.1...v1.8.4) --- updated-dependencies: - dependency-name: shell-quote dependency-version: 1.8.4 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- packages/react-dev-utils/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/react-dev-utils/package.json b/packages/react-dev-utils/package.json index 18f37c971e4..278b04da67b 100644 --- a/packages/react-dev-utils/package.json +++ b/packages/react-dev-utils/package.json @@ -50,7 +50,7 @@ "opn": "5.2.0", "react-error-overlay": "^4.0.0", "recursive-readdir": "2.2.1", - "shell-quote": "1.6.1", + "shell-quote": "1.8.4", "sockjs-client": "1.1.4", "strip-ansi": "3.0.1", "text-table": "0.2.0"