From d10ecb03f40d1486ce9704b6bde4d59c109025e1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 21 Nov 2023 13:18:42 +0000 Subject: [PATCH] fix(deps): update dependency @typechain/ethers-v5 to v11 --- package.json | 2 +- yarn.lock | 16 ++++++++-------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/package.json b/package.json index 407521ee..7590a2e6 100644 --- a/package.json +++ b/package.json @@ -53,7 +53,7 @@ "@devprotocol/protocol-v2": "^0.6.0", "@openzeppelin/contracts-upgradeable": "^4.4.2", "@openzeppelin/hardhat-upgrades": "^1.22.1", - "@typechain/ethers-v5": "^9.0.0", + "@typechain/ethers-v5": "^11.0.0", "@typechain/hardhat": "^2.3.0", "@uniswap/v2-periphery": "^1.1.0-beta.0", "@uniswap/v3-periphery": "^1.4.0", diff --git a/yarn.lock b/yarn.lock index ed8e0bc7..fc263926 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1478,6 +1478,14 @@ lodash "^4.17.15" ts-essentials "^7.0.1" +"@typechain/ethers-v5@^11.0.0": + 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" + "@typechain/ethers-v5@^2.0.0": version "2.0.0" resolved "https://registry.yarnpkg.com/@typechain/ethers-v5/-/ethers-v5-2.0.0.tgz#cd3ca1590240d587ca301f4c029b67bfccd08810" @@ -1485,14 +1493,6 @@ dependencies: ethers "^5.0.2" -"@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== - dependencies: - 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"