From 5fdf875d3bce19ea553978f4d0e290a5063c0abf Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 28 Sep 2024 12:26:17 +0000 Subject: [PATCH] fix: upgrade hardhat-deploy from 0.11.45 to 0.12.4 Snyk has created this PR to upgrade hardhat-deploy from 0.11.45 to 0.12.4. See this package in yarn: hardhat-deploy See this project in Snyk: https://app.snyk.io/org/mr-iQqhtwaGQeCfFTaPj2r4qT/project/63e36b66-5d64-4cba-9ea8-90629d6f2b77?utm_source=github&utm_medium=referral&page=upgrade-pr --- package.json | 2 +- yarn.lock | 22 ++++++++++++---------- 2 files changed, 13 insertions(+), 11 deletions(-) diff --git a/package.json b/package.json index 591352c..678867f 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ "@uniswap/v3-periphery": "^1.4.4", "add": "^2.0.6", "dotenv": "^16.3.1", - "hardhat-deploy": "^0.11.45", + "hardhat-deploy": "^0.12.4", "husky": "^9.0.11", "starknet": "^5.24.3", "yarn": "^1.22.21" diff --git a/yarn.lock b/yarn.lock index 98f30d8..830e543 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2532,7 +2532,7 @@ ethereumjs-util@^7.0.3, ethereumjs-util@^7.1.4, ethereumjs-util@^7.1.5: ethereum-cryptography "^0.1.3" rlp "^2.2.4" -ethers@^5.7.0, ethers@^5.7.1, ethers@^5.7.2: +ethers@^5.7.0, ethers@^5.7.1, ethers@^5.7.2, ethers@~5.7.0: version "5.7.2" resolved "https://registry.npmjs.org/ethers/-/ethers-5.7.2.tgz" integrity sha512-wswUsmWo1aOK8rR7DIKiWSw9DbLWe6x98Jrn8wcTflTVvaXhAMaB5zGAXy0GYQEQp9iO1iSHWVyARQm11zUtyg== @@ -3025,10 +3025,10 @@ handlebars@^4.0.1: optionalDependencies: uglify-js "^3.1.4" -hardhat-deploy@^0.11.45: - version "0.11.45" - resolved "https://registry.npmjs.org/hardhat-deploy/-/hardhat-deploy-0.11.45.tgz" - integrity sha512-aC8UNaq3JcORnEUIwV945iJuvBwi65tjHVDU3v6mOcqik7WAzHVCJ7cwmkkipsHrWysrB5YvGF1q9S1vIph83w== +hardhat-deploy@^0.12.4: + version "0.12.4" + resolved "https://registry.yarnpkg.com/hardhat-deploy/-/hardhat-deploy-0.12.4.tgz#5ebef37f1004f52a74987213b0465ad7c9433fb2" + integrity sha512-bYO8DIyeGxZWlhnMoCBon9HNZb6ji0jQn7ngP1t5UmGhC8rQYhji7B73qETMOFhzt5ECZPr+U52duj3nubsqdQ== dependencies: "@ethersproject/abi" "^5.7.0" "@ethersproject/abstract-signer" "^5.7.0" @@ -3053,7 +3053,7 @@ hardhat-deploy@^0.11.45: match-all "^1.2.6" murmur-128 "^0.2.1" qs "^6.9.4" - zksync-web3 "^0.14.3" + zksync-ethers "^5.0.0" hardhat-gas-reporter@^1.0.8: version "1.0.9" @@ -5376,7 +5376,9 @@ yocto-queue@^0.1.0: resolved "https://registry.npmjs.org/yocto-queue/-/yocto-queue-0.1.0.tgz" integrity sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q== -zksync-web3@^0.14.3: - version "0.14.4" - resolved "https://registry.npmjs.org/zksync-web3/-/zksync-web3-0.14.4.tgz" - integrity sha512-kYehMD/S6Uhe1g434UnaMN+sBr9nQm23Ywn0EUP5BfQCsbjcr3ORuS68PosZw8xUTu3pac7G6YMSnNHk+fwzvg== +zksync-ethers@^5.0.0: + version "5.9.2" + resolved "https://registry.yarnpkg.com/zksync-ethers/-/zksync-ethers-5.9.2.tgz#1c5f34cb25ac0b040fd1a6118f2ba1c2c3bda090" + integrity sha512-Y2Mx6ovvxO6UdC2dePLguVzvNToOY8iLWeq5ne+jgGSJxAi/f4He/NF6FNsf6x1aWX0o8dy4Df8RcOQXAkj5qw== + dependencies: + ethers "~5.7.0"