From ff38864a886e6b1d1b055be9dc01bbe800efbe4c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 8 Mar 2021 04:36:53 +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-GLOBPARENT-1016905 --- 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 383acac80901..c1b6509e0463 100644 --- a/examples/cra-react15/package.json +++ b/examples/cra-react15/package.json @@ -15,7 +15,7 @@ "global": "^4.3.2", "react": "^15.4.2", "react-dom": "^15.4.2", - "react-scripts": "3.0.1" + "react-scripts": "4.0.0" }, "devDependencies": { "@storybook/addon-actions": "6.0.0-alpha.3",