From c4f7696bebcdbf5508ad5d7fbec1bc718f0acac1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 4 Aug 2024 19:18:20 +0000 Subject: [PATCH] npm: bump solhint from 3.6.2 to 5.0.3 Bumps [solhint](https://github.com/protofire/solhint) from 3.6.2 to 5.0.3. - [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/3.6.2...v5.0.3) --- 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 9d8f9e4..db3cfc3 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ "ethers": "^6.6.5", "hardhat": "^2.17.0", "prettier": "^2.8.8", - "solhint": "^3.4.1", + "solhint": "^5.0.3", "solidity-coverage": "^0.8.4", "ts-node": "^10.9.1", "typechain": "^8.3.1",