Skip to content

Commit

Permalink
chore(deps): bump commander from 12.0.0 to 12.1.0 (#1560)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed May 29, 2024
1 parent 7ba2989 commit 46db1a6
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion packages/icanhazdadjoke/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
},
"dependencies": {
"axios": "1.7.0",
"commander": "12.0.0"
"commander": "12.1.0"
},
"description": "An icanhazdadjoke.com API client with a CLI.",
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/xkcdjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
},
"dependencies": {
"axios": "1.7.0",
"commander": "12.0.0"
"commander": "12.1.0"
},
"description": "An xkcd API client with a CLI.",
"devDependencies": {
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1993,10 +1993,10 @@ combined-stream@^1.0.6, combined-stream@^1.0.8:
dependencies:
delayed-stream "~1.0.0"

commander@12.0.0:
version "12.0.0"
resolved "https://registry.npmjs.org/commander/-/commander-12.0.0.tgz#b929db6df8546080adfd004ab215ed48cf6f2592"
integrity sha512-MwVNWlYjDTtOjX5PiD7o5pK0UrFU/OYgcJfjjK4RaHZETNtjJqrZa9Y9ds88+A+f+d5lv+561eZ+yCKoS3gbAA==
commander@12.1.0:
version "12.1.0"
resolved "https://registry.npmjs.org/commander/-/commander-12.1.0.tgz#01423b36f501259fdaac4d0e4d60c96c991585d3"
integrity sha512-Vw8qHK3bZM9y/P10u3Vib8o/DdkvA2OtPtZvD871QKjy74Wj1WSKFILMPRPSdUSx5RFK1arlJzEtA4PkFgnbuA==

commander@~2.20.0:
version "2.20.0"
Expand Down

0 comments on commit 46db1a6

Please sign in to comment.