Skip to content

Commit 9b82ad5

Browse files
authored
Merge pull request #257 from owieth/dependabot/npm_and_yarn/solhint-6.2.3
chore(deps-dev): bump solhint from 6.2.1 to 6.2.3
2 parents 14d62cd + 3a26b4f commit 9b82ad5

2 files changed

Lines changed: 5 additions & 11 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,6 @@
3434
"homepage": "https://github.com/owieth/foundry-setup#readme",
3535
"devDependencies": {
3636
"prettier": "^3.8.4",
37-
"solhint": "^6.2.1"
37+
"solhint": "^6.2.3"
3838
}
3939
}

yarn.lock

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -86,11 +86,6 @@
8686
resolved "https://registry.yarnpkg.com/@types/http-cache-semantics/-/http-cache-semantics-4.0.4.tgz#b979ebad3919799c979b17c72621c0bc0a31c6c4"
8787
integrity sha512-1m0bIFVc7eJWyve9S0RnuRgcQqF/Xd5QsUZAZeQFr1Q3/p9JWoQQEqmVy+DPTNpGXwhgIetAoYF8JSc33q29QA==
8888

89-
ajv-errors@^3.0.0:
90-
version "3.0.0"
91-
resolved "https://registry.yarnpkg.com/ajv-errors/-/ajv-errors-3.0.0.tgz#e54f299f3a3d30fe144161e5f0d8d51196c527bc"
92-
integrity sha512-V3wD15YHfHz6y0KdhYFjyy9vWtEVALT9UrxfN3zqlI6dMioHnJrqOYfyPKol3oqrnCM9uwkcdCwkJ0WUcbLMTQ==
93-
9489
ajv@^8.0.1, ajv@^8.18.0:
9590
version "8.18.0"
9691
resolved "https://registry.yarnpkg.com/ajv/-/ajv-8.18.0.tgz#8864186b6738d003eb3a933172bb3833e10cefbc"
@@ -624,14 +619,13 @@ slice-ansi@^4.0.0:
624619
astral-regex "^2.0.0"
625620
is-fullwidth-code-point "^3.0.0"
626621

627-
solhint@^6.2.1:
628-
version "6.2.1"
629-
resolved "https://registry.yarnpkg.com/solhint/-/solhint-6.2.1.tgz#05af1624365969e7350da8ec8cdb9b2488a6f411"
630-
integrity sha512-+VHSa84CRjm2s+KZWYxIDnI+NokcLsZHOSpRtg5nBFmnVfh6RPmPaFd5TN922Cfrm2i85kNoQtLiapALe26b5w==
622+
solhint@^6.2.3:
623+
version "6.2.3"
624+
resolved "https://registry.yarnpkg.com/solhint/-/solhint-6.2.3.tgz#deb96dc01e86dad69eb482d848b4e25dd1fca080"
625+
integrity sha512-w8prJP3kaf3G9hkmH5RmkCanvTULHWpdn+t4MieMEMZDhC2gFoUbRjS0TmslgxzGIItoOtP/J5PvU0FrvC08wA==
631626
dependencies:
632627
"@solidity-parser/parser" "^0.20.2"
633628
ajv "^8.18.0"
634-
ajv-errors "^3.0.0"
635629
ast-parents "^0.0.1"
636630
better-ajv-errors "^2.0.2"
637631
chalk "^4.1.2"

0 commit comments

Comments
 (0)