diff --git a/action/node_modules/@cspell/dict-software-terms/dict/softwareTerms.txt b/action/node_modules/@cspell/dict-software-terms/dict/softwareTerms.txt index 5aa2b3be2..01999e16a 100644 --- a/action/node_modules/@cspell/dict-software-terms/dict/softwareTerms.txt +++ b/action/node_modules/@cspell/dict-software-terms/dict/softwareTerms.txt @@ -2586,6 +2586,8 @@ subDirective subDirectives subcommand subcommands +subdep +subdeps subdir subdirectories subdirectory diff --git a/action/node_modules/@cspell/dict-software-terms/package.json b/action/node_modules/@cspell/dict-software-terms/package.json index fd5e39edb..39288eb91 100644 --- a/action/node_modules/@cspell/dict-software-terms/package.json +++ b/action/node_modules/@cspell/dict-software-terms/package.json @@ -1,6 +1,6 @@ { "name": "@cspell/dict-software-terms", - "version": "5.1.22", + "version": "5.1.23", "description": "Software related dictionaries for cspell.", "publishConfig": { "access": "public", @@ -47,5 +47,5 @@ "cspell-corrections.yaml", "cspell-ext.json" ], - "gitHead": "1c4816c37b2f2b1d6272f25b694b8a563f09661b" + "gitHead": "412457adf17fcc24ba81307eafdf9003dc042fe9" } diff --git a/package.json b/package.json index 2ab54d188..3179d254b 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "version": "8.3.0", "description": "GitHub Action: Check Spelling", "private": true, - "packageManager": "pnpm@10.30.0+sha512.2b5753de015d480eeb88f5b5b61e0051f05b4301808a82ec8b840c9d2adf7748eb352c83f5c1593ca703ff1017295bc3fdd3119abb9686efc96b9fcb18200937", + "packageManager": "pnpm@10.30.3+sha512.c961d1e0a2d8e354ecaa5166b822516668b7f44cb5bd95122d590dd81922f606f5473b6d23ec4a5be05e7fcd18e8488d47d978bbe981872f1145d06e9a740017", "type": "module", "scripts": { "prepare": "pnpm run build",