From fc55153c72b07531eb38d827f626a23cf99d996f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 2 Jan 2026 11:01:19 +0000 Subject: [PATCH] chore(deps-dev): bump hardhat in /examples/sdk/basic-strategy Bumps [hardhat](https://github.com/NomicFoundation/hardhat/tree/HEAD/v-next/hardhat) from 2.28.2 to 3.1.2. - [Release notes](https://github.com/NomicFoundation/hardhat/releases) - [Changelog](https://github.com/NomicFoundation/hardhat/blob/main/v-next/hardhat/CHANGELOG.md) - [Commits](https://github.com/NomicFoundation/hardhat/commits/hardhat@3.1.2/v-next/hardhat) --- updated-dependencies: - dependency-name: hardhat dependency-version: 3.1.2 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..0851ed7 100644 --- a/examples/sdk/basic-strategy/package.json +++ b/examples/sdk/basic-strategy/package.json @@ -34,7 +34,7 @@ "chai": "^4.3.10", "ethers": "^6.9.0", "fast-check": "^3.15.0", - "hardhat": "^2.19.4", + "hardhat": "^3.1.2", "hardhat-gas-reporter": "^1.0.8", "solidity-coverage": "^0.8.1", "ts-node": "^10.9.2",