From 5c1dbf37928da966e3ecf31d1e2a425cfec002c3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Jan 2024 04:56:05 +0800 Subject: [PATCH] build(deps-dev): bump solhint from 4.0.0 to 4.1.1 (#124) --- package.json | 2 +- pnpm-lock.yaml | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 520a0d71e..9d7f62188 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,7 @@ "hardhat-gas-reporter": "^1.0.8", "prettier": "^3.1.1", "prettier-plugin-solidity": "^1.1.3", - "solhint": "^4.0.0", + "solhint": "^4.1.1", "solidity-coverage": "^0.8.1", "ts-node": "^10.9.1", "typechain": "^8.3.2", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 4359ee0a3..7a56e71e9 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -66,8 +66,8 @@ devDependencies: specifier: ^1.1.3 version: 1.1.3(prettier@3.1.1) solhint: - specifier: ^4.0.0 - version: 4.0.0 + specifier: ^4.1.1 + version: 4.1.1 solidity-coverage: specifier: ^0.8.1 version: 0.8.4(hardhat@2.19.4) @@ -5107,8 +5107,8 @@ packages: - debug dev: true - /solhint@4.0.0: - resolution: {integrity: sha512-bFViMcFvhqVd/HK3Roo7xZXX5nbujS7Bxeg5vnZc9QvH0yCWCrQ38Yrn1pbAY9tlKROc6wFr+rK1mxYgYrjZgA==} + /solhint@4.1.1: + resolution: {integrity: sha512-7G4iF8H5hKHc0tR+/uyZesSKtfppFIMvPSW+Ku6MSL25oVRuyFeqNhOsXHfkex64wYJyXs4fe+pvhB069I19Tw==} hasBin: true dependencies: '@solidity-parser/parser': 0.16.1