From ba6c7c89efcb9f08af94bbd8558d62498ec73775 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Mar 2024 21:47:24 +0000 Subject: [PATCH] Bump web3-utils from 1.8.1 to 4.2.1 Bumps [web3-utils](https://github.com/ChainSafe/web3.js) from 1.8.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.8.1...v4.2.1) --- updated-dependencies: - dependency-name: web3-utils dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0798f35..2ba892d 100644 --- a/package.json +++ b/package.json @@ -67,7 +67,7 @@ "solidity-coverage": "^0.7.16", "truffle": "5.1.65", "web3": "1.8.1", - "web3-utils": "1.8.1" + "web3-utils": "4.2.1" }, "devDependencies": { "@commitlint/cli": "^17.4.2",