From 7e802f6cb3b289fce4083eb0c101ea6d5b4047fd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 15 Aug 2026 22:03:06 +0000 Subject: [PATCH] chore(deps-dev): bump hardhat from 2.29.0 to 3.13.0 Bumps [hardhat](https://github.com/NomicFoundation/hardhat/tree/HEAD/packages/hardhat) from 2.29.0 to 3.13.0. - [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.13.0/packages/hardhat) --- updated-dependencies: - dependency-name: hardhat dependency-version: 3.13.0 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..21e21b8 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ }, "devDependencies": { "@nomicfoundation/hardhat-toolbox": "^7.0.0", - "hardhat": "^2.22.0", + "hardhat": "^3.13.0", "dotenv": "^17.4.2" }, "dependencies": {