From 2aa037d55a2f52792b9d890045e41f1f3f09436c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 2 Jan 2026 11:01:33 +0000 Subject: [PATCH] chore(deps-dev): bump solhint from 4.5.4 to 6.0.2 Bumps [solhint](https://github.com/protofire/solhint) from 4.5.4 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/v.4.5.4...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] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c2da0d5..a6d2b5d 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "husky": "^8.0.3", "lint-staged": "^15.2.0", "prettier": "^3.1.1", - "solhint": "^4.0.0", + "solhint": "^6.0.2", "@typescript-eslint/eslint-plugin": "^6.15.0", "@typescript-eslint/parser": "^6.15.0", "eslint": "^8.56.0"