Skip to content

Commit 1a8da92

Browse files
ci: Workflow Bot -- Update ALL Dependencies (#5079)
Co-authored-by: street-side-software-automation[bot] <74785433+street-side-software-automation[bot]@users.noreply.github.com>
1 parent 235c99a commit 1a8da92

File tree

6 files changed

+77
-45
lines changed

6 files changed

+77
-45
lines changed

dictionaries/en-common-misspellings/scripts/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
"author": "",
1515
"license": "MIT",
1616
"dependencies": {
17-
"cspell-io": "^9.4.0",
18-
"cspell-trie-lib": "^9.4.0",
17+
"cspell-io": "^9.5.0",
18+
"cspell-trie-lib": "^9.5.0",
1919
"yaml": "^2.8.2"
2020
}
2121
}

dictionaries/npm/scripts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"author": "",
1515
"license": "MIT",
1616
"dependencies": {
17-
"@cspell/normalize-json": "^9.4.0",
17+
"@cspell/normalize-json": "^9.5.0",
1818
"csv-stringify": "^6.6.0"
1919
},
2020
"engines": {

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"url": "https://github.com/streetsidesoftware/cspell-dicts.git"
3939
},
4040
"devDependencies": {
41-
"@cspell/cspell-tools": "^9.4.0",
41+
"@cspell/cspell-tools": "^9.5.0",
4242
"@cspell/dict-cspell-bundle": "workspace:*",
4343
"@eslint/js": "^9.39.2",
4444
"@lerna-lite/cli": "^4.10.2",
@@ -51,11 +51,11 @@
5151
"cspell": "^9.4.0",
5252
"cspell-dict-file-checker": "workspace:^",
5353
"cspell-dicts-scripts": "workspace:*",
54-
"cspell-trie": "^9.4.0",
54+
"cspell-trie": "^9.5.0",
5555
"eslint": "^9.39.2",
5656
"generator-cspell-dicts": "workspace:^",
5757
"globals": "^16.5.0",
58-
"hunspell-reader": "^9.4.0",
58+
"hunspell-reader": "^9.5.0",
5959
"inject-markdown": "^4.0.0",
6060
"json5": "2.2.3",
6161
"prettier": "^3.7.4",

packages/en-freq/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,11 @@
2929
"typescript": "^5.9.3"
3030
},
3131
"dependencies": {
32-
"@cspell/cspell-pipe": "^9.4.0",
32+
"@cspell/cspell-pipe": "^9.5.0",
3333
"as-table": "^1.0.55",
3434
"chalk": "^5.6.2",
3535
"commander": "^14.0.2",
36-
"cspell-trie-lib": "^9.4.0",
36+
"cspell-trie-lib": "^9.5.0",
3737
"globby": "^16.0.0"
3838
},
3939
"files": [

pnpm-lock.yaml

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

scripts/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,11 @@
2525
"@cspell/cspell-bundled-dicts": "^9.4.0",
2626
"@octokit/core": "^7.0.6",
2727
"commander": "^14.0.2",
28-
"cspell-config-lib": "^9.4.0",
28+
"cspell-config-lib": "^9.5.0",
2929
"cspell-dictionary": "^9.4.0",
30-
"cspell-io": "^9.4.0",
30+
"cspell-io": "^9.5.0",
3131
"cspell-lib": "^9.4.0",
32-
"cspell-trie-lib": "^9.4.0",
32+
"cspell-trie-lib": "^9.5.0",
3333
"globby": "^16.0.0",
3434
"globrex": "^0.1.2",
3535
"json5": "2.2.3",
@@ -43,7 +43,7 @@
4343
"node": ">=18.0.0"
4444
},
4545
"devDependencies": {
46-
"@cspell/cspell-types": "^9.4.0",
46+
"@cspell/cspell-types": "^9.5.0",
4747
"@types/mdast": "^4.0.4"
4848
}
4949
}

0 commit comments

Comments
 (0)