From 8b580d86a967d29e06ae6f1d6a00e11ac9492b5f Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 8 Jun 2021 20:16:48 +0000 Subject: [PATCH] fix: examples/cra-ts-essentials/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-CSSWHAT-1298035 --- examples/cra-ts-essentials/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/cra-ts-essentials/package.json b/examples/cra-ts-essentials/package.json index 74a95e1e5032..d562fba392d5 100644 --- a/examples/cra-ts-essentials/package.json +++ b/examples/cra-ts-essentials/package.json @@ -30,7 +30,7 @@ "global": "^4.3.2", "react": "^16.0.0", "react-dom": "^16.0.0", - "react-scripts": "3.4.1", + "react-scripts": "4.0.0", "typescript": "3.8.3" }, "devDependencies": {