From 603a456b67a7cd4799d22995293d42a89e5fe804 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 2 Dec 2020 04:53:22 +0000 Subject: [PATCH] fix: lib/cli/test/fixtures/react_scripts_v2/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-Y18N-1021887 --- lib/cli/test/fixtures/react_scripts_v2/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/cli/test/fixtures/react_scripts_v2/package.json b/lib/cli/test/fixtures/react_scripts_v2/package.json index c25417bdd69f..a1e1418e0611 100644 --- a/lib/cli/test/fixtures/react_scripts_v2/package.json +++ b/lib/cli/test/fixtures/react_scripts_v2/package.json @@ -17,6 +17,6 @@ "dependencies": { "react": "^16.8.3", "react-dom": "^16.8.3", - "react-scripts": "2.1.5" + "react-scripts": "3.0.0" } }