diff --git a/action-src/package.json b/action-src/package.json index 9d543237c..173521895 100644 --- a/action-src/package.json +++ b/action-src/package.json @@ -26,8 +26,8 @@ "@octokit/core": "^4.2.4", "@octokit/plugin-rest-endpoint-methods": "7.1.3", "@octokit/rest": "^19.0.13", - "cspell": "^6.31.1", - "cspell-glob": "^6.31.1", + "cspell": "^6.31.2", + "cspell-glob": "^6.31.2", "vscode-uri": "^3.0.7" } } diff --git a/action/node_modules/@cspell/cspell-bundled-dicts/package.json b/action/node_modules/@cspell/cspell-bundled-dicts/package.json index 0d26d7270..a1f3eaff2 100644 --- a/action/node_modules/@cspell/cspell-bundled-dicts/package.json +++ b/action/node_modules/@cspell/cspell-bundled-dicts/package.json @@ -1,6 +1,6 @@ { "name": "@cspell/cspell-bundled-dicts", - "version": "6.31.1", + "version": "6.31.2", "description": "Dictionaries bundled with cspell", "publishConfig": { "access": "public" @@ -61,7 +61,7 @@ "@cspell/dict-en-gb": "1.1.33", "@cspell/dict-en_us": "^4.3.2", "@cspell/dict-filetypes": "^3.0.0", - "@cspell/dict-fonts": "^3.0.1", + "@cspell/dict-fonts": "^3.0.2", "@cspell/dict-fullstack": "^3.1.5", "@cspell/dict-gaming-terms": "^1.0.4", "@cspell/dict-git": "^2.0.0", @@ -95,9 +95,9 @@ "node": ">=14" }, "devDependencies": { - "@cspell/cspell-tools": "6.31.1", + "@cspell/cspell-tools": "6.31.2", "@cspell/cspell-types": "6.31.1", "typescript": "^4.9.5" }, - "gitHead": "43c3652e27588f6643cf78fd764f12f497f89fbf" + "gitHead": "aa78fdb9d4fc45dc74bcf31b6a6366784fe0d1c4" } diff --git a/action/node_modules/cspell-gitignore/package.json b/action/node_modules/cspell-gitignore/package.json index f89a648e5..3ef51e57a 100644 --- a/action/node_modules/cspell-gitignore/package.json +++ b/action/node_modules/cspell-gitignore/package.json @@ -1,6 +1,6 @@ { "name": "cspell-gitignore", - "version": "6.31.1", + "version": "6.31.2", "description": "Gitignore Glob matcher for cspell", "keywords": [ "cspell", @@ -58,8 +58,8 @@ "node": ">=14" }, "dependencies": { - "cspell-glob": "6.31.1", + "cspell-glob": "6.31.2", "find-up": "^5.0.0" }, - "gitHead": "43c3652e27588f6643cf78fd764f12f497f89fbf" + "gitHead": "aa78fdb9d4fc45dc74bcf31b6a6366784fe0d1c4" } diff --git a/action/node_modules/cspell-glob/package.json b/action/node_modules/cspell-glob/package.json index 31bcd98bc..99ccedbf3 100644 --- a/action/node_modules/cspell-glob/package.json +++ b/action/node_modules/cspell-glob/package.json @@ -1,6 +1,6 @@ { "name": "cspell-glob", - "version": "6.31.1", + "version": "6.31.2", "description": "Glob matcher for cspell", "keywords": [ "cspell", @@ -57,8 +57,7 @@ "micromatch": "^4.0.5" }, "devDependencies": { - "@types/micromatch": "^4.0.2", - "jest": "^29.5.0" + "@types/micromatch": "^4.0.2" }, - "gitHead": "43c3652e27588f6643cf78fd764f12f497f89fbf" + "gitHead": "aa78fdb9d4fc45dc74bcf31b6a6366784fe0d1c4" } diff --git a/action/node_modules/cspell-io/package.json b/action/node_modules/cspell-io/package.json index b635efbbd..f0dadd154 100644 --- a/action/node_modules/cspell-io/package.json +++ b/action/node_modules/cspell-io/package.json @@ -1,6 +1,6 @@ { "name": "cspell-io", - "version": "6.31.1", + "version": "6.31.2", "description": "A library of useful I/O functions used across various cspell tools.", "type": "commonjs", "module": "dist/esm/index.mjs", @@ -50,12 +50,12 @@ "node": ">=14" }, "devDependencies": { - "@types/node-fetch": "^2.6.2", + "@types/node-fetch": "^2.6.3", "lorem-ipsum": "^2.0.8" }, "dependencies": { "@cspell/cspell-service-bus": "6.31.1", "node-fetch": "^2.6.9" }, - "gitHead": "43c3652e27588f6643cf78fd764f12f497f89fbf" + "gitHead": "aa78fdb9d4fc45dc74bcf31b6a6366784fe0d1c4" } diff --git a/action/node_modules/cspell-lib/dist/cjs/Cache/cspell.cache.js b/action/node_modules/cspell-lib/dist/cjs/Cache/cspell.cache.js index 737d656e7..d89752748 100644 --- a/action/node_modules/cspell-lib/dist/cjs/Cache/cspell.cache.js +++ b/action/node_modules/cspell-lib/dist/cjs/Cache/cspell.cache.js @@ -11,5 +11,5 @@ var IssueCode; IssueCode[IssueCode["ForbiddenWord"] = 2] = "ForbiddenWord"; IssueCode[IssueCode["KnownIssue"] = 4] = "KnownIssue"; IssueCode[IssueCode["ALL"] = 7] = "ALL"; -})(IssueCode = exports.IssueCode || (exports.IssueCode = {})); +})(IssueCode || (exports.IssueCode = IssueCode = {})); //# sourceMappingURL=cspell.cache.js.map \ No newline at end of file diff --git a/action/node_modules/cspell-lib/dist/cjs/textValidation/checkText.js b/action/node_modules/cspell-lib/dist/cjs/textValidation/checkText.js index c7d18f1a5..b4a191513 100644 --- a/action/node_modules/cspell-lib/dist/cjs/textValidation/checkText.js +++ b/action/node_modules/cspell-lib/dist/cjs/textValidation/checkText.js @@ -72,7 +72,7 @@ var IncludeExcludeFlag; (function (IncludeExcludeFlag) { IncludeExcludeFlag["INCLUDE"] = "I"; IncludeExcludeFlag["EXCLUDE"] = "E"; -})(IncludeExcludeFlag = exports.IncludeExcludeFlag || (exports.IncludeExcludeFlag = {})); +})(IncludeExcludeFlag || (exports.IncludeExcludeFlag = IncludeExcludeFlag = {})); /** * Calculate document issues and include / exclude zones. * @param doc - document to check diff --git a/action/node_modules/cspell-lib/package.json b/action/node_modules/cspell-lib/package.json index d0d42cecc..488a1d84f 100644 --- a/action/node_modules/cspell-lib/package.json +++ b/action/node_modules/cspell-lib/package.json @@ -1,6 +1,6 @@ { "name": "cspell-lib", - "version": "6.31.1", + "version": "6.31.2", "description": "A library of useful functions used across various cspell tools.", "type": "commonjs", "main": "dist/cjs/index.js", @@ -57,7 +57,7 @@ }, "homepage": "https://github.com/streetsidesoftware/cspell#readme", "dependencies": { - "@cspell/cspell-bundled-dicts": "6.31.1", + "@cspell/cspell-bundled-dicts": "6.31.2", "@cspell/cspell-pipe": "6.31.1", "@cspell/cspell-types": "6.31.1", "@cspell/strong-weak-map": "6.31.1", @@ -66,9 +66,9 @@ "configstore": "^5.0.1", "cosmiconfig": "8.0.0", "cspell-dictionary": "6.31.1", - "cspell-glob": "6.31.1", + "cspell-glob": "6.31.2", "cspell-grammar": "6.31.1", - "cspell-io": "6.31.1", + "cspell-io": "6.31.2", "cspell-trie-lib": "6.31.1", "fast-equals": "^4.0.3", "find-up": "^5.0.0", @@ -97,7 +97,7 @@ "expect": "^29.5.0", "jest": "^29.5.0", "lorem-ipsum": "^2.0.8", - "ts-jest": "^29.0.5" + "ts-jest": "^29.1.0" }, - "gitHead": "43c3652e27588f6643cf78fd764f12f497f89fbf" + "gitHead": "aa78fdb9d4fc45dc74bcf31b6a6366784fe0d1c4" } diff --git a/action/node_modules/cspell/package.json b/action/node_modules/cspell/package.json index 24ae5724f..2ae2ab570 100644 --- a/action/node_modules/cspell/package.json +++ b/action/node_modules/cspell/package.json @@ -1,6 +1,6 @@ { "name": "cspell", - "version": "6.31.1", + "version": "6.31.2", "description": "A Spelling Checker for Code!", "funding": "https://github.com/streetsidesoftware/cspell?sponsor=1", "bin": { @@ -89,13 +89,14 @@ "homepage": "https://streetsidesoftware.github.io/cspell/", "dependencies": { "@cspell/cspell-pipe": "6.31.1", + "@cspell/cspell-types": "6.31.1", "@cspell/dynamic-import": "6.31.1", "chalk": "^4.1.2", "commander": "^10.0.0", - "cspell-gitignore": "6.31.1", - "cspell-glob": "6.31.1", - "cspell-io": "6.31.1", - "cspell-lib": "6.31.1", + "cspell-gitignore": "6.31.2", + "cspell-glob": "6.31.2", + "cspell-io": "6.31.2", + "cspell-lib": "6.31.2", "fast-glob": "^3.2.12", "fast-json-stable-stringify": "^2.1.0", "file-entry-cache": "^6.0.1", @@ -110,14 +111,13 @@ }, "devDependencies": { "@cspell/cspell-json-reporter": "6.31.1", - "@cspell/cspell-types": "6.31.1", "@types/file-entry-cache": "^5.0.2", "@types/glob": "^8.1.0", "@types/imurmurhash": "^0.1.1", "@types/micromatch": "^4.0.2", "@types/semver": "^7.3.13", "micromatch": "^4.0.5", - "minimatch": "^7.4.3" + "minimatch": "^7.4.4" }, - "gitHead": "43c3652e27588f6643cf78fd764f12f497f89fbf" + "gitHead": "aa78fdb9d4fc45dc74bcf31b6a6366784fe0d1c4" } diff --git a/action/package.json b/action/package.json index 2f15c8428..94f016408 100644 --- a/action/package.json +++ b/action/package.json @@ -14,8 +14,8 @@ "@octokit/core": "^4.2.4", "@octokit/plugin-rest-endpoint-methods": "7.1.3", "@octokit/rest": "^19.0.13", - "cspell": "^6.31.1", - "cspell-glob": "^6.31.1", + "cspell": "^6.31.2", + "cspell-glob": "^6.31.2", "vscode-uri": "^3.0.7" } } diff --git a/yarn.lock b/yarn.lock index 125960add..63aa393a5 100644 --- a/yarn.lock +++ b/yarn.lock @@ -329,10 +329,10 @@ resolved "https://registry.npmjs.org/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39" integrity sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw== -"@cspell/cspell-bundled-dicts@6.31.1": - version "6.31.1" - resolved "https://registry.npmjs.org/@cspell/cspell-bundled-dicts/-/cspell-bundled-dicts-6.31.1.tgz#69bacbdcceae490b50d2573877f004328416d6e8" - integrity sha512-rsIev+dk1Vd8H1OKZhNhXycIVsMfeWJaeW3QUi1l4oIoGwQfJVbs1ZPZPHE5cglzyHOW1jQNStXf34UKaC6siA== +"@cspell/cspell-bundled-dicts@6.31.2": + version "6.31.2" + resolved "https://registry.npmjs.org/@cspell/cspell-bundled-dicts/-/cspell-bundled-dicts-6.31.2.tgz#42865a6c025b0ce5550efa24c9a78d7094b206dc" + integrity sha512-rQ5y/U1Ah5AaduIh3NU2z371hRrOr1cmNdhhP8oiuz2E4VqmcoVHflXIct9DgY8uIJpwsSCdR6ypOQWZYXYnwA== dependencies: "@cspell/dict-ada" "^4.0.1" "@cspell/dict-aws" "^3.0.0" @@ -351,7 +351,7 @@ "@cspell/dict-en-gb" "1.1.33" "@cspell/dict-en_us" "^4.3.2" "@cspell/dict-filetypes" "^3.0.0" - "@cspell/dict-fonts" "^3.0.1" + "@cspell/dict-fonts" "^3.0.2" "@cspell/dict-fullstack" "^3.1.5" "@cspell/dict-gaming-terms" "^1.0.4" "@cspell/dict-git" "^2.0.0" @@ -486,7 +486,7 @@ resolved "https://registry.npmjs.org/@cspell/dict-filetypes/-/dict-filetypes-3.0.1.tgz#61642b14af90894e6acf4c00f20ab2d097c1ed12" integrity sha512-8z8mY1IbrTyTRumx2vvD9yzRhNMk9SajM/GtI5hdMM2pPpNSp25bnuauzjRf300eqlqPY2MNb5MmhBFO014DJw== -"@cspell/dict-fonts@^3.0.1": +"@cspell/dict-fonts@^3.0.2": version "3.0.2" resolved "https://registry.npmjs.org/@cspell/dict-fonts/-/dict-fonts-3.0.2.tgz#657d871cf627466765166cf18c448743c19317e2" integrity sha512-Z5QdbgEI7DV+KPXrAeDA6dDm/vTzyaW53SGlKqz6PI5VhkOjgkBXv3YtZjnxMZ4dY2ZIqq+RUK6qa9Pi8rQdGQ== @@ -1965,18 +1965,18 @@ cspell-dictionary@6.31.1: fast-equals "^4.0.3" gensequence "^5.0.2" -cspell-gitignore@6.31.1: - version "6.31.1" - resolved "https://registry.npmjs.org/cspell-gitignore/-/cspell-gitignore-6.31.1.tgz#3000c4c6c740c04d6178c62a9b83111d5fc96779" - integrity sha512-PAcmjN6X89Z8qgjem6HYb+VmvVtKuc+fWs4sk21+jv2MiLk23Bkp+8slSaIDVR//58fxJkMx17PHyo2cDO/69A== +cspell-gitignore@6.31.2: + version "6.31.2" + resolved "https://registry.npmjs.org/cspell-gitignore/-/cspell-gitignore-6.31.2.tgz#c297f0c094a96ea1ba8849fd17fb1a7feb274318" + integrity sha512-B1i8aiXCIbb/08u0K3xnDyXtg0qD+lb5B2itOOXi7KXlPkKvIuN4hWyXxhVDweWyYWEzyXD5wBpPrqICVrStHQ== dependencies: - cspell-glob "6.31.1" + cspell-glob "6.31.2" find-up "^5.0.0" -cspell-glob@6.31.1, cspell-glob@^6.31.1: - version "6.31.1" - resolved "https://registry.npmjs.org/cspell-glob/-/cspell-glob-6.31.1.tgz#525db68469790f3d0c856fcdef7616dfbecfe1d2" - integrity sha512-ygEmr5hgE4QtO5+L3/ihfMKBhPipbapfS22ilksFSChKMc15Regds0z+z/1ZBoe+OFAPneQfIuBxMwQ/fB00GQ== +cspell-glob@6.31.2, cspell-glob@^6.31.2: + version "6.31.2" + resolved "https://registry.npmjs.org/cspell-glob/-/cspell-glob-6.31.2.tgz#877d914420e38aa3b375066f425e5a33514cc5e2" + integrity sha512-ceTjHM4HaBgvG5S3oiB+PTPYq58EQYG6MmYpycDHzpR5I2H1NurK9lxWHfANmLbi0DsHn58tIZNDMUnnQj19Jw== dependencies: micromatch "^4.0.5" @@ -1988,20 +1988,20 @@ cspell-grammar@6.31.1: "@cspell/cspell-pipe" "6.31.1" "@cspell/cspell-types" "6.31.1" -cspell-io@6.31.1: - version "6.31.1" - resolved "https://registry.npmjs.org/cspell-io/-/cspell-io-6.31.1.tgz#5f26437e6e5d525a73c708bf524da50a180f3c2c" - integrity sha512-deZcpvTYY/NmLfOdOtzcm+nDvJZozKmj4TY3pPpX0HquPX0A/w42bFRT/zZNmRslFl8vvrCZZUog7SOc6ha3uA== +cspell-io@6.31.2: + version "6.31.2" + resolved "https://registry.npmjs.org/cspell-io/-/cspell-io-6.31.2.tgz#5b1059779b8417510df077781a82cbe2b5c7463b" + integrity sha512-Lp7LsF/f35LaOneROb/9mWiprShz2ONxjYFAt3bYP7gIxq41lWi8QhO+SN6spoqPp/wQXjSqJ7MuTZsemxPRnA== dependencies: "@cspell/cspell-service-bus" "6.31.1" node-fetch "^2.6.9" -cspell-lib@6.31.1: - version "6.31.1" - resolved "https://registry.npmjs.org/cspell-lib/-/cspell-lib-6.31.1.tgz#716fe73302086d384e756ece917d50dafa6cfda4" - integrity sha512-KgSiulbLExY+z2jGwkO77+aAkyugsPAw7y07j3hTQLpd+0esPCZqrmbo2ItnkvkDNd/c34PqQCr7/044/rz8gw== +cspell-lib@6.31.2: + version "6.31.2" + resolved "https://registry.npmjs.org/cspell-lib/-/cspell-lib-6.31.2.tgz#46e1f89876e5a5c055bc2493562c2c6d7ebff8fb" + integrity sha512-LqaB2ZfVfQHKL5aZzYoKU6/UxxAtWeXAYwpC9l+satXmajYyXtAh4kWmuW+y7kKRH2jA79rJQS3QE6ToeSqgQQ== dependencies: - "@cspell/cspell-bundled-dicts" "6.31.1" + "@cspell/cspell-bundled-dicts" "6.31.2" "@cspell/cspell-pipe" "6.31.1" "@cspell/cspell-types" "6.31.1" "@cspell/strong-weak-map" "6.31.1" @@ -2010,9 +2010,9 @@ cspell-lib@6.31.1: configstore "^5.0.1" cosmiconfig "8.0.0" cspell-dictionary "6.31.1" - cspell-glob "6.31.1" + cspell-glob "6.31.2" cspell-grammar "6.31.1" - cspell-io "6.31.1" + cspell-io "6.31.2" cspell-trie-lib "6.31.1" fast-equals "^4.0.3" find-up "^5.0.0" @@ -2032,19 +2032,20 @@ cspell-trie-lib@6.31.1: "@cspell/cspell-types" "6.31.1" gensequence "^5.0.2" -cspell@^6.31.1: - version "6.31.1" - resolved "https://registry.npmjs.org/cspell/-/cspell-6.31.1.tgz#78a1b3d32c8f6f232fb1a00b2df8a8e8d72cf6fe" - integrity sha512-gyCtpkOpwI/TGibbtIgMBFnAUUp2hnYdvW/9Ky4RcneHtLH0+V/jUEbZD8HbRKz0GVZ6mhKWbNRSEyP9p3Cejw== +cspell@^6.31.2: + version "6.31.2" + resolved "https://registry.npmjs.org/cspell/-/cspell-6.31.2.tgz#c334ac34353fe446d82c27fe348bb17b4b3e9f7f" + integrity sha512-HJcQ8jqL/1N3Mj5dufFnIZCX3ACuRoFTSVY6h3Bo5wBqd2iiJTyeQ1SY9Zymlxtb2KyJ6jQRiFmkWeFx2HVs7w== dependencies: "@cspell/cspell-pipe" "6.31.1" + "@cspell/cspell-types" "6.31.1" "@cspell/dynamic-import" "6.31.1" chalk "^4.1.2" commander "^10.0.0" - cspell-gitignore "6.31.1" - cspell-glob "6.31.1" - cspell-io "6.31.1" - cspell-lib "6.31.1" + cspell-gitignore "6.31.2" + cspell-glob "6.31.2" + cspell-io "6.31.2" + cspell-lib "6.31.2" fast-glob "^3.2.12" fast-json-stable-stringify "^2.1.0" file-entry-cache "^6.0.1"