From a01f9cacc5ef01a90bfd89c59c0453f5bfaec42f Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 22 Mar 2024 18:02:00 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-TAR-6476909 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 1ac04d4..f3349b8 100644 --- a/package.json +++ b/package.json @@ -48,7 +48,7 @@ "bn.js": "^5.2.1", "hardhat-typechain": "^0.3.5", "rimraf": "^5.0.4", - "web3": "^1.7.4", + "web3": "^4.0.1", "web3-core": "^1.7.4", "web3-eth-contract": "^1.7.4" },