Skip to content

Commit

Permalink
fix(deps): update dependency commander to v9.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jul 17, 2022
1 parent d805914 commit 9edd87c
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 @@ -36,7 +36,7 @@
"dependencies": {
"@babel/parser": "7.18.8",
"@babel/types": "7.18.8",
"commander": "9.3.0",
"commander": "9.4.0",
"typescript": "4.7.4"
},
"devDependencies": {
Expand Down
7 changes: 6 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1975,7 +1975,12 @@ combined-stream@^1.0.8:
dependencies:
delayed-stream "~1.0.0"

[email protected], commander@^9.3.0:
[email protected]:
version "9.4.0"
resolved "https://registry.yarnpkg.com/commander/-/commander-9.4.0.tgz#bc4a40918fefe52e22450c111ecd6b7acce6f11c"
integrity sha512-sRPT+umqkz90UA8M1yqYfnHlZA7fF6nSphDtxeywPZ49ysjxDQybzk13CL+mXekDRG92skbcqCLVovuCusNmFw==

commander@^9.3.0:
version "9.3.0"
resolved "https://registry.yarnpkg.com/commander/-/commander-9.3.0.tgz#f619114a5a2d2054e0d9ff1b31d5ccf89255e26b"
integrity sha512-hv95iU5uXPbK83mjrJKuZyFM/LBAoCV/XhVGkS5Je6tl7sxr6A0ITMw5WoRV46/UaJ46Nllm3Xt7IaJhXTIkzw==
Expand Down

0 comments on commit 9edd87c

Please sign in to comment.