From 487bc700db2d991beba351913c5093ab32962d5f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 7 Jun 2026 16:32:37 +0000 Subject: [PATCH] chore(deps-dev): bump hardhat from 2.28.3 to 3.8.0 in /docgen Bumps [hardhat](https://github.com/NomicFoundation/hardhat/tree/HEAD/packages/hardhat) from 2.28.3 to 3.8.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.8.0/packages/hardhat) --- updated-dependencies: - dependency-name: hardhat dependency-version: 3.8.0 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- docgen/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docgen/package.json b/docgen/package.json index 2ba2ba07..070295f9 100644 --- a/docgen/package.json +++ b/docgen/package.json @@ -9,7 +9,7 @@ "install-deps": "npm install" }, "devDependencies": { - "hardhat": "2.28.3", + "hardhat": "3.8.0", "solidity-docgen": "0.6.0-beta.36", "ts-node": "10.9.2" }