Skip to content

Commit

Permalink
chore(deps): bump commander from 9.5.0 to 10.0.0 (#2456)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Jan 18, 2023
1 parent 8c09fe4 commit 30ee05f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/___buildTools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@
"ts-jest": "^29.0.5"
},
"dependencies": {
"commander": "^9.5.0"
"commander": "^10.0.0"
}
}
2 changes: 1 addition & 1 deletion packages/package-json-dependency-updater/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"dependencies": {
"@yarnpkg/lockfile": "^1.1.0",
"chalk": "^4.1.2",
"commander": "^9.5.0",
"commander": "^10.0.0",
"find-up": "^6.3.0",
"glob": "^8.1.0",
"semver": "^7.3.8"
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2444,7 +2444,7 @@ commander@^8.3.0:
resolved "https://registry.npmjs.org/commander/-/commander-8.3.0.tgz#4837ea1b2da67b9c616a67afbb0fafee567bca66"
integrity sha512-OkTL9umf+He2DZkUq8f8J9of7yL6RJKI24dVITBmNfZBmri9zYZQrKkuXiKhyfPSu8tUhnVBB1iKXevvnlR4Ww==

commander@^9.3.0, commander@^9.4.1, commander@^9.5.0:
commander@^9.3.0, commander@^9.4.1:
version "9.5.0"
resolved "https://registry.npmjs.org/commander/-/commander-9.5.0.tgz#bc08d1eb5cedf7ccb797a96199d41c7bc3e60d30"
integrity sha512-KRs7WVDKg86PWiuAqhDrAQnTXZKraVcCc6vFdL14qrZ/DcWwuRo7VoiYXalXO7S5GKpqYiVEwCbgFDfxNHKJBQ==
Expand Down

0 comments on commit 30ee05f

Please sign in to comment.