From b0da1c519efbabdfe90899889f53fc79f1e36a9f Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 2 Aug 2024 00:06:29 +0000 Subject: [PATCH] feat: upgrade web3-eth-contract from 1.10.4 to 4.6.0 Snyk has created this PR to upgrade web3-eth-contract from 1.10.4 to 4.6.0. See this package in npm: web3-eth-contract See this project in Snyk: https://app.snyk.io/org/okeamah/project/f19e6dd2-5072-4177-b44c-a4c5e94555dc?utm_source=github&utm_medium=referral&page=upgrade-pr --- examples/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/package.json b/examples/package.json index 3fcf68c..420e959 100644 --- a/examples/package.json +++ b/examples/package.json @@ -63,7 +63,7 @@ "tronweb": "^4.4.0", "web3": "^1.9.0", "web3-core": "^1.9.0", - "web3-eth-contract": "^1.9.0", + "web3-eth-contract": "^4.6.0", "web3-utils": "^1.9.0", "@stellar/stellar-sdk": "11.3.0" },