Skip to content

Commit 2b20b1a

Browse files
authoredJul 4, 2023
Update solidity-parser to 0.16.0 (#802)
1 parent 89882a2 commit 2b20b1a

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed
 

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"license": "ISC",
2626
"dependencies": {
2727
"@ethersproject/abi": "^5.0.9",
28-
"@solidity-parser/parser": "^0.14.1",
28+
"@solidity-parser/parser": "^0.16.0",
2929
"chalk": "^2.4.2",
3030
"death": "^1.1.0",
3131
"detect-port": "^1.3.0",

‎yarn.lock

+8-1
Original file line numberDiff line numberDiff line change
@@ -871,12 +871,19 @@
871871
version "0.14.0"
872872
resolved "https://registry.yarnpkg.com/@sindresorhus/is/-/is-0.14.0.tgz#9fb3a3cf3132328151f353de4632e01e52102bea"
873873

874-
"@solidity-parser/parser@^0.14.0", "@solidity-parser/parser@^0.14.1":
874+
"@solidity-parser/parser@^0.14.0":
875875
version "0.14.1"
876876
resolved "https://registry.yarnpkg.com/@solidity-parser/parser/-/parser-0.14.1.tgz#179afb29f4e295a77cc141151f26b3848abc3c46"
877877
dependencies:
878878
antlr4ts "^0.5.0-alpha.4"
879879

880+
"@solidity-parser/parser@^0.16.0":
881+
version "0.16.0"
882+
resolved "https://registry.yarnpkg.com/@solidity-parser/parser/-/parser-0.16.0.tgz#1fb418c816ca1fc3a1e94b08bcfe623ec4e1add4"
883+
integrity sha512-ESipEcHyRHg4Np4SqBCfcXwyxxna1DgFVz69bgpLV8vzl/NP1DtcKsJ4dJZXWQhY/Z4J2LeKBiOkOVZn9ct33Q==
884+
dependencies:
885+
antlr4ts "^0.5.0-alpha.4"
886+
880887
"@szmarczak/http-timer@^1.1.2":
881888
version "1.1.2"
882889
resolved "https://registry.yarnpkg.com/@szmarczak/http-timer/-/http-timer-1.1.2.tgz#b1665e2c461a2cd92f4c1bbf50d5454de0d4b421"

0 commit comments

Comments
 (0)
Please sign in to comment.