From 13400a7c215fa6d1dff91c855d708cc67b23b2bd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 May 2023 01:31:25 +0000 Subject: [PATCH] fix(deps): bump hardhat-deploy from 0.11.26 to 0.11.30 Bumps [hardhat-deploy](https://github.com/wighawag/hardhat-deploy) from 0.11.26 to 0.11.30. - [Changelog](https://github.com/wighawag/hardhat-deploy/blob/master/CHANGELOG.md) - [Commits](https://github.com/wighawag/hardhat-deploy/compare/v0.11.26...v0.11.30) --- updated-dependencies: - dependency-name: hardhat-deploy dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 7495ad2..5714433 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "ethereum-waffle": "^3.4.4", "ethers": "^5.7.2", "hardhat": "2.14.0", - "hardhat-deploy": "^0.11.26", + "hardhat-deploy": "^0.11.30", "hardhat-gas-reporter": "^1.0.9", "node-watch": "^0.7.0", "qrcode-terminal": "^0.12.0", diff --git a/yarn.lock b/yarn.lock index 888ab0e..bcf63d4 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5319,10 +5319,10 @@ har-validator@~5.1.3: ajv "^6.12.3" har-schema "^2.0.0" -hardhat-deploy@^0.11.10, hardhat-deploy@^0.11.26: - version "0.11.26" - resolved "https://registry.yarnpkg.com/hardhat-deploy/-/hardhat-deploy-0.11.26.tgz#df2698cbafb575a014be6226e559ef467168cbdd" - integrity sha512-GvnkD8v6q0coCQbwZNeUcO3ab1zz36FKsqzNdm6EcnVoAfXVkFpdA0pgJ7/Rk3+Lv5709xOtbneFOyoukUOhWQ== +hardhat-deploy@^0.11.10, hardhat-deploy@^0.11.30: + version "0.11.30" + resolved "https://registry.yarnpkg.com/hardhat-deploy/-/hardhat-deploy-0.11.30.tgz#d47203b584446dce8136ac6d0a96fce2827fb532" + integrity sha512-FpMP1zSa24NEARVh/vwFCJJa9Gws3SBRZbVIDYMIvleoH3yOwFcdWY68zfGoxrm4kRHNcaiVNAXVFTm0enKR0A== dependencies: "@ethersproject/abi" "^5.7.0" "@ethersproject/abstract-signer" "^5.7.0"