From 68bc6d88fdadf2f8170c7165cae57c4f5c129790 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 22 Jun 2021 19:30:27 +0000 Subject: [PATCH] fix: examples/cra-ts-kitchen-sink/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-kitchen-sink/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/cra-ts-kitchen-sink/package.json b/examples/cra-ts-kitchen-sink/package.json index 2bb190a2604f..dae0fc0e6870 100644 --- a/examples/cra-ts-kitchen-sink/package.json +++ b/examples/cra-ts-kitchen-sink/package.json @@ -30,7 +30,7 @@ "prop-types": "^15.7.2", "react": "^16.10.2", "react-dom": "^16.10.2", - "react-scripts": "3.4.1", + "react-scripts": "4.0.0", "typescript": "3.8.3" }, "devDependencies": {