Skip to content

chore(deps): update dependency commander to v12.1.0 #3110

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

Merged
merged 1 commit into from
May 25, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
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
2 changes: 1 addition & 1 deletion scripts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"@types/spinnies": "0.5.3",
"@vercel/ncc": "0.38.1",
"chalk": "5.3.0",
"commander": "12.0.0",
"commander": "12.1.0",
"crc": "4.3.2",
"dotenv": "16.4.5",
"eslint": "8.57.0",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6097,10 +6097,10 @@ __metadata:
languageName: node
linkType: hard

"commander@npm:12.0.0":
version: 12.0.0
resolution: "commander@npm:12.0.0"
checksum: 62062e2ffe6abd5aa42a551e62fd5eb9b2620f6ac4299382b2aa9fb02f95cda0242d7e84acb890479bd6491edb805f7f91aecb5b4f5c70dc57df49ed7f02ef14
"commander@npm:12.1.0":
version: 12.1.0
resolution: "commander@npm:12.1.0"
checksum: cdaeb672d979816853a4eed7f1310a9319e8b976172485c2a6b437ed0db0a389a44cfb222bfbde772781efa9f215bdd1b936f80d6b249485b465c6cb906e1f93
languageName: node
linkType: hard

Expand Down Expand Up @@ -12432,7 +12432,7 @@ __metadata:
"@types/spinnies": "npm:0.5.3"
"@vercel/ncc": "npm:0.38.1"
chalk: "npm:5.3.0"
commander: "npm:12.0.0"
commander: "npm:12.1.0"
crc: "npm:4.3.2"
dotenv: "npm:16.4.5"
eslint: "npm:8.57.0"
Expand Down
Loading