From bc95416a38d168127c7eb08727b31daca6f4057e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 23 Aug 2026 14:43:00 +0000 Subject: [PATCH] chore(deps-dev): bump hardhat from 2.29.0 to 2.29.1 Bumps [hardhat](https://github.com/NomicFoundation/hardhat/tree/HEAD/packages/hardhat) from 2.29.0 to 2.29.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@2.29.1/packages/hardhat) --- updated-dependencies: - dependency-name: hardhat dependency-version: 2.29.1 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 40de38e..efa4292 100644 --- a/package-lock.json +++ b/package-lock.json @@ -24,7 +24,7 @@ "@nomicfoundation/hardhat-toolbox": "^5.0.0", "@playwright/test": "^1.62.0", "@types/node": "^22.20.1", - "hardhat": "^2.28.6", + "hardhat": "^2.29.1", "solidity-coverage": "^0.8.17", "tsx": "^4.23.12", "typescript": "^5.9.3", @@ -15425,9 +15425,9 @@ } }, "node_modules/hardhat": { - "version": "2.29.0", - "resolved": "https://registry.npmjs.org/hardhat/-/hardhat-2.29.0.tgz", - "integrity": "sha512-tsj5mCSjDCFOhGfBl4vwqDEcwdlES9VUzRWfdrwvEVhus6D8W6u+WfUKRLLwFhKGS/8lKPoXGsjYWPXl3CCpOg==", + "version": "2.29.1", + "resolved": "https://registry.npmjs.org/hardhat/-/hardhat-2.29.1.tgz", + "integrity": "sha512-BVPE15F9+gWH5Eof7aAhprXTi05mNHwn32fwIKMeMFqrkU3Jun1f7NubXsJ0SOeMqu0mchF6KkW7rx1CHinlWw==", "dev": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 2109d87..3bf2990 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ "@nomicfoundation/hardhat-toolbox": "^5.0.0", "@playwright/test": "^1.62.0", "@types/node": "^22.20.1", - "hardhat": "^2.28.6", + "hardhat": "^2.29.1", "solidity-coverage": "^0.8.17", "tsx": "^4.23.12", "typescript": "^5.9.3",