From e06656464d3c5535fc511f02c8fb5856b7c8d5dd Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 14 Jun 2023 08:20:51 +0000 Subject: [PATCH] fix: upgrade web3-eth-abi from 1.9.0 to 1.10.0 Snyk has created this PR to upgrade web3-eth-abi from 1.9.0 to 1.10.0. See this package in npm: https://www.npmjs.com/package/web3-eth-abi 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..b71788cb 100644 --- a/package.json +++ b/package.json @@ -135,7 +135,7 @@ "uuid": "^8.3.2", "validator": ">=13.7.0", "web3": "^1.9.0", - "web3-eth-abi": "^1.8.1", + "web3-eth-abi": "^1.10.0", "web3-eth-contract": "^1.8.1", "wif": "^2.0.6", "winston": "^3.3.3",