From 190482586634c12e9c444940f60a1e17e625729e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Apr 2024 02:18:46 +0000 Subject: [PATCH] build(deps-dev): bump hardhat-deploy from 0.12.2 to 0.12.4 Bumps [hardhat-deploy](https://github.com/wighawag/hardhat-deploy) from 0.12.2 to 0.12.4. - [Changelog](https://github.com/wighawag/hardhat-deploy/blob/master/CHANGELOG.md) - [Commits](https://github.com/wighawag/hardhat-deploy/compare/v0.12.2...v0.12.4) --- updated-dependencies: - dependency-name: hardhat-deploy dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 2e48619..4925f3c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "@nomicfoundation/hardhat-toolbox": "^5.0.0", "dotenv": "^16.4.5", "hardhat": "^2.22.3", - "hardhat-deploy": "^0.12.2", + "hardhat-deploy": "^0.12.4", "prettier": "^3.2.4", "prettier-plugin-solidity": "^1.1.3", "solhint": "^4.5.4" @@ -4399,9 +4399,9 @@ } }, "node_modules/hardhat-deploy": { - "version": "0.12.2", - "resolved": "https://registry.npmjs.org/hardhat-deploy/-/hardhat-deploy-0.12.2.tgz", - "integrity": "sha512-Xp/4Lb5lC/j3kvitaWW5IZN5Meqv5D3kTIifc3ZwBoQtFLN26/fDfRV6MWAAcRO9gH64hZVokvtcDdl/fd7w3A==", + "version": "0.12.4", + "resolved": "https://registry.npmjs.org/hardhat-deploy/-/hardhat-deploy-0.12.4.tgz", + "integrity": "sha512-bYO8DIyeGxZWlhnMoCBon9HNZb6ji0jQn7ngP1t5UmGhC8rQYhji7B73qETMOFhzt5ECZPr+U52duj3nubsqdQ==", "dev": true, "dependencies": { "@ethersproject/abi": "^5.7.0", diff --git a/package.json b/package.json index 166724e..ecbac19 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "@nomicfoundation/hardhat-toolbox": "^5.0.0", "dotenv": "^16.4.5", "hardhat": "^2.22.3", - "hardhat-deploy": "^0.12.2", + "hardhat-deploy": "^0.12.4", "prettier": "^3.2.4", "prettier-plugin-solidity": "^1.1.3", "solhint": "^4.5.4"