From 2a31364ed6d580a062e9cfc55f5c0a34f954813a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 17 Jun 2024 17:50:25 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-WS-7266574 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 5da00c84..b232bbbf 100644 --- a/package.json +++ b/package.json @@ -68,12 +68,12 @@ "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", "use-wallet": "^0.13.6", - "web3": "^1.8.1" + "web3": "^4.0.1" }, "devDependencies": { "@babel/cli": "^7.16.0",