From 3262fdfadafb878846fbdfa3e7dec8e2dd0f9bea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 25 Jul 2026 22:02:56 +0000 Subject: [PATCH] chore(deps-dev): bump hardhat from 2.29.0 to 3.11.1 Bumps [hardhat](https://github.com/NomicFoundation/hardhat/tree/HEAD/packages/hardhat) from 2.29.0 to 3.11.1. - [Release notes](https://github.com/NomicFoundation/hardhat/releases) - [Changelog](https://github.com/NomicFoundation/hardhat/blob/main/packages/hardhat/CHANGELOG.md) - [Commits](https://github.com/NomicFoundation/hardhat/commits/hardhat@3.11.1/packages/hardhat) --- updated-dependencies: - dependency-name: hardhat dependency-version: 3.11.1 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 68a4219..d4c8b29 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ }, "devDependencies": { "@nomicfoundation/hardhat-toolbox": "^7.0.0", - "hardhat": "^2.22.0", + "hardhat": "^3.11.1", "dotenv": "^17.4.2" }, "dependencies": {