Skip to content

Commit c43d981

Browse files
chore(deps): update dependency solhint to v5 (#1999)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 741f314 commit c43d981

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@
127127
"prettier": "^3.2.5",
128128
"prettier-plugin-solidity": "^1.3.1",
129129
"rimraf": "^5.0.5",
130-
"solhint": "^4.5.4",
130+
"solhint": "^5.0.2",
131131
"ts-node": "^10.9.2",
132132
"typescript": "^5.4.5",
133133
"yargs": "^17.7.2"

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -13956,10 +13956,10 @@ [email protected]:
1395613956
semver "^5.5.0"
1395713957
tmp "0.0.33"
1395813958

13959-
solhint@^4.5.4:
13960-
version "4.5.4"
13961-
resolved "https://registry.yarnpkg.com/solhint/-/solhint-4.5.4.tgz#171cf33f46c36b8499efe60c0e425f6883a54e50"
13962-
integrity sha512-Cu1XiJXub2q1eCr9kkJ9VPv1sGcmj3V7Zb76B0CoezDOB9bu3DxKIFFH7ggCl9fWpEPD6xBmRLfZrYijkVmujQ==
13959+
solhint@^5.0.2:
13960+
version "5.0.2"
13961+
resolved "https://registry.yarnpkg.com/solhint/-/solhint-5.0.2.tgz#720f7a879d7d137ffa1498575462cac8e131ba2a"
13962+
integrity sha512-fDoflGz1jztGRqEDiLI25wSvpjGu0fIqeRXXYKYt4qBOA0EJi8RZwlM11+K2ZAcGFW2K8bevJ2A/wtZ0lDi/bw==
1396313963
dependencies:
1396413964
"@solidity-parser/parser" "^0.18.0"
1396513965
ajv "^6.12.6"

0 commit comments

Comments
 (0)