Skip to content

Commit

Permalink
fix(deps): update dependency commander to v11 (#145)
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 Jun 21, 2023
1 parent 380e3c7 commit 19777aa
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"@favware/colorette-spinner": "^1.0.1",
"@sapphire/node-utilities": "^1.0.0",
"colorette": "^2.0.20",
"commander": "^10.0.1",
"commander": "^11.0.0",
"js-yaml": "^4.1.0",
"tslib": "^2.5.3",
"typedoc": "^0.24.8"
Expand Down
9 changes: 8 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1803,6 +1803,13 @@ __metadata:
languageName: node
linkType: hard

"commander@npm:^11.0.0":
version: 11.0.0
resolution: "commander@npm:11.0.0"
checksum: 6621954e1e1d078b4991c1f5bbd9439ad37aa7768d6ab4842de1dbd4d222c8a27e1b8e62108b3a92988614af45031d5bb2a2aaa92951f4d0c934d1a1ac564bb4
languageName: node
linkType: hard

"commander@npm:^9.4.1":
version: 9.5.0
resolution: "commander@npm:9.5.0"
Expand Down Expand Up @@ -5521,7 +5528,7 @@ __metadata:
"@typescript-eslint/parser": ^5.59.11
"@vitest/coverage-v8": ^0.32.0
colorette: ^2.0.20
commander: ^10.0.1
commander: ^11.0.0
eslint: ^8.42.0
eslint-config-prettier: ^8.8.0
eslint-plugin-prettier: ^4.2.1
Expand Down

0 comments on commit 19777aa

Please sign in to comment.