From 229d4cd70de3d8046208313a6266b6e94b8fcddf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Apr 2025 10:28:42 +0000 Subject: [PATCH] Bump hardhat from 2.22.18 to 2.23.0 in /packages/hardhat Bumps [hardhat](https://github.com/nomiclabs/hardhat) from 2.22.18 to 2.23.0. - [Release notes](https://github.com/nomiclabs/hardhat/releases) - [Commits](https://github.com/nomiclabs/hardhat/compare/hardhat@2.22.18...hardhat@2.23.0) --- updated-dependencies: - dependency-name: hardhat dependency-version: 2.23.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..ff0beb0 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.23.0", "hardhat-deploy": "^0.14.0", "hardhat-gas-reporter": "^2.2.2", "node-watch": "^0.7.3"