From 6770752467a982e52d6e7a5c38a4d562b3c6c61d Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 25 Oct 2022 20:41:41 +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 6e49955e453..ffdacd5ceaf 100644 --- a/packages/react-dev-utils/package.json +++ b/packages/react-dev-utils/package.json @@ -55,7 +55,7 @@ "opn": "5.3.0", "pkg-up": "2.0.0", "react-error-overlay": "^4.0.0", - "recursive-readdir": "2.2.2", + "recursive-readdir": "2.2.3", "shell-quote": "1.6.1", "sockjs-client": "1.1.4", "strip-ansi": "4.0.0",