Skip to content

Commit

Permalink
Bump @babel/parser from 7.22.7 to 7.23.0 (#1231)
Browse files Browse the repository at this point in the history
Bumps [@babel/parser](https://github.com/babel/babel/tree/HEAD/packages/babel-parser) from 7.22.7 to 7.23.0.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.23.0/packages/babel-parser)

---
updated-dependencies:
- dependency-name: "@babel/parser"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 9, 2023
1 parent b38811c commit d501b11
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
},
"dependencies": {
"@babel/generator": "^7.21.5",
"@babel/parser": "^7.21.2",
"@babel/parser": "^7.23.0",
"@babel/types": "^7.21.5",
"@iota-wiki/core": "workspace:^",
"@yarnpkg/shell": "^3.2.0",
Expand Down
13 changes: 11 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -636,7 +636,7 @@ __metadata:
languageName: node
linkType: hard

"@babel/parser@npm:^7.12.7, @babel/parser@npm:^7.18.8, @babel/parser@npm:^7.21.2, @babel/parser@npm:^7.22.5, @babel/parser@npm:^7.22.7":
"@babel/parser@npm:^7.12.7, @babel/parser@npm:^7.18.8, @babel/parser@npm:^7.22.5, @babel/parser@npm:^7.22.7":
version: 7.22.7
resolution: "@babel/parser@npm:7.22.7"
bin:
Expand All @@ -645,6 +645,15 @@ __metadata:
languageName: node
linkType: hard

"@babel/parser@npm:^7.23.0":
version: 7.23.0
resolution: "@babel/parser@npm:7.23.0"
bin:
parser: ./bin/babel-parser.js
checksum: 453fdf8b9e2c2b7d7b02139e0ce003d1af21947bbc03eb350fb248ee335c9b85e4ab41697ddbdd97079698de825a265e45a0846bb2ed47a2c7c1df833f42a354
languageName: node
linkType: hard

"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@npm:^7.22.5":
version: 7.22.5
resolution: "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@npm:7.22.5"
Expand Down Expand Up @@ -2751,7 +2760,7 @@ __metadata:
resolution: "@iota-wiki/cli@workspace:cli"
dependencies:
"@babel/generator": ^7.21.5
"@babel/parser": ^7.21.2
"@babel/parser": ^7.23.0
"@babel/types": ^7.21.5
"@iota-wiki/core": "workspace:^"
"@types/babel__generator": ^7
Expand Down

0 comments on commit d501b11

Please sign in to comment.