From b528ff469debfb3966b3b7421d408f943f855965 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 May 2024 07:20:49 +0000 Subject: [PATCH] dependabot-npm(deps-dev): bump solhint from 4.5.4 to 5.0.0 Bumps [solhint](https://github.com/protofire/solhint) from 4.5.4 to 5.0.0. - [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...v5.0.0) --- updated-dependencies: - dependency-name: solhint 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 1cfeffc..5ec206b 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "ethers": "^6.6.5", "hardhat": "^2.17.0", "prettier": "^3.0.2", - "solhint": "^4.0.0", + "solhint": "^5.0.0", "solidity-coverage": "^0.8.4", "ts-node": "^10.9.1", "typechain": "^8.3.1",