From 7ba4e0a0ced3378fa1b6dfc8e193bf443aea6160 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Mar 2025 11:11:00 +0000 Subject: [PATCH] Bump hardhat from 2.22.18 to 2.22.19 in /packages/hardhat Bumps [hardhat](https://github.com/nomiclabs/hardhat) from 2.22.18 to 2.22.19. - [Release notes](https://github.com/nomiclabs/hardhat/releases) - [Commits](https://github.com/nomiclabs/hardhat/compare/hardhat@2.22.18...hardhat@2.22.19) --- updated-dependencies: - dependency-name: hardhat dependency-type: direct:production update-type: version-update:semver-patch ... 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..309164b 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.22.19", "hardhat-deploy": "^0.14.0", "hardhat-gas-reporter": "^2.2.2", "node-watch": "^0.7.3"