Skip to content

Commit 69c4b7f

Browse files
chore: bump commander from 14.0.3 to 15.0.0 (#8925)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 4484d26 commit 69c4b7f

7 files changed

Lines changed: 24 additions & 18 deletions

File tree

integration-tests/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"@octokit/rest": "^22.0.1",
3333
"ansi-escapes": "^7.3.0",
3434
"chalk": "^5.6.2",
35-
"commander": "^14.0.3",
35+
"commander": "^15.0.0",
3636
"csv-parse": "^6.2.1",
3737
"csv-stringify": "^6.8.1",
3838
"jest-diff": "^30.4.1",

packages/cspell-tools/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
"homepage": "https://github.com/streetsidesoftware/cspell/tree/main/packages/cspell-tools#readme",
6666
"dependencies": {
6767
"@cspell/cspell-pipe": "workspace:*",
68-
"commander": "^14.0.3",
68+
"commander": "^15.0.0",
6969
"cosmiconfig": "9.0.2",
7070
"cspell-trie-lib": "workspace:*",
7171
"glob": "^13.0.6",

packages/cspell-trie/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
},
4646
"homepage": "https://github.com/streetsidesoftware/cspell/tree/main/packages/cspell-trie#readme",
4747
"dependencies": {
48-
"commander": "^14.0.3",
48+
"commander": "^15.0.0",
4949
"cspell-trie-lib": "workspace:*",
5050
"gensequence": "^8.0.8"
5151
},

packages/cspell/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@
9696
"ansi-regex": "^6.2.2",
9797
"chalk": "^5.6.2",
9898
"chalk-template": "^1.1.2",
99-
"commander": "^14.0.3",
99+
"commander": "^15.0.0",
100100
"cspell-config-lib": "workspace:*",
101101
"cspell-dictionary": "workspace:*",
102102
"cspell-gitignore": "workspace:*",

packages/hunspell-reader/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"dependencies": {
5151
"@cspell/cspell-pipe": "workspace:^",
5252
"@cspell/cspell-types": "workspace:^",
53-
"commander": "^14.0.3",
53+
"commander": "^15.0.0",
5454
"gensequence": "^8.0.8",
5555
"html-entities": "^2.6.0",
5656
"iconv-lite": "^0.7.3"

pnpm-lock.yaml

Lines changed: 18 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tools/perf-chart/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"skia-canvas": "^3.0.8"
3434
},
3535
"dependencies": {
36-
"commander": "^14.0.3",
36+
"commander": "^15.0.0",
3737
"csv-parse": "^6.2.1",
3838
"csv-stringify": "^6.8.1",
3939
"thistogram": "^2.0.0"

0 commit comments

Comments
 (0)