From ec1856351edf905971df807554ce6c5273d43839 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 26 Oct 2022 02:06:16 +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-3050818 --- 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..c207ef6bbb3 100644 --- a/packages/react-dev-utils/package.json +++ b/packages/react-dev-utils/package.json @@ -55,7 +55,7 @@ "opn": "5.2.0", "pkg-up": "2.0.0", "react-error-overlay": "^4.0.0", - "recursive-readdir": "2.2.1", + "recursive-readdir": "2.2.3", "shell-quote": "1.6.1", "sockjs-client": "1.1.4", "strip-ansi": "4.0.0",