Skip to content

Commit

Permalink
chore(deps): Bump @babel/traverse from 7.13.17 to 7.25.7
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.25.7.
- [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.25.7/packages/babel-traverse)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Oct 2, 2024
1 parent ba7abe8 commit ced813b
Show file tree
Hide file tree
Showing 4 changed files with 98 additions and 380 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.25.7",
"@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.25.7",
"@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.25.7",
"@babel/types": "7.18.8",
"@checkup/core": "^3.0.1",
"fs-extra": "^9.1.0",
Expand Down
Loading

0 comments on commit ced813b

Please sign in to comment.