Skip to content

Commit 4d958f2

Browse files
authored
chore: upgrade solhint-community dependency (#96)
1 parent 2c84072 commit 4d958f2

File tree

2 files changed

+10
-17
lines changed

2 files changed

+10
-17
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"halmos-cheatcodes": "github:a16z/halmos-cheatcodes#c0d8655",
4141
"husky": ">=9",
4242
"lint-staged": ">=10",
43-
"solhint-community": "4.0.0",
43+
"solhint-community": "4.0.1",
4444
"sort-package-json": "2.10.0"
4545
}
4646
}

yarn.lock

+9-16
Original file line numberDiff line numberDiff line change
@@ -245,12 +245,10 @@
245245
"@noble/hashes" "~1.3.2"
246246
"@scure/base" "~1.1.4"
247247

248-
"@solidity-parser/parser@^0.16.0":
249-
version "0.16.2"
250-
resolved "https://registry.yarnpkg.com/@solidity-parser/parser/-/parser-0.16.2.tgz#42cb1e3d88b3e8029b0c9befff00b634cd92d2fa"
251-
integrity sha512-PI9NfoA3P8XK2VBkK5oIfRgKDsicwDZfkVq9ZTBCQYGOP1N2owgY2dyLGyU5/J/hQs8KRk55kdmvTLjy3Mu3vg==
252-
dependencies:
253-
antlr4ts "^0.5.0-alpha.4"
248+
"@solidity-parser/parser@^0.19.0":
249+
version "0.19.0"
250+
resolved "https://registry.yarnpkg.com/@solidity-parser/parser/-/parser-0.19.0.tgz#37a8983b2725af9b14ff8c4a475fa0e98d773c3f"
251+
integrity sha512-RV16k/qIxW/wWc+mLzV3ARyKUaMUTBy9tOLMzFhtNSKYeTAanQ3a5MudJKf/8arIFnA2L27SNjarQKmFg0w/jA==
254252

255253
"@types/conventional-commits-parser@^5.0.0":
256254
version "5.0.0"
@@ -338,11 +336,6 @@ antlr4@^4.11.0:
338336
resolved "https://registry.yarnpkg.com/antlr4/-/antlr4-4.13.1.tgz#1e0a1830a08faeb86217cb2e6c34716004e4253d"
339337
integrity sha512-kiXTspaRYvnIArgE97z5YVVf/cDVQABr3abFRR6mE7yesLMkgu4ujuyV/sgxafQ8wgve0DJQUJ38Z8tkgA2izA==
340338

341-
antlr4ts@^0.5.0-alpha.4:
342-
version "0.5.0-alpha.4"
343-
resolved "https://registry.yarnpkg.com/antlr4ts/-/antlr4ts-0.5.0-alpha.4.tgz#71702865a87478ed0b40c0709f422cf14d51652a"
344-
integrity sha512-WPQDt1B74OfPv/IMS2ekXAKkTZIHl88uMetg6q3OTqgFxZ/dxDXI0EWLyZid/1Pe6hTftyg5N7gel5wNAGxXyQ==
345-
346339
argparse@^2.0.1:
347340
version "2.0.1"
348341
resolved "https://registry.yarnpkg.com/argparse/-/argparse-2.0.1.tgz#246f50f3ca78a3240f6c997e8a9bd1eac49e4b38"
@@ -1676,12 +1669,12 @@ solc@0.8.25:
16761669
semver "^5.5.0"
16771670
tmp "0.0.33"
16781671

1679-
solhint-community@4.0.0:
1680-
version "4.0.0"
1681-
resolved "https://registry.yarnpkg.com/solhint-community/-/solhint-community-4.0.0.tgz#4dba66932ff54ced426a8c035b7ceaa13a224f24"
1682-
integrity sha512-BERw3qYzkJE64EwvYrp2+iiTN8yAZOJ74FCiL4bTBp7v0JFUvRYCEGZKAqfHcfi/koKkzM6qThsJUceKm9vvfg==
1672+
solhint-community@4.0.1:
1673+
version "4.0.1"
1674+
resolved "https://registry.yarnpkg.com/solhint-community/-/solhint-community-4.0.1.tgz#5a0a47511185d2b5555db289bfd72caf935266ae"
1675+
integrity sha512-kxgl+czm9EvABRmzOpfATSQPttu/I0OooOoHlcu2DCCqETiMFFi8zAMgAWu96qWUnzAWHbWgshGnDeAYk/FTuQ==
16831676
dependencies:
1684-
"@solidity-parser/parser" "^0.16.0"
1677+
"@solidity-parser/parser" "^0.19.0"
16851678
ajv "^6.12.6"
16861679
antlr4 "^4.11.0"
16871680
ast-parents "^0.0.1"

0 commit comments

Comments
 (0)