From 5f0083f3e3a6c617240b81e34908f40f26ffa90d Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 15 Oct 2024 20:23:27 +0000 Subject: [PATCH] fix: libs/remix-debug/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ELLIPTIC-8172694 - https://snyk.io/vuln/SNYK-JS-ELLIPTIC-8187303 --- libs/remix-debug/package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/libs/remix-debug/package.json b/libs/remix-debug/package.json index 33b2d1cd6c1..72fac3b2633 100644 --- a/libs/remix-debug/package.json +++ b/libs/remix-debug/package.json @@ -21,16 +21,16 @@ "@ethereumjs/block": "^3.4.0", "@ethereumjs/common": "^2.2.0", "@ethereumjs/tx": "^3.3.0", - "@ethereumjs/vm": "^5.5.0", - "@remix-project/remix-astwalker": "^0.0.26", + "@ethereumjs/vm": "^6.0.0", + "@remix-project/remix-astwalker": "^0.0.64", "@remix-project/remix-lib": "^0.5.6", "async": "^2.6.2", "commander": "^2.19.0", "deep-equal": "^1.0.1", "ethereumjs-util": "^7.0.10", - "ethers": "^5.4.2", + "ethers": "^6.0.0", "string-similarity": "^4.0.4", - "web3": "^1.5.1" + "web3": "^4.2.0" }, "devDependencies": { "@babel/core": "^7.4.5",