Skip to content

Commit 9cbf67d

Browse files
chore(deps): update dependency solhint to v6 (#849)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent f1b9c79 commit 9cbf67d

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"p-queue": "6.6.2",
4949
"prettier": "3.6.2",
5050
"prettier-plugin-solidity": "2.0.0",
51-
"solhint": "5.2.0",
51+
"solhint": "6.0.0",
5252
"truffle": "5.4.1",
5353
"truffle-plugin-verify": "0.6.7",
5454
"truffle-typings": "1.0.8",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10580,10 +10580,10 @@ solc@^0.4.20:
1058010580
semver "^5.3.0"
1058110581
yargs "^4.7.1"
1058210582

10583-
solhint@5.2.0:
10584-
version "5.2.0"
10585-
resolved "https://registry.yarnpkg.com/solhint/-/solhint-5.2.0.tgz#c49a184c7fae864299263869eb67cbcd9bbbcf0c"
10586-
integrity sha512-9NZC1zt+O2K7zEZOhTT9rFeB6GdxC6qTX5pWX70RaQoflR9RejJQUC+/19LNi+e7K9Ptb4k7XAWO9wY5mkprHg==
10583+
solhint@6.0.0:
10584+
version "6.0.0"
10585+
resolved "https://registry.yarnpkg.com/solhint/-/solhint-6.0.0.tgz#e9eb799254b0251fb8db0bc661646d4e2eba2958"
10586+
integrity sha512-PQGfwFqfeYdebi2tEG1fhVfMjqSzbW3Noz+LYf8UusKe5nkikCghdgEjYQPcGfFZj4snlVyJQt//AaxkubOtVQ==
1058710587
dependencies:
1058810588
"@solidity-parser/parser" "^0.20.0"
1058910589
ajv "^6.12.6"

0 commit comments

Comments
 (0)