Skip to content

Commit 9643397

Browse files
chore(deps): Bump @babel/traverse from 7.13.17 to 7.27.3
Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 7.13.17 to 7.27.3. - [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.27.3/packages/babel-traverse) --- updated-dependencies: - dependency-name: "@babel/traverse" dependency-version: 7.27.3 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent f7f715e commit 9643397

File tree

4 files changed

+98
-384
lines changed

4 files changed

+98
-384
lines changed

packages/checkup-plugin-ember/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"dependencies": {
2727
"@babel/eslint-parser": "^7.17.0",
2828
"@babel/parser": "^7.18.0",
29-
"@babel/traverse": "^7.14.2",
29+
"@babel/traverse": "^7.27.3",
3030
"@babel/types": "7.18.8",
3131
"@checkup/core": "^3.0.1",
3232
"debug": "^4.3.1",

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
},
2929
"dependencies": {
3030
"@babel/parser": "^7.18.0",
31-
"@babel/traverse": "^7.13.17",
31+
"@babel/traverse": "^7.27.3",
3232
"@babel/types": "7.18.8",
3333
"@checkup/core": "3.0.1",
3434
"@checkup/ui": "3.0.1",

packages/plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"test": "echo \"No tests\""
2323
},
2424
"dependencies": {
25-
"@babel/traverse": "^7.13.17",
25+
"@babel/traverse": "^7.27.3",
2626
"@babel/types": "7.18.8",
2727
"@checkup/core": "^3.0.1",
2828
"fs-extra": "^9.1.0",

0 commit comments

Comments
 (0)