From dc174ac29f784dd353e1670e73e6f2711b21c54f Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 14 Dec 2021 21:52:27 +0000 Subject: [PATCH] fix: packages/react-scripts/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-SHELLQUOTE-1766506 --- packages/react-scripts/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/react-scripts/package.json b/packages/react-scripts/package.json index 3b31c7393..6a92b5650 100644 --- a/packages/react-scripts/package.json +++ b/packages/react-scripts/package.json @@ -38,7 +38,7 @@ "postcss-loader": "2.0.8", "promise": "8.0.1", "raf": "3.4.0", - "react-dev-utils": "4.2.1", + "react-dev-utils": "12.0.0", "sass-loader": "^6.0.6", "source-map-loader": "^0.2.1", "style-loader": "0.19.0",