From 78d5e74b30db0b9d39f18238f2b6289f2526b05a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Mar 2024 20:42:39 +0000 Subject: [PATCH] Bump web3-utils from 1.2.1 to 4.2.1 in /packages/truffle-contract Bumps [web3-utils](https://github.com/ChainSafe/web3.js) from 1.2.1 to 4.2.1. - [Release notes](https://github.com/ChainSafe/web3.js/releases) - [Changelog](https://github.com/web3/web3.js/blob/4.x/CHANGELOG.md) - [Commits](https://github.com/ChainSafe/web3.js/compare/v1.2.1...v4.2.1) --- updated-dependencies: - dependency-name: web3-utils dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- packages/truffle-contract/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/truffle-contract/package.json b/packages/truffle-contract/package.json index a9aa2ba..474ca33 100644 --- a/packages/truffle-contract/package.json +++ b/packages/truffle-contract/package.json @@ -28,7 +28,7 @@ "web3": "1.2.1", "web3-core-promievent": "1.2.1", "web3-eth-abi": "1.2.1", - "web3-utils": "1.2.1", + "web3-utils": "4.2.1", "matrix_utils": "^1.0.0" }, "devDependencies": {