From 3b9fca8c7dfb0139697d0980448d05b3852fba4f Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 25 Oct 2022 21:33: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 ca08b4e612b..b8637accc3f 100644 --- a/packages/react-dev-utils/package.json +++ b/packages/react-dev-utils/package.json @@ -54,7 +54,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",