From 370399ea1764f1dbe8a05f19649292a7c92d0ead Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Sep 2023 01:22:43 +0000 Subject: [PATCH] Bump solhint from 3.5.1 to 3.6.2 (#42) --- .solhint.json | 3 ++- package.json | 2 +- pnpm-lock.yaml | 8 ++++---- 3 files changed, 7 insertions(+), 6 deletions(-) diff --git a/.solhint.json b/.solhint.json index 2a41c03ce..53b81e1d5 100644 --- a/.solhint.json +++ b/.solhint.json @@ -9,6 +9,7 @@ "reason-string": "off", "func-name-mixedcase": "off", "avoid-low-level-calls": "off", - "not-rely-on-time": "off" + "not-rely-on-time": "off", + "custom-errors": "off" } } diff --git a/package.json b/package.json index f43c1ff08..ccf37a5db 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,7 @@ "hardhat-gas-reporter": "^1.0.8", "prettier": "^3.0.0", "prettier-plugin-solidity": "^1.1.3", - "solhint": "^3.5.1", + "solhint": "^3.6.2", "solidity-coverage": "^0.8.1", "ts-node": "^10.9.1", "typechain": "^8.3.1", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 3cb16ba48..927cc96fc 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -66,8 +66,8 @@ devDependencies: specifier: ^1.1.3 version: 1.1.3(prettier@3.0.0) solhint: - specifier: ^3.5.1 - version: 3.5.1 + specifier: ^3.6.2 + version: 3.6.2 solidity-coverage: specifier: ^0.8.1 version: 0.8.4(hardhat@2.17.1) @@ -4875,8 +4875,8 @@ packages: - debug dev: true - /solhint@3.5.1: - resolution: {integrity: sha512-29+vUIwUmsasKuIzCYOqiKlu4We7+BVYNuoKmDMWsmjfPDoJQpM65eBzYuqEr18lwvXpQAbjTGdzvm4iZIO9Uw==} + /solhint@3.6.2: + resolution: {integrity: sha512-85EeLbmkcPwD+3JR7aEMKsVC9YrRSxd4qkXuMzrlf7+z2Eqdfm1wHWq1ffTuo5aDhoZxp2I9yF3QkxZOxOL7aQ==} hasBin: true dependencies: '@solidity-parser/parser': 0.16.1