Skip to content

Commit ffc613d

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

File tree

7 files changed

+211
-201
lines changed

7 files changed

+211
-201
lines changed

cspell-dict-file-checker/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
"private": true,
99
"dependencies": {
1010
"ava": "^6.4.1",
11-
"cspell": "^9.6.0",
12-
"cspell-lib": "^9.6.0",
11+
"cspell": "^9.6.1",
12+
"cspell-lib": "^9.6.1",
1313
"glob": "^13.0.0"
1414
}
1515
}

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.6.0",
18-
"cspell-trie-lib": "^9.6.0",
17+
"cspell-io": "^9.6.1",
18+
"cspell-trie-lib": "^9.6.1",
1919
"yaml": "^2.8.2"
2020
},
2121
"devDependencies": {

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.6.0",
17+
"@cspell/normalize-json": "^9.6.1",
1818
"csv-stringify": "^6.6.0"
1919
},
2020
"engines": {

package.json

Lines changed: 4 additions & 4 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.6.0",
41+
"@cspell/cspell-tools": "^9.6.1",
4242
"@cspell/dict-cspell-bundle": "workspace:*",
4343
"@eslint/js": "^9.39.2",
4444
"@lerna-lite/cli": "^4.11.0",
@@ -48,14 +48,14 @@
4848
"ava": "^6.4.1",
4949
"cpy-cli": "^6.0.0",
5050
"cross-env": "^10.1.0",
51-
"cspell": "^9.6.0",
51+
"cspell": "^9.6.1",
5252
"cspell-dict-file-checker": "workspace:^",
5353
"cspell-dicts-scripts": "workspace:*",
54-
"cspell-trie": "^9.6.0",
54+
"cspell-trie": "^9.6.1",
5555
"eslint": "^9.39.2",
5656
"generator-cspell-dicts": "workspace:^",
5757
"globals": "^17.1.0",
58-
"hunspell-reader": "^9.6.0",
58+
"hunspell-reader": "^9.6.1",
5959
"inject-markdown": "^4.0.0",
6060
"json5": "2.2.3",
6161
"prettier": "^3.8.1",

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.6.0",
32+
"@cspell/cspell-pipe": "^9.6.1",
3333
"as-table": "^1.0.55",
3434
"chalk": "^5.6.2",
3535
"commander": "^14.0.2",
36-
"cspell-trie-lib": "^9.6.0",
36+
"cspell-trie-lib": "^9.6.1",
3737
"globby": "^16.1.0"
3838
},
3939
"files": [

0 commit comments

Comments
 (0)