From 8f66ecd77b0ca63cfbf3283464a9ad6cd5c564dc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 May 2025 10:51:44 +0000 Subject: [PATCH] Bump hardhat from 2.22.18 to 2.24.0 in /packages/hardhat Bumps [hardhat](https://github.com/nomiclabs/hardhat) from 2.22.18 to 2.24.0. - [Release notes](https://github.com/nomiclabs/hardhat/releases) - [Commits](https://github.com/nomiclabs/hardhat/compare/hardhat@2.22.18...hardhat@2.24.0) --- updated-dependencies: - dependency-name: hardhat dependency-version: 2.24.0 dependency-type: direct:production update-type: version-update:semver-minor ... 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..e52eefc 100644 --- a/packages/hardhat/package.json +++ b/packages/hardhat/package.json @@ -10,7 +10,7 @@ "chai": "^5.2.0", "chalk": "^5.2.0", "dotenv": "^16.4.7", - "hardhat": "2.22.18", + "hardhat": "2.24.0", "hardhat-deploy": "^0.14.0", "hardhat-gas-reporter": "^2.2.2", "node-watch": "^0.7.3"