Skip to content

Commit

Permalink
Update solidity-parser/parser to 0.19.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cgewecke committed Nov 25, 2024
1 parent 147367f commit 69ff144
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
"@ethersproject/abi": "^5.7.0",
"@ethersproject/bytes": "^5.7.0",
"@ethersproject/units": "^5.7.0",
"@solidity-parser/parser": "^0.18.0",
"@solidity-parser/parser": "^0.19.0",
"axios": "^1.6.7",
"brotli-wasm": "^2.0.1",
"chalk": "4.1.2",
Expand Down
7 changes: 4 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1041,9 +1041,10 @@
dependencies:
tslib "^2.5.0"

"@solidity-parser/parser@^0.18.0":
version "0.18.0"
resolved "https://registry.yarnpkg.com/@solidity-parser/parser/-/parser-0.18.0.tgz#8e77a02a09ecce957255a2f48c9a7178ec191908"
"@solidity-parser/parser@^0.19.0":
version "0.19.0"
resolved "https://registry.yarnpkg.com/@solidity-parser/parser/-/parser-0.19.0.tgz#37a8983b2725af9b14ff8c4a475fa0e98d773c3f"
integrity sha512-RV16k/qIxW/wWc+mLzV3ARyKUaMUTBy9tOLMzFhtNSKYeTAanQ3a5MudJKf/8arIFnA2L27SNjarQKmFg0w/jA==

"@types/bn.js@^4.11.3":
version "4.11.6"
Expand Down

0 comments on commit 69ff144

Please sign in to comment.