Skip to content

Commit

Permalink
fix(deps): update dependency @babel/parser to v7.20.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Nov 13, 2022
1 parent 861dfa1 commit 53a9685
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"release:trigger": "shipjs trigger"
},
"dependencies": {
"@babel/parser": "7.20.2",
"@babel/parser": "7.20.3",
"@babel/types": "7.20.2",
"commander": "9.4.1",
"typescript": "4.8.4"
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -469,10 +469,10 @@
chalk "^2.0.0"
js-tokens "^4.0.0"

"@babel/[email protected].2":
version "7.20.2"
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.20.2.tgz#9aeb9b92f64412b5f81064d46f6a1ac0881337f4"
integrity sha512-afk318kh2uKbo7BEj2QtEi8HVCGrwHUffrYDy7dgVcSa2j9lY3LDjPzcyGdpX7xgm35aWqvciZJ4WKmdF/SxYg==
"@babel/[email protected].3":
version "7.20.3"
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.20.3.tgz#5358cf62e380cf69efcb87a7bb922ff88bfac6e2"
integrity sha512-OP/s5a94frIPXwjzEcv5S/tpQfc6XhxYUnmWpgdqMWGgYCuErA3SzozaRAMQgSZWKeTJxht9aWAkUY+0UzvOFg==

"@babel/parser@^7.1.0", "@babel/parser@^7.8.6", "@babel/parser@^7.9.0":
version "7.9.0"
Expand Down

0 comments on commit 53a9685

Please sign in to comment.