From 53c4c208a717f6a0f86c7d48e8bc60a85404673f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Jun 2026 12:25:36 +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 48197f822c3..b8b8870a3c5 100644 --- a/packages/react-dev-utils/package.json +++ b/packages/react-dev-utils/package.json @@ -56,7 +56,7 @@ "pkg-up": "2.0.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": "4.0.0", "text-table": "0.2.0"