Skip to content

Commit

Permalink
chore(deps): Bump @babel/traverse from 7.13.17 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.13.17 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 761948c commit 1081437
Show file tree
Hide file tree
Showing 4 changed files with 81 additions and 321 deletions.
2 changes: 1 addition & 1 deletion packages/checkup-plugin-ember/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"dependencies": {
"@babel/eslint-parser": "^7.17.0",
"@babel/parser": "^7.18.0",
"@babel/traverse": "^7.14.2",
"@babel/traverse": "^7.23.2",
"@babel/types": "7.18.8",
"@checkup/core": "^3.0.1",
"debug": "^4.3.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
},
"dependencies": {
"@babel/parser": "^7.18.0",
"@babel/traverse": "^7.13.17",
"@babel/traverse": "^7.23.2",
"@babel/types": "7.18.8",
"@checkup/core": "3.0.1",
"@checkup/ui": "3.0.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"test": "echo \"No tests\""
},
"dependencies": {
"@babel/traverse": "^7.13.17",
"@babel/traverse": "^7.23.2",
"@babel/types": "7.18.8",
"@checkup/core": "^3.0.1",
"fs-extra": "^9.1.0",
Expand Down
Loading

0 comments on commit 1081437

Please sign in to comment.