From e68ce6b84ad0a52749e542708eecf48607a4a2d9 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 22 Jun 2021 20:58:35 +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-POSTCSS-1090595 - https://snyk.io/vuln/SNYK-JS-POSTCSS-1255640 --- 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": {