From 24e8d9796982fd544946a0d64fd378b52a215d2d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Jun 2025 14:24:08 +0000 Subject: [PATCH] Bump @nomicfoundation/hardhat-toolbox from 5.0.0 to 6.0.0 Bumps [@nomicfoundation/hardhat-toolbox](https://github.com/nomicfoundation/hardhat) from 5.0.0 to 6.0.0. - [Release notes](https://github.com/nomicfoundation/hardhat/releases) - [Commits](https://github.com/nomicfoundation/hardhat/compare/@nomicfoundation/hardhat-toolbox@5.0.0...@nomicfoundation/hardhat-toolbox@6.0.0) --- updated-dependencies: - dependency-name: "@nomicfoundation/hardhat-toolbox" dependency-version: 6.0.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 d68012d..6a6bce0 100644 --- a/package.json +++ b/package.json @@ -7,6 +7,6 @@ "deploy": "npx hardhat run scripts/deploy.js --network localhost" }, "devDependencies": { - "@nomicfoundation/hardhat-toolbox": "^5.0.0" + "@nomicfoundation/hardhat-toolbox": "^6.0.0" } }