From 3264d4a450bf86f8ff825dbd7666164b6dd3bcb9 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 28 Nov 2023 20:54:20 +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-REQUEST-3361831 - https://snyk.io/vuln/SNYK-JS-SEMVER-3247795 - https://snyk.io/vuln/SNYK-JS-TOUGHCOOKIE-5672873 - https://snyk.io/vuln/SNYK-JS-WS-1296835 --- 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"