From fd4ede7eab4340f6de6dedbd8fe507cd02b5e689 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 12 Aug 2025 16:08:06 +0000 Subject: [PATCH] Update dependency @typechain/ethers-v5 to v11 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 75a90c21..9fa0a11f 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "@devprotocol/protocol": "3.4.1", "@nomiclabs/hardhat-ethers": "2.1.1", "@nomiclabs/hardhat-waffle": "2.0.6", - "@typechain/ethers-v5": "9.0.0", + "@typechain/ethers-v5": "11.1.2", "@typechain/hardhat": "7.0.0", "@types/chai": "4.3.20", "@types/dotenv": "8.2.3", diff --git a/yarn.lock b/yarn.lock index 0ab3f73f..f0a32119 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1619,10 +1619,10 @@ resolved "https://registry.yarnpkg.com/@tsconfig/node16/-/node16-1.0.2.tgz#423c77877d0569db20e1fc80885ac4118314010e" integrity sha512-eZxlbI8GZscaGS7kkc/trHTT5xgrjH3/1n2JDwusC9iahPKWMRvRjJSAN5mCXviuTGQ/lHnhvv8Q1YTpnfz9gA== -"@typechain/ethers-v5@9.0.0": - version "9.0.0" - resolved "https://registry.yarnpkg.com/@typechain/ethers-v5/-/ethers-v5-9.0.0.tgz#6aa93bea7425c0463bd8a61eea3643540ef851bd" - integrity sha512-bAanuPl1L2itaUdMvor/QvwnIH+TM/CmG00q17Ilv3ZZMeJ2j8HcarhgJUZ9pBY1teBb85P8cC03dz3mSSx+tQ== +"@typechain/ethers-v5@11.1.2": + version "11.1.2" + resolved "https://registry.yarnpkg.com/@typechain/ethers-v5/-/ethers-v5-11.1.2.tgz#82510c1744f37a2f906b9e0532ac18c0b74ffe69" + integrity sha512-ID6pqWkao54EuUQa0P5RgjvfA3MYqxUQKpbGKERbsjBW5Ra7EIXvbMlPp2pcP5IAdUkyMCFYsP2SN5q7mPdLDQ== dependencies: lodash "^4.17.15" ts-essentials "^7.0.1"