From 82aa1d61428a397259b8278feb962e8f058be845 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Aug 2025 08:16:53 +0000 Subject: [PATCH] build(deps-dev): bump ethers in /packages/network-contracts Bumps [ethers](https://github.com/ethers-io/ethers.js) from 5.7.0 to 6.15.0. - [Release notes](https://github.com/ethers-io/ethers.js/releases) - [Changelog](https://github.com/ethers-io/ethers.js/blob/main/CHANGELOG.md) - [Commits](https://github.com/ethers-io/ethers.js/compare/v5.7.0...v6.15.0) --- updated-dependencies: - dependency-name: ethers dependency-version: 6.15.0 dependency-type: direct:development update-type: version-update:semver-major ... 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..ac20f6b58 100644 --- a/packages/network-contracts/package.json +++ b/packages/network-contracts/package.json @@ -71,7 +71,7 @@ "@uniswap/v2-core": "^1.0.1", "@uniswap/v2-periphery": "^1.1.0-beta.0", "debug": "4.3.3", - "ethers": "5.7.0", + "ethers": "6.15.0", "hardhat": "2.13.1", "hardhat-contract-sizer": "2.10.0", "hardhat-dependency-compiler": "1.1.3",