Skip to content

Commit

Permalink
Bump solhint from 5.0.1 to 5.0.2
Browse files Browse the repository at this point in the history
Bumps [solhint](https://github.com/protofire/solhint) from 5.0.1 to 5.0.2.
- [Release notes](https://github.com/protofire/solhint/releases)
- [Changelog](https://github.com/protofire/solhint/blob/develop/CHANGELOG.md)
- [Commits](protofire/solhint@v5.0.1...v5.0.2)

---
updated-dependencies:
- dependency-name: solhint
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 26, 2024
1 parent bbd641a commit 79d852a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"coverage": "forge coverage --report lcov && lcov --remove ./lcov.info -o ./lcov.info 'test/*' 'script/*' && genhtml lcov.info --branch-coverage --output-dir coverage && open coverage/index.html"
},
"devDependencies": {
"solhint": "^5.0.1"
"solhint": "^5.0.2"
},
"engines": {
"node": ">=20.5.0"
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@trillion-x/trillion-contracts@workspace:."
dependencies:
solhint: "npm:^5.0.1"
solhint: "npm:^5.0.2"
languageName: unknown
linkType: soft

Expand Down Expand Up @@ -835,9 +835,9 @@ __metadata:
languageName: node
linkType: hard

"solhint@npm:^5.0.1":
version: 5.0.1
resolution: "solhint@npm:5.0.1"
"solhint@npm:^5.0.2":
version: 5.0.2
resolution: "solhint@npm:5.0.2"
dependencies:
"@solidity-parser/parser": "npm:^0.18.0"
ajv: "npm:^6.12.6"
Expand All @@ -863,7 +863,7 @@ __metadata:
optional: true
bin:
solhint: solhint.js
checksum: 10/2bb3bf0a500ce42cd84565c4b47eb7d25e127a1b86bc937c91d666aadcb9191ae7e64dd07a85c118fef73cdd9ac6926f83b9130c94334b6b96a11d662546b922
checksum: 10/d67b39089fbc818f7200d7aa27782cfed6dccbb1ccd4b2a2b3b07d030cc55f3a1a8c879b5612e1142a86710c14ccbae6bc06de41bc9ab2395d34ca37e303a250
languageName: node
linkType: hard

Expand Down

0 comments on commit 79d852a

Please sign in to comment.