From 0dd5c7e2a986b1f5642945673062f2421f7e8c7a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 14 Sep 2025 01:11:36 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-DEBUG-12552895 - https://snyk.io/vuln/SNYK-JS-ISARRAYISH-12552904 - https://snyk.io/vuln/SNYK-JS-SIMPLESWIZZLE-12552908 - https://snyk.io/vuln/SNYK-JS-FORMDATA-10841150 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index abf7a32..7ad6e08 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "react": "^16.5.2", "react-app-polyfill": "^1.0.1", "react-dom": "^16.5.2", - "react-scripts": "3.4.1" + "react-scripts": "5.0.0" }, "scripts": { "start": "react-app-rewired start",