From f4939eac48f1aa5abf36642cb961fb236349c4b9 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 15 Sep 2021 23:26:00 +0000 Subject: [PATCH] fix: examples/cra-react15/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ANSIREGEX-1583908 --- examples/cra-react15/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/cra-react15/package.json b/examples/cra-react15/package.json index 37f5a75859a2..2395260c922f 100644 --- a/examples/cra-react15/package.json +++ b/examples/cra-react15/package.json @@ -7,7 +7,7 @@ "global": "^4.3.2", "react": "^15.4.2", "react-dom": "^15.4.2", - "react-scripts": "3.3.0" + "react-scripts": "4.0.0" }, "scripts": { "start": "react-scripts start",