From 4ad88dc4efb72dcc53e9c73095ac8306b279c551 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 19 Sep 2024 02:33:58 +0000 Subject: [PATCH] fix: libs/remix-analyzer/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-WEB3UTILS-6229337 --- libs/remix-analyzer/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/remix-analyzer/package.json b/libs/remix-analyzer/package.json index 5477ae4b920..33a46c193c6 100644 --- a/libs/remix-analyzer/package.json +++ b/libs/remix-analyzer/package.json @@ -31,7 +31,7 @@ "ethers": "^5.4.2", "ethjs-util": "^0.1.6", "string-similarity": "^4.0.4", - "web3": "^1.5.1" + "web3": "^4.13.0" }, "publishConfig": { "access": "public"