From 905afc7a4c7285360fa18862015139f5db8be14a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 18 Oct 2024 17:28:05 +0000 Subject: [PATCH] fix: ui/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ELLIPTIC-8187303 --- ui/package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ui/package.json b/ui/package.json index b2d1f6fcc..2f9b6e9d7 100644 --- a/ui/package.json +++ b/ui/package.json @@ -21,11 +21,11 @@ "react-dom": "16.13.1", "react-router": "^4.3.1", "react-router-dom": "^4.2.2", - "react-scripts": "3.0.1", + "react-scripts": "5.0.0", "react-transition-group": "^2.2.1", "sweetalert": "^2.1.0", - "web3": "1.0.0-beta.30", - "web3-utils": "1.0.0-beta.30" + "web3": "4.0.1", + "web3-utils": "1.6.0" }, "scripts": { "lint": "eslint . --ignore-path ../.eslintignore",