Skip to content

Commit

Permalink
fix(deps): update dependency commander to v12 (#151)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Feb 4, 2024
1 parent 04d83db commit dd7684e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"@sapphire/result": "^2.6.6",
"@sapphire/utilities": "3.15.3",
"colorette": "^2.0.20",
"commander": "^11.1.0",
"commander": "^12.0.0",
"compare-func": "^2.0.0",
"conventional-recommended-bump": "^9.0.0",
"git-cliff": "^1.4.0",
Expand Down
11 changes: 9 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,7 @@ __metadata:
"@typescript-eslint/eslint-plugin": "npm:^6.20.0"
"@typescript-eslint/parser": "npm:^6.20.0"
colorette: "npm:^2.0.20"
commander: "npm:^11.1.0"
commander: "npm:^12.0.0"
compare-func: "npm:^2.0.0"
conventional-recommended-bump: "npm:^9.0.0"
cz-conventional-changelog: "npm:^3.3.0"
Expand Down Expand Up @@ -1152,13 +1152,20 @@ __metadata:
languageName: node
linkType: hard

"commander@npm:11.1.0, commander@npm:^11.1.0":
"commander@npm:11.1.0":
version: 11.1.0
resolution: "commander@npm:11.1.0"
checksum: 10/66bd2d8a0547f6cb1d34022efb25f348e433b0e04ad76a65279b1b09da108f59a4d3001ca539c60a7a46ea38bcf399fc17d91adad76a8cf43845d8dcbaf5cda1
languageName: node
linkType: hard

"commander@npm:^12.0.0":
version: 12.0.0
resolution: "commander@npm:12.0.0"
checksum: 10/62062e2ffe6abd5aa42a551e62fd5eb9b2620f6ac4299382b2aa9fb02f95cda0242d7e84acb890479bd6491edb805f7f91aecb5b4f5c70dc57df49ed7f02ef14
languageName: node
linkType: hard

"commitizen@npm:^4.0.3":
version: 4.3.0
resolution: "commitizen@npm:4.3.0"
Expand Down

0 comments on commit dd7684e

Please sign in to comment.