Skip to content

Commit

Permalink
chore(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 Dec 31, 2024
1 parent 78f4ebb commit d804e80
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 7 deletions.
37 changes: 32 additions & 5 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"@types/fs-extra": "^11.0.4",
"accessibility-checker": "^3.1.79",
"adm-zip": "0.5.16",
"commander": "^12.1.0",
"commander": "^13.0.0",
"cpr": "3.0.1",
"cross-env": "^7.0.3",
"dotenv": "^16.4.7",
Expand Down
2 changes: 1 addition & 1 deletion packages/migration/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"test:migration": "tsx src/cli.ts migration --type v005_v006 --src=./scss --dryRun=true"
},
"dependencies": {
"commander": "^12.0.0",
"commander": "^13.0.0",
"glob": "^11.0.0",
"replace-in-file": "^8.3.0"
},
Expand Down

0 comments on commit d804e80

Please sign in to comment.