From abde81a42a45c400a60cac27747258214d3b4409 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 24 Mar 2024 22:43:24 +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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libs/remix-analyzer/package.json b/libs/remix-analyzer/package.json index 5c8c540cd6f..3046065be8d 100644 --- a/libs/remix-analyzer/package.json +++ b/libs/remix-analyzer/package.json @@ -22,13 +22,13 @@ "@ethereumjs/block": "^3.4.0", "@ethereumjs/tx": "^3.3.0", "@ethereumjs/vm": "^5.5.0", - "@remix-project/remix-astwalker": "^0.0.26", + "@remix-project/remix-astwalker": "^0.0.30", "@remix-project/remix-lib": "^0.5.6", "async": "^2.6.2", "ethereumjs-util": "^7.0.10", "ethers": "^5.4.2", "string-similarity": "^4.0.4", - "web3": "^1.5.1" + "web3": "^4.0.1" }, "publishConfig": { "access": "public"