From eb650ce43426c9f04a008179ecfe3d85c4b67a0e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 Sep 2023 14:22:37 +0000 Subject: [PATCH] Bump solhint from 3.5.1 to 3.6.2 Bumps [solhint](https://github.com/protofire/solhint) from 3.5.1 to 3.6.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/3.5.1...3.6.2) --- updated-dependencies: - dependency-name: solhint dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index ec049e2..6d29ae8 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ "hardhat": "^2.16.1", "kill-port": "^2.0.1", "lodash": "^4.17.21", - "solhint": "^3.5.1", + "solhint": "^3.6.2", "solidity-coverage": "^0.8.4", "ts-node": "^10.9.1", "typechain": "^7.0.1", diff --git a/yarn.lock b/yarn.lock index cdebaa9..9d4474f 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5496,10 +5496,10 @@ solc@0.7.3: semver "^5.5.0" tmp "0.0.33" -solhint@^3.5.1: - version "3.5.1" - resolved "https://registry.yarnpkg.com/solhint/-/solhint-3.5.1.tgz#3cf47c173f1a223770c3bef719122d6d2d157371" - integrity sha512-29+vUIwUmsasKuIzCYOqiKlu4We7+BVYNuoKmDMWsmjfPDoJQpM65eBzYuqEr18lwvXpQAbjTGdzvm4iZIO9Uw== +solhint@^3.6.2: + version "3.6.2" + resolved "https://registry.yarnpkg.com/solhint/-/solhint-3.6.2.tgz#2b2acbec8fdc37b2c68206a71ba89c7f519943fe" + integrity sha512-85EeLbmkcPwD+3JR7aEMKsVC9YrRSxd4qkXuMzrlf7+z2Eqdfm1wHWq1ffTuo5aDhoZxp2I9yF3QkxZOxOL7aQ== dependencies: "@solidity-parser/parser" "^0.16.0" ajv "^6.12.6"