Skip to content

Commit

Permalink
bump commander.js to 6.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JLHwung committed May 17, 2024
1 parent 740b7ce commit 6f6877c
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
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

0 comments on commit 6f6877c

Please sign in to comment.