From ce2a759b4a68864223aa7d49b00e5432c38ba248 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 4 Dec 2023 23:34:48 +0000 Subject: [PATCH] fix: examples/cra-react15/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://dev.snyk.io/vuln/SNYK-JS-INFLIGHT-6095116 - https://dev.snyk.io/vuln/SNYK-JS-UNSETVALUE-2400660 --- 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 eab6a72732e3..6cd5bac377df 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": "5.0.0" }, "devDependencies": { "@storybook/addon-actions": "5.3.0-alpha.22",