From ac355d4d45cb0c186503927859652cac7ff31296 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 9 Nov 2024 06:19:05 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-CROSSSPAWN-8303230 - https://snyk.io/vuln/SNYK-JS-SEMVER-3247795 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5da00c84..36b715ac 100644 --- a/package.json +++ b/package.json @@ -68,7 +68,7 @@ "react-hot-toast": "^2.2.0", "react-router": "^6.3.0", "react-router-dom": "6", - "react-scripts": "4.0.3", + "react-scripts": "5.0.0", "starknet": "4.9.0", "use-breakpoint": "^3.0.1", "use-deep-compare-effect": "^1.8.1",