From 02f9600ab5ae4ace6f03b712ad41de1bac142294 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 Jan 2026 06:05:56 +0000 Subject: [PATCH] build(deps-dev): bump solhint in /packages/network-contracts Bumps [solhint](https://github.com/protofire/solhint) from 3.4.1 to 6.0.2. - [Release notes](https://github.com/protofire/solhint/releases) - [Changelog](https://github.com/protofire/solhint/blob/develop/CHANGELOG.md) - [Commits](https://github.com/protofire/solhint/compare/v3.4.1...v6.0.2) --- updated-dependencies: - dependency-name: solhint dependency-version: 6.0.2 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- packages/network-contracts/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/network-contracts/package.json b/packages/network-contracts/package.json index bf8afb375..e35dc64f7 100644 --- a/packages/network-contracts/package.json +++ b/packages/network-contracts/package.json @@ -78,7 +78,7 @@ "hardhat-gas-reporter": "1.0.9", "hardhat-ignore-warnings": "0.2.8", "node-fetch": "2.6.7", - "solhint": "3.4.1", + "solhint": "6.0.2", "ts-node": "10.9.2", "web3-providers-http": "1.8.0" }