From 0746ec88a78ab6c23d53827535a761afaad43063 Mon Sep 17 00:00:00 2001 From: "snyk-io[bot]" <141718529+snyk-io[bot]@users.noreply.github.com> Date: Mon, 23 Feb 2026 03:38:17 +0000 Subject: [PATCH] fix: packages/react-dev-utils/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-MINIMATCH-15309438 --- 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 77a41ebe588..1c4a9c20ffb 100644 --- a/packages/react-dev-utils/package.json +++ b/packages/react-dev-utils/package.json @@ -72,7 +72,7 @@ "pkg-up": "3.1.0", "prompts": "2.4.0", "react-error-overlay": "^6.0.9", - "recursive-readdir": "2.2.2", + "recursive-readdir": "2.2.3", "shell-quote": "1.7.2", "strip-ansi": "6.0.0", "text-table": "0.2.0"