From 465e82effb4d9564cb60f9a6857c49f1f1c84c70 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Apr 2025 11:02:01 +0000 Subject: [PATCH] Bump hardhat-deploy from 0.14.1 to 1.0.2 in /packages/hardhat Bumps [hardhat-deploy](https://github.com/wighawag/hardhat-deploy) from 0.14.1 to 1.0.2. - [Changelog](https://github.com/wighawag/hardhat-deploy/blob/main/CHANGELOG.md) - [Commits](https://github.com/wighawag/hardhat-deploy/compare/v0.14.1...v1.0.2) --- updated-dependencies: - dependency-name: hardhat-deploy dependency-version: 1.0.2 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- packages/hardhat/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/hardhat/package.json b/packages/hardhat/package.json index 61a13af..819d99f 100644 --- a/packages/hardhat/package.json +++ b/packages/hardhat/package.json @@ -11,7 +11,7 @@ "chalk": "^5.2.0", "dotenv": "^16.4.7", "hardhat": "2.22.18", - "hardhat-deploy": "^0.14.0", + "hardhat-deploy": "^1.0.2", "hardhat-gas-reporter": "^2.2.2", "node-watch": "^0.7.3" },