From 66255ad675c97b530647f4637b7f51480813a125 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Feb 2025 12:43:49 +0000 Subject: [PATCH] Bump @typechain/ethers-v5 from 10.2.1 to 11.1.2 in /packages/hardhat Bumps [@typechain/ethers-v5](https://github.com/ethereum-ts/Typechain) from 10.2.1 to 11.1.2. - [Release notes](https://github.com/ethereum-ts/Typechain/releases) - [Commits](https://github.com/ethereum-ts/Typechain/compare/@typechain/ethers-v5@10.2.1...@typechain/ethers-v5@11.1.2) --- updated-dependencies: - dependency-name: "@typechain/ethers-v5" dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- packages/hardhat/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/hardhat/package.json b/packages/hardhat/package.json index 252b45f..cef1208 100644 --- a/packages/hardhat/package.json +++ b/packages/hardhat/package.json @@ -21,7 +21,7 @@ "@nomicfoundation/hardhat-network-helpers": "^1.0.8", "@nomiclabs/hardhat-ethers": "^2.0.0", "@nomiclabs/hardhat-etherscan": "^3.1.8", - "@typechain/ethers-v5": "^10.1.0", + "@typechain/ethers-v5": "^11.1.2", "@typechain/hardhat": "^9.1.0", "@types/mocha": "^10.0.1", "eslint": "^9.17.0",