Skip to content

Commit

Permalink
build(deps): Bump commander from 12.1.0 to 13.0.0
Browse files Browse the repository at this point in the history
Bumps [commander](https://github.com/tj/commander.js) from 12.1.0 to 13.0.0.
- [Release notes](https://github.com/tj/commander.js/releases)
- [Changelog](https://github.com/tj/commander.js/blob/master/CHANGELOG.md)
- [Commits](tj/commander.js@v12.1.0...v13.0.0)

---
updated-dependencies:
- dependency-name: commander
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 20, 2025
1 parent 1ea6d17 commit 80eaf37
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/codemods/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
},
"dependencies": {
"chalk": "^4.1.2",
"commander": "^12.1.0",
"commander": "^13.0.0",
"cross-spawn": "^7.0.5",
"jscodeshift": "^17.1.2",
"prompts": "^2.4.2",
Expand Down
9 changes: 8 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5483,7 +5483,7 @@ __metadata:
"@types/node": "npm:^22.10.7"
"@types/prompts": "npm:^2.4.9"
chalk: "npm:^4.1.2"
commander: "npm:^12.1.0"
commander: "npm:^13.0.0"
cross-spawn: "npm:^7.0.5"
jest: "npm:^29.7.0"
jscodeshift: "npm:^17.1.2"
Expand Down Expand Up @@ -7645,6 +7645,13 @@ __metadata:
languageName: node
linkType: hard

"commander@npm:^13.0.0":
version: 13.0.0
resolution: "commander@npm:13.0.0"
checksum: 10/e89d5bf61e84e65e0cfdfcfb740049cf6bcaba63fc32a610375957a2a57373d42f7b00fc64bec5bdde0e547593fa184f869dfabe8a415bc4fd4482edf2fb5ca8
languageName: node
linkType: hard

"commander@npm:^2.19.0, commander@npm:^2.20.0":
version: 2.20.3
resolution: "commander@npm:2.20.3"
Expand Down

0 comments on commit 80eaf37

Please sign in to comment.