From 913d9cf7b677bb8507675b4815a281238489b823 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Mar 2024 03:05:25 +0000 Subject: [PATCH] build(deps-dev): bump hardhat-deploy from 0.12.1 to 0.12.2 Bumps [hardhat-deploy](https://github.com/wighawag/hardhat-deploy) from 0.12.1 to 0.12.2. - [Changelog](https://github.com/wighawag/hardhat-deploy/blob/master/CHANGELOG.md) - [Commits](https://github.com/wighawag/hardhat-deploy/compare/v0.12.1...v0.12.2) --- 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 aabda63..f1baae1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "@nomicfoundation/hardhat-toolbox": "^4.0.0", "dotenv": "^16.4.5", "hardhat": "^2.21.0", - "hardhat-deploy": "^0.12.1", + "hardhat-deploy": "^0.12.2", "prettier": "^3.2.4", "prettier-plugin-solidity": "^1.1.3", "solhint": "^4.1.1" @@ -4231,9 +4231,9 @@ } }, "node_modules/hardhat-deploy": { - "version": "0.12.1", - "resolved": "https://registry.npmjs.org/hardhat-deploy/-/hardhat-deploy-0.12.1.tgz", - "integrity": "sha512-ayPJqBCElzPeiwdHUEV0rKQ6NvKStjQAxCqCPlsavQVaxl7uZUHt/d+XbLqglVFqOOpHHs6L9K4W1vxPbsOy5Q==", + "version": "0.12.2", + "resolved": "https://registry.npmjs.org/hardhat-deploy/-/hardhat-deploy-0.12.2.tgz", + "integrity": "sha512-Xp/4Lb5lC/j3kvitaWW5IZN5Meqv5D3kTIifc3ZwBoQtFLN26/fDfRV6MWAAcRO9gH64hZVokvtcDdl/fd7w3A==", "dev": true, "dependencies": { "@ethersproject/abi": "^5.7.0", diff --git a/package.json b/package.json index 7ed5239..d2a4f4a 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "@nomicfoundation/hardhat-toolbox": "^4.0.0", "dotenv": "^16.4.5", "hardhat": "^2.21.0", - "hardhat-deploy": "^0.12.1", + "hardhat-deploy": "^0.12.2", "prettier": "^3.2.4", "prettier-plugin-solidity": "^1.1.3", "solhint": "^4.1.1"