Skip to content

Commit 04bc084

Browse files
Jason3Sgithub-actions[bot]
authored andcommitted
ci: Workflow Bot -- Update ALL Dependencies
1 parent b34c136 commit 04bc084

File tree

11 files changed

+392
-397
lines changed

11 files changed

+392
-397
lines changed

examples/invoke-cspell/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@
1111
"author": "",
1212
"license": "MIT",
1313
"dependencies": {
14-
"cspell": "^8.17.4"
14+
"cspell": "^8.17.5"
1515
}
1616
}

examples/yarn/cspell-eslint-plugin/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@
1313
"update:dep": "yarn add --dev @cspell/dict-medicalterms@latest @cspell/cspell-types@latest @cspell/eslint-plugin@latest cspell"
1414
},
1515
"devDependencies": {
16-
"@cspell/cspell-types": "^8.17.4",
16+
"@cspell/cspell-types": "^8.17.5",
1717
"@cspell/dict-medicalterms": "^4.1.5",
18-
"@cspell/eslint-plugin": "^8.17.4",
18+
"@cspell/eslint-plugin": "^8.17.5",
1919
"@eslint/js": "^9.14.0",
20-
"cspell": "^8.17.4",
20+
"cspell": "^8.17.5",
2121
"eslint": "^9.14.0",
2222
"globals": "^15.11.0"
2323
}

0 commit comments

Comments
 (0)