Skip to content

Commit

Permalink
chore(deps): bump @babel/traverse from 7.22.15 to 7.23.2
Browse files Browse the repository at this point in the history
Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 7.22.15 to 7.23.2.
- [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.2/packages/babel-traverse)

---
updated-dependencies:
- dependency-name: "@babel/traverse"
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 17, 2023
1 parent 24e0e89 commit 18aedf6
Show file tree
Hide file tree
Showing 3 changed files with 69 additions and 53 deletions.
2 changes: 1 addition & 1 deletion packages/solutions/app-tools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
},
"dependencies": {
"@babel/parser": "^7.22.15",
"@babel/traverse": "^7.22.15",
"@babel/traverse": "^7.23.2",
"@babel/types": "^7.22.15",
"@modern-js/builder": "workspace:*",
"@modern-js/builder-plugin-esbuild": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/solutions/module-tools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"@ast-grep/napi": "0.12.0",
"@babel/generator": "^7.22.15",
"@babel/parser": "^7.22.15",
"@babel/traverse": "7.22.15",
"@babel/traverse": "7.23.2",
"@babel/types": "^7.22.15",
"@modern-js/core": "workspace:*",
"@modern-js/new-action": "workspace:*",
Expand Down
Loading

0 comments on commit 18aedf6

Please sign in to comment.