From 7ef455d3f8316c73af2fa9c265ac38da1f1bbc43 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 14 Jun 2023 08:20:46 +0000 Subject: [PATCH] fix: upgrade web3-eth-contract from 1.9.0 to 1.10.0 Snyk has created this PR to upgrade web3-eth-contract from 1.9.0 to 1.10.0. See this package in npm: https://www.npmjs.com/package/web3-eth-contract See this project in Snyk: https://app.snyk.io/org/satt/project/b89486be-ad07-4d6c-a51a-2fa8a25baa00?utm_source=github&utm_medium=referral&page=upgrade-pr --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 20ad55ed..1401fc29 100644 --- a/package.json +++ b/package.json @@ -136,7 +136,7 @@ "validator": ">=13.7.0", "web3": "^1.9.0", "web3-eth-abi": "^1.8.1", - "web3-eth-contract": "^1.8.1", + "web3-eth-contract": "^1.10.0", "wif": "^2.0.6", "winston": "^3.3.3", "ws": "^7.4.6",