From 6f942204cf92ea312c06cf0bb8b203ade51f5e19 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 24 Mar 2024 17:37:29 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-WEB3UTILS-6229337 --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 1ac04d4..78ad7b2 100644 --- a/package.json +++ b/package.json @@ -48,9 +48,9 @@ "bn.js": "^5.2.1", "hardhat-typechain": "^0.3.5", "rimraf": "^5.0.4", - "web3": "^1.7.4", - "web3-core": "^1.7.4", - "web3-eth-contract": "^1.7.4" + "web3": "^4.0.1", + "web3-core": "^4.0.1", + "web3-eth-contract": "^4.0.1" }, "devDependencies": { "@nomiclabs/hardhat-ethers": "^2.0.0",