From e45d35fc34351cc02629bba3b186b17748331111 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 26 May 2021 20:05:27 +0000 Subject: [PATCH] fix: lib/cli/test/fixtures/react_scripts/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-WS-1296835 --- lib/cli/test/fixtures/react_scripts/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/cli/test/fixtures/react_scripts/package.json b/lib/cli/test/fixtures/react_scripts/package.json index 0cae514ee4ab..681073e270b5 100644 --- a/lib/cli/test/fixtures/react_scripts/package.json +++ b/lib/cli/test/fixtures/react_scripts/package.json @@ -11,6 +11,6 @@ "dependencies": { "react": "^16.8.3", "react-dom": "^16.8.3", - "react-scripts": "^3.0.0" + "react-scripts": "^4.0.0" } } \ No newline at end of file