From 405c0214cc5c12e8cbc639b9b098aa1dcbca44ca Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 17 Dec 2020 05:03:43 +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-NODENOTIFIER-1035794 --- 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