Skip to content

Commit

Permalink
chore: bump commander from 11.1.0 to 12.0.0
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>
  • Loading branch information
dependabot[bot] committed Feb 6, 2024
1 parent c615bd6 commit dc4ef73
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 15 deletions.
2 changes: 1 addition & 1 deletion integration-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"@cspell/cspell-types": "workspace:*",
"@octokit/rest": "^20.0.2",
"chalk": "^5.3.0",
"commander": "^11.1.0",
"commander": "^12.0.0",
"jest-diff": "^29.7.0",
"shelljs": "^0.8.5",
"simple-git": "^3.22.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/cspell-tools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"homepage": "https://github.com/streetsidesoftware/cspell#readme",
"dependencies": {
"@cspell/cspell-pipe": "workspace:*",
"commander": "^11.1.0",
"commander": "^12.0.0",
"cosmiconfig": "9.0.0",
"cspell-trie-lib": "workspace:*",
"gensequence": "^6.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/cspell-trie/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
},
"homepage": "https://github.com/streetsidesoftware/cspell#readme",
"dependencies": {
"commander": "^11.1.0",
"commander": "^12.0.0",
"cspell-trie-lib": "workspace:*",
"gensequence": "^6.0.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/cspell/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
"@cspell/dynamic-import": "workspace:*",
"chalk": "^5.3.0",
"chalk-template": "^1.1.0",
"commander": "^11.1.0",
"commander": "^12.0.0",
"cspell-gitignore": "workspace:*",
"cspell-glob": "workspace:*",
"cspell-io": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/hunspell-reader/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"dependencies": {
"@cspell/cspell-pipe": "workspace:^",
"@cspell/cspell-types": "workspace:^",
"commander": "^11.1.0",
"commander": "^12.0.0",
"gensequence": "^6.0.0",
"html-entities": "^2.4.0",
"iconv-lite": "^0.6.3"
Expand Down
25 changes: 15 additions & 10 deletions pnpm-lock.yaml

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

0 comments on commit dc4ef73

Please sign in to comment.