Skip to content

Commit

Permalink
fix(deps): update dependency commander to v11
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jul 7, 2023
1 parent 5b22c1e commit 8edc6cb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"url": "git+https://github.com/jeliasson/npm-husky-hooks.git"
},
"dependencies": {
"commander": "^9.3.0",
"commander": "^11.0.0",
"husky": "^8.0.1",
"node-fetch": "^2.6.7",
"zod": "^3.17.3"
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1179,10 +1179,10 @@ combined-stream@^1.0.8:
dependencies:
delayed-stream "~1.0.0"

commander@^9.3.0:
version "9.5.0"
resolved "https://registry.yarnpkg.com/commander/-/commander-9.5.0.tgz#bc08d1eb5cedf7ccb797a96199d41c7bc3e60d30"
integrity sha512-KRs7WVDKg86PWiuAqhDrAQnTXZKraVcCc6vFdL14qrZ/DcWwuRo7VoiYXalXO7S5GKpqYiVEwCbgFDfxNHKJBQ==
commander@^11.0.0:
version "11.0.0"
resolved "https://registry.yarnpkg.com/commander/-/commander-11.0.0.tgz#43e19c25dbedc8256203538e8d7e9346877a6f67"
integrity sha512-9HMlXtt/BNoYr8ooyjjNRdIilOTkVJXB+GhxMTtOKwk0R4j4lS4NpjuqmRxroBfnfTSHQIHQB7wryHhXarNjmQ==

concat-map@0.0.1:
version "0.0.1"
Expand Down

0 comments on commit 8edc6cb

Please sign in to comment.