From 735b9a1c7925145d906d5fc4ccacabe8f7a1349d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 28 Mar 2024 16:36:53 +0000 Subject: [PATCH] build(deps-dev): bump web3-utils Bumps [web3-utils](https://github.com/ChainSafe/web3.js) from 4.0.3 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/v4.0.3...v4.2.1) --- updated-dependencies: - dependency-name: web3-utils dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- extensions/cactus-plugin-htlc-coordinator-besu/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extensions/cactus-plugin-htlc-coordinator-besu/package.json b/extensions/cactus-plugin-htlc-coordinator-besu/package.json index a24969e941d..3c056134a79 100644 --- a/extensions/cactus-plugin-htlc-coordinator-besu/package.json +++ b/extensions/cactus-plugin-htlc-coordinator-besu/package.json @@ -83,7 +83,7 @@ "express": "4.19.2", "socket.io": "4.5.4", "web3-eth-abi": "4.0.3", - "web3-utils": "4.0.3" + "web3-utils": "4.2.1" }, "engines": { "node": ">=18",