From f7b89b1fb569b3d1e3863da0100f0380c4d765e3 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 28 Aug 2025 07:40:45 +0000 Subject: [PATCH] fix: examples/crud/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-FORMDATA-10841150 - https://snyk.io/vuln/SNYK-JS-BRACES-6838727 - https://snyk.io/vuln/SNYK-JS-REQUEST-3361831 - https://snyk.io/vuln/SNYK-JS-TOUGHCOOKIE-5672873 - https://snyk.io/vuln/SNYK-JS-INFLIGHT-6095116 - https://snyk.io/vuln/SNYK-JS-UNSETVALUE-2400660 - https://snyk.io/vuln/SNYK-JS-MICROMATCH-6838728 --- examples/crud/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/crud/package.json b/examples/crud/package.json index 301316575..2547ae185 100644 --- a/examples/crud/package.json +++ b/examples/crud/package.json @@ -23,7 +23,7 @@ "react": "^16.13.1", "react-dom": "^16.13.1", "react-jss": "^8.6.0", - "react-scripts": "^3.1.0", + "react-scripts": "^5.0.0", "recompose": "^0.30.0", "yup": "^0.27.0" },