From d9ea5ea856b50c9078bd44af5ae5b75365ebd8f1 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 25 Oct 2022 20:16:03 +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 bbfb93eb27b..c74a7b027ce 100644 --- a/packages/react-dev-utils/package.json +++ b/packages/react-dev-utils/package.json @@ -58,7 +58,7 @@ "opn": "5.4.0", "pkg-up": "2.0.0", "react-error-overlay": "^5.0.4", - "recursive-readdir": "2.2.2", + "recursive-readdir": "2.2.3", "shell-quote": "1.6.1", "sockjs-client": "1.1.5", "strip-ansi": "4.0.0",