Skip to content

Commit

Permalink
feat(deps): ✨ bump commander to ^9.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and jimmy-guzman committed Mar 14, 2022
1 parent 45df427 commit d87a057
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
},
"dependencies": {
"ansi-colors": "^4.1.1",
"commander": "^8.0.0",
"commander": "^9.0.0",
"enquirer": "^2.3.6",
"lilconfig": "^2.0.4",
"yaml": "^1.10.2"
Expand Down
7 changes: 6 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2577,11 +2577,16 @@ combined-stream@^1.0.8:
dependencies:
delayed-stream "~1.0.0"

commander@^8.0.0, commander@^8.2.0:
commander@^8.2.0:
version "8.2.0"
resolved "https://registry.yarnpkg.com/commander/-/commander-8.2.0.tgz#37fe2bde301d87d47a53adeff8b5915db1381ca8"
integrity sha512-LLKxDvHeL91/8MIyTAD5BFMNtoIwztGPMiM/7Bl8rIPmHCZXRxmSWr91h57dpOpnQ6jIUqEWdXE/uBYMfiVZDA==

commander@^9.0.0:
version "9.0.0"
resolved "https://registry.yarnpkg.com/commander/-/commander-9.0.0.tgz#86d58f24ee98126568936bd1d3574e0308a99a40"
integrity sha512-JJfP2saEKbQqvW+FI93OYUB4ByV5cizMpFMiiJI8xDbBvQvSkIk0VvQdn1CZ8mqAO8Loq2h0gYTYtDFUZUeERw==

[email protected]:
version "13.2.1"
resolved "https://registry.yarnpkg.com/commitlint/-/commitlint-13.2.1.tgz#99333fab4d7b3ece95fed915dd15daf9a11563e6"
Expand Down

0 comments on commit d87a057

Please sign in to comment.