Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bump commander to 6.2.0 #16509

Merged
merged 5 commits into from
May 18, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
bump commander.js to 6.2.0
  • Loading branch information
JLHwung committed May 17, 2024
commit 6f6877c2922f415b02be54a6adf552226eaee785
2 changes: 1 addition & 1 deletion packages/babel-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
],
"dependencies": {
"@jridgewell/trace-mapping": "^0.3.25",
"commander": "^4.0.1",
"commander": "^6.2.0",
"convert-source-map": "^2.0.0",
"fs-readdir-recursive": "^1.1.0",
"glob": "condition:BABEL_8_BREAKING ? ^10.3.12 : ^7.2.0 (esm:sync|default)",
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
],
"dependencies": {
"@babel/register": "workspace:^",
"commander": "^4.0.1",
"commander": "^6.2.0",
"core-js": "^3.30.2",
"node-environment-flags": "condition:BABEL_8_BREAKING ? : ^1.0.5",
"regenerator-runtime": "^0.14.0",
Expand Down
11 changes: 9 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ __metadata:
"@types/fs-readdir-recursive": "npm:^1.1.0"
"@types/glob": "npm:^7.2.0"
chokidar: "npm:^3.4.0"
commander: "npm:^4.0.1"
commander: "npm:^6.2.0"
convert-source-map: "npm:^2.0.0"
fs-readdir-recursive: "npm:^1.1.0"
glob: "condition:BABEL_8_BREAKING ? ^10.3.12 : ^7.2.0 (esm:sync|default)"
Expand Down Expand Up @@ -1256,7 +1256,7 @@ __metadata:
"@babel/register": "workspace:^"
"@babel/runtime": "workspace:^"
"@types/v8flags": "npm:^3.1.1"
commander: "npm:^4.0.1"
commander: "npm:^6.2.0"
core-js: "npm:^3.30.2"
node-environment-flags: "condition:BABEL_8_BREAKING ? : ^1.0.5"
regenerator-runtime: "npm:^0.14.0"
Expand Down Expand Up @@ -8137,6 +8137,13 @@ __metadata:
languageName: node
linkType: hard

"commander@npm:^6.2.0":
version: 6.2.1
resolution: "commander@npm:6.2.1"
checksum: 10/25b88c2efd0380c84f7844b39cf18510da7bfc5013692d68cdc65f764a1c34e6c8a36ea6d72b6620e3710a930cf8fab2695bdec2bf7107a0f4fa30a3ef3b7d0e
languageName: node
linkType: hard

"commander@npm:^7.0.0":
version: 7.1.0
resolution: "commander@npm:7.1.0"
Expand Down
Loading