From 62a898515ee7bca8e83007cfa77197fb85a852bd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jun 2026 05:04:29 +0000 Subject: [PATCH] build(deps-dev): bump @ethersproject/units Bumps [@ethersproject/units](https://github.com/ethers-io/ethers.js/tree/HEAD/packages/units) 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/units) --- updated-dependencies: - dependency-name: "@ethersproject/units" 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 bf8afb375..b3b079308 100644 --- a/packages/network-contracts/package.json +++ b/packages/network-contracts/package.json @@ -56,7 +56,7 @@ "@ethersproject/keccak256": "5.7.0", "@ethersproject/providers": "5.7.0", "@ethersproject/strings": "5.7.0", - "@ethersproject/units": "5.7.0", + "@ethersproject/units": "5.8.0", "@ethersproject/wallet": "5.7.0", "@metamask/eth-sig-util": "7.0.1", "@nomicfoundation/hardhat-chai-matchers": "1.0.5",