From 54d892ccb6e1bc163dd1fd3ad952151761bf9a74 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Jun 2023 01:28:40 +0000 Subject: [PATCH] fix(deps): bump hardhat-deploy from 0.11.26 to 0.11.31 Bumps [hardhat-deploy](https://github.com/wighawag/hardhat-deploy) from 0.11.26 to 0.11.31. - [Changelog](https://github.com/wighawag/hardhat-deploy/blob/master/CHANGELOG.md) - [Commits](https://github.com/wighawag/hardhat-deploy/compare/v0.11.26...v0.11.31) --- 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..bf817a2 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.31", "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..c168c14 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.31: + version "0.11.31" + resolved "https://registry.yarnpkg.com/hardhat-deploy/-/hardhat-deploy-0.11.31.tgz#1f05adc280bf7c3de502693271aa6700a043db20" + integrity sha512-86LObxQri29nxDzP7cjUyfHJ8jBF5aW60ahn883dqlw4rzc5I6ylLFQc6T2aMC2gEZI1oBc2gI2idmUulXP35g== dependencies: "@ethersproject/abi" "^5.7.0" "@ethersproject/abstract-signer" "^5.7.0"