From 119a849820f6f7a96b422a6168ce42f226c12029 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Jun 2023 01:35:05 +0000 Subject: [PATCH] fix(deps): bump hardhat-deploy from 0.11.26 to 0.11.34 Bumps [hardhat-deploy](https://github.com/wighawag/hardhat-deploy) from 0.11.26 to 0.11.34. - [Changelog](https://github.com/wighawag/hardhat-deploy/blob/master/CHANGELOG.md) - [Commits](https://github.com/wighawag/hardhat-deploy/compare/v0.11.26...v0.11.34) --- 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..3d3367b 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.34", "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..259fe57 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.34: + version "0.11.34" + resolved "https://registry.yarnpkg.com/hardhat-deploy/-/hardhat-deploy-0.11.34.tgz#61252ebf5dfdda7b0b31298dd5580b0735c05910" + integrity sha512-N6xcwD8LSMV/IyfEr8TfR2YRbOh9Q4QvitR9MKZRTXQmgQiiMGjX+2efMjKgNMxwCVlmpfnE1tyDxOJOOUseLQ== dependencies: "@ethersproject/abi" "^5.7.0" "@ethersproject/abstract-signer" "^5.7.0"