From bbaef5ae50084d46032d219ebb1cca63206b38fe Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 21 Nov 2023 06:39:36 +0000 Subject: [PATCH] fix(deps): 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 3821cb16..e8a16314 100644 --- a/package.json +++ b/package.json @@ -54,7 +54,7 @@ "@openzeppelin/contracts-upgradeable": "^4.4.2", "@openzeppelin/hardhat-upgrades": "^1.22.1", "@typechain/ethers-v5": "^9.0.0", - "@typechain/hardhat": "^2.3.0", + "@typechain/hardhat": "^9.0.0", "@uniswap/v2-periphery": "^1.1.0-beta.0", "@uniswap/v3-periphery": "^1.4.0", "solhint": "^4.0.0", diff --git a/yarn.lock b/yarn.lock index f0b27380..c137c669 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1493,10 +1493,10 @@ lodash "^4.17.15" ts-essentials "^7.0.1" -"@typechain/hardhat@^2.3.0": - version "2.3.1" - resolved "https://registry.yarnpkg.com/@typechain/hardhat/-/hardhat-2.3.1.tgz#1e8a6e3795e115a5d5348526282b5c597fab0b78" - integrity sha512-BQV8OKQi0KAzLXCdsPO0pZBNQQ6ra8A2ucC26uFX/kquRBtJu1yEyWnVSmtr07b5hyRoJRpzUeINLnyqz4/MAw== +"@typechain/hardhat@^9.0.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"