From ef68787f761892210bf002264eee3d4683158bc3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 12 Aug 2025 16:08:11 +0000 Subject: [PATCH] Update dependency @typechain/hardhat to v9 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 75a90c21..ecdac032 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "@nomiclabs/hardhat-ethers": "2.1.1", "@nomiclabs/hardhat-waffle": "2.0.6", "@typechain/ethers-v5": "9.0.0", - "@typechain/hardhat": "7.0.0", + "@typechain/hardhat": "9.1.0", "@types/chai": "4.3.20", "@types/dotenv": "8.2.3", "@types/mocha": "10.0.10", diff --git a/yarn.lock b/yarn.lock index 0ab3f73f..7b44689f 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1634,10 +1634,10 @@ dependencies: ethers "^5.0.2" -"@typechain/hardhat@7.0.0": - version "7.0.0" - resolved "https://registry.yarnpkg.com/@typechain/hardhat/-/hardhat-7.0.0.tgz#ffa7465328150e793007fee616ae7b76ed20784d" - integrity sha512-XB79i5ewg9Met7gMVGfgVkmypicbnI25T5clJBEooMoW2161p4zvKFpoS2O+lBppQyMrPIZkdvl2M3LMDayVcA== +"@typechain/hardhat@9.1.0": + version "9.1.0" + resolved "https://registry.yarnpkg.com/@typechain/hardhat/-/hardhat-9.1.0.tgz#6985015f01dfb37ef2ca8a29c742d05890351ddc" + integrity sha512-mtaUlzLlkqTlfPwB3FORdejqBskSnh+Jl8AIJGjXNAQfRQ4ofHADPl1+oU7Z3pAJzmZbUXII8MhOLQltcHgKnA== dependencies: fs-extra "^9.1.0"