From 4d87a5563df21950274469e8f4841239fea13162 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Jan 2026 12:02:09 +0000 Subject: [PATCH] Bump hardhat-deploy from 0.14.1 to 1.0.4 in /packages/hardhat Bumps [hardhat-deploy](https://github.com/wighawag/hardhat-deploy) from 0.14.1 to 1.0.4. - [Changelog](https://github.com/wighawag/hardhat-deploy/blob/v1.0.4/CHANGELOG.md) - [Commits](https://github.com/wighawag/hardhat-deploy/compare/v0.14.1...v1.0.4) --- updated-dependencies: - dependency-name: hardhat-deploy dependency-version: 1.0.4 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 a6e33cd..2d42df3 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.4", "hardhat-gas-reporter": "^2.2.2", "node-watch": "^0.7.3" },