From 36012016b4d2d95d6e79a6ef33e181d9bb93223b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Jan 2026 12:01:55 +0000 Subject: [PATCH] Bump hardhat from 2.22.18 to 3.1.3 in /packages/hardhat Bumps [hardhat](https://github.com/NomicFoundation/hardhat/tree/HEAD/v-next/hardhat) from 2.22.18 to 3.1.3. - [Release notes](https://github.com/NomicFoundation/hardhat/releases) - [Changelog](https://github.com/NomicFoundation/hardhat/blob/main/v-next/hardhat/CHANGELOG.md) - [Commits](https://github.com/NomicFoundation/hardhat/commits/hardhat@3.1.3/v-next/hardhat) --- updated-dependencies: - dependency-name: hardhat dependency-version: 3.1.3 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..182c6aa 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": "3.1.3", "hardhat-deploy": "^0.14.0", "hardhat-gas-reporter": "^2.2.2", "node-watch": "^0.7.3"