Skip to content

Commit

Permalink
build(deps): bump commander from 11.1.0 to 12.0.0 (#77)
Browse files Browse the repository at this point in the history
Bumps [commander](https://github.com/tj/commander.js) from 11.1.0 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@v11.1.0...v12.0.0)

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

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] authored Jul 12, 2024
1 parent 5dad0cf commit 52cc22c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion packages/lobe-cli-shebang/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"type-check": "tsc --noEmit"
},
"dependencies": {
"commander": "^11",
"commander": "^12",
"consola": "^3",
"update-notifier": "^7"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/lobe-commit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"@langchain/openai": "latest",
"@lobehub/cli-ui": "1.10.0",
"chalk": "^5",
"commander": "^11",
"commander": "^12",
"conf": "^12",
"dotenv": "^16",
"execa": "^8",
Expand Down
2 changes: 1 addition & 1 deletion packages/lobe-i18n/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"@langchain/openai": "latest",
"@lobehub/cli-ui": "1.10.0",
"chalk": "^5",
"commander": "^11",
"commander": "^12",
"conf": "^12",
"consola": "^3",
"cosmiconfig": "^9",
Expand Down
2 changes: 1 addition & 1 deletion packages/lobe-label/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"@inkjs/ui": "^1",
"@lobehub/cli-ui": "1.10.0",
"@octokit/rest": "^20",
"commander": "^11",
"commander": "^12",
"conf": "^12",
"consola": "^3",
"ink": "^4.2",
Expand Down

0 comments on commit 52cc22c

Please sign in to comment.