Skip to content

Commit

Permalink
update babel parser to match babel traverse version (#969)
Browse files Browse the repository at this point in the history
Signed-off-by: Max Fisher <maxfisher@google.com>
  • Loading branch information
maxfisher-g committed Nov 16, 2023
1 parent 0adf417 commit 493ed15
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion internal/staticanalysis/parsing/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion internal/staticanalysis/parsing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "1.0.0",
"type": "module",
"dependencies": {
"@babel/parser": "^7.23.0",
"@babel/parser": "^7.23.3",
"@babel/traverse": "^7.23.3"
}
}

0 comments on commit 493ed15

Please sign in to comment.