From 43006dafb490f08ad82b211c4aa3ad7445e87fb6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 2 Jan 2026 11:00:59 +0000 Subject: [PATCH] chore(deps-dev): bump @nomicfoundation/hardhat-toolbox Bumps [@nomicfoundation/hardhat-toolbox](https://github.com/nomicfoundation/hardhat) from 4.0.0 to 6.1.0. - [Release notes](https://github.com/nomicfoundation/hardhat/releases) - [Commits](https://github.com/nomicfoundation/hardhat/compare/@nomicfoundation/hardhat-toolbox@4.0.0...@nomicfoundation/hardhat-toolbox@6.1.0) --- updated-dependencies: - dependency-name: "@nomicfoundation/hardhat-toolbox" dependency-version: 6.1.0 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- examples/sdk/basic-strategy/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/sdk/basic-strategy/package.json b/examples/sdk/basic-strategy/package.json index 821162b..643f916 100644 --- a/examples/sdk/basic-strategy/package.json +++ b/examples/sdk/basic-strategy/package.json @@ -21,7 +21,7 @@ "author": "VaultBricks", "license": "MIT", "devDependencies": { - "@nomicfoundation/hardhat-toolbox": "^4.0.0", + "@nomicfoundation/hardhat-toolbox": "^6.1.0", "@nomicfoundation/hardhat-chai-matchers": "^2.0.0", "@nomicfoundation/hardhat-ethers": "^3.0.0", "@nomicfoundation/hardhat-network-helpers": "^1.0.0",