Skip to content

Commit

Permalink
build(deps): bump commander and @commander-js/extra-typings
Browse files Browse the repository at this point in the history
Bumps [commander](https://github.com/tj/commander.js) and [@commander-js/extra-typings](https://github.com/commander-js/extra-typings). These dependencies needed to be updated together.

Updates `commander` from 10.0.1 to 12.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@v10.0.1...v12.0.0)

Updates `@commander-js/extra-typings` from 10.0.3 to 12.0.0
- [Release notes](https://github.com/commander-js/extra-typings/releases)
- [Changelog](https://github.com/commander-js/extra-typings/blob/main/CHANGELOG.md)
- [Commits](commander-js/extra-typings@v10.0.3...v12.0.0)

---
updated-dependencies:
- dependency-name: commander
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: "@commander-js/extra-typings"
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 12, 2024
1 parent 9f1e896 commit 6d975a9
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
20 changes: 10 additions & 10 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@
},
"homepage": "https://github.com/hougesen/json2struct#readme",
"dependencies": {
"@commander-js/extra-typings": "^10.0.3",
"commander": "^10.0.1"
"@commander-js/extra-typings": "^12.0.0",
"commander": "^12.0.0"
},
"devDependencies": {
"@types/eslint": "^8.21.3",
Expand Down

0 comments on commit 6d975a9

Please sign in to comment.