From 2bc02a4a0ee1876c353d41e380fb6df3528b2bad Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 23 Apr 2025 05:55:55 +0000 Subject: [PATCH] build(deps-dev): bump @ethersproject/hash in /packages/network-contracts Bumps [@ethersproject/hash](https://github.com/ethers-io/ethers.js/tree/HEAD/packages/hash) from 5.7.0 to 5.8.0. - [Release notes](https://github.com/ethers-io/ethers.js/releases) - [Changelog](https://github.com/ethers-io/ethers.js/blob/v5.8.0/CHANGELOG.md) - [Commits](https://github.com/ethers-io/ethers.js/commits/v5.8.0/packages/hash) --- updated-dependencies: - dependency-name: "@ethersproject/hash" dependency-version: 5.8.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- packages/network-contracts/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/network-contracts/package.json b/packages/network-contracts/package.json index 8f0211030..a2069015e 100644 --- a/packages/network-contracts/package.json +++ b/packages/network-contracts/package.json @@ -55,7 +55,7 @@ "@ethersproject/wallet": "5.7.0", "@ethersproject/contracts": "5.7.0", "@ethersproject/units": "5.7.0", - "@ethersproject/hash": "5.7.0", + "@ethersproject/hash": "5.8.0", "@ethersproject/keccak256": "5.7.0", "@ethersproject/strings": "5.7.0", "@ethersproject/constants": "5.7.0",