Skip to content

Commit b8d576c

Browse files
authored
Fix warning in node 14 (#389)
1 parent fae74c7 commit b8d576c

File tree

2 files changed

+12
-4
lines changed

2 files changed

+12
-4
lines changed

package-lock.json

Lines changed: 11 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
"jest-watch-typeahead": "^0.6.0"
7272
},
7373
"dependencies": {
74-
"@solidity-parser/parser": "^0.8.2",
74+
"@solidity-parser/parser": "^0.9.0",
7575
"dir-to-object": "^2.0.0",
7676
"emoji-regex": "^9.0.0",
7777
"escape-string-regexp": "^4.0.0",

0 commit comments

Comments
 (0)