diff --git a/action-src/package.json b/action-src/package.json index fa6c34448..5396b4c98 100644 --- a/action-src/package.json +++ b/action-src/package.json @@ -36,8 +36,8 @@ "@octokit/core": "^4.2.0", "@octokit/plugin-rest-endpoint-methods": "^7.0.1", "@octokit/rest": "^19.0.7", - "cspell": "^6.20.0", - "cspell-glob": "^6.20.0", + "cspell": "^6.20.1", + "cspell-glob": "^6.20.1", "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 5622c1d46..075aebfe2 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.20.0", + "version": "6.20.1", "description": "Dictionaries bundled with cspell", "publishConfig": { "access": "public" @@ -95,9 +95,9 @@ "node": ">=14" }, "devDependencies": { - "@cspell/cspell-tools": "6.20.0", - "@cspell/cspell-types": "6.20.0", + "@cspell/cspell-tools": "6.20.1", + "@cspell/cspell-types": "6.20.1", "typescript": "^4.9.5" }, - "gitHead": "9de0bdd5b8da54daa72ccd6c328274bd796ada33" + "gitHead": "508a06d32dd59d881d07cb60fe8c0a7c0bddf8eb" } diff --git a/action/node_modules/@cspell/cspell-pipe/package.json b/action/node_modules/@cspell/cspell-pipe/package.json index 1a94f683e..b9dd3ca56 100644 --- a/action/node_modules/@cspell/cspell-pipe/package.json +++ b/action/node_modules/@cspell/cspell-pipe/package.json @@ -3,7 +3,7 @@ "publishConfig": { "access": "public" }, - "version": "6.20.0", + "version": "6.20.1", "description": "Library to make working with Iterators/AsyncIterators easier.", "keywords": [ "cspell", @@ -146,5 +146,5 @@ "tslib": "^2.5.0", "vitest": "^0.28.3" }, - "gitHead": "9de0bdd5b8da54daa72ccd6c328274bd796ada33" + "gitHead": "508a06d32dd59d881d07cb60fe8c0a7c0bddf8eb" } diff --git a/action/node_modules/@cspell/cspell-service-bus/package.json b/action/node_modules/@cspell/cspell-service-bus/package.json index ae2a63ab7..7fe20f11f 100644 --- a/action/node_modules/@cspell/cspell-service-bus/package.json +++ b/action/node_modules/@cspell/cspell-service-bus/package.json @@ -3,7 +3,7 @@ "publishConfig": { "access": "public" }, - "version": "6.20.0", + "version": "6.20.1", "description": "A Library for connecting requests to services that can fulfill them.", "keywords": [ "cspell" @@ -51,5 +51,5 @@ "@types/node": "^18.11.18", "vitest": "^0.28.3" }, - "gitHead": "9de0bdd5b8da54daa72ccd6c328274bd796ada33" + "gitHead": "508a06d32dd59d881d07cb60fe8c0a7c0bddf8eb" } diff --git a/action/node_modules/@cspell/cspell-types/package.json b/action/node_modules/@cspell/cspell-types/package.json index cedbceca6..b2481b603 100644 --- a/action/node_modules/@cspell/cspell-types/package.json +++ b/action/node_modules/@cspell/cspell-types/package.json @@ -3,7 +3,7 @@ "publishConfig": { "access": "public" }, - "version": "6.20.0", + "version": "6.20.1", "description": "Types for cspell and cspell-lib", "type": "module", "main": "./dist/cjs/index.cjs", @@ -94,5 +94,5 @@ "typescript": "^4.9.5", "vitest": "^0.28.3" }, - "gitHead": "9de0bdd5b8da54daa72ccd6c328274bd796ada33" + "gitHead": "508a06d32dd59d881d07cb60fe8c0a7c0bddf8eb" } diff --git a/action/node_modules/@cspell/strong-weak-map/package.json b/action/node_modules/@cspell/strong-weak-map/package.json index 12e226fae..69445974d 100644 --- a/action/node_modules/@cspell/strong-weak-map/package.json +++ b/action/node_modules/@cspell/strong-weak-map/package.json @@ -3,7 +3,7 @@ "publishConfig": { "access": "public" }, - "version": "6.20.0", + "version": "6.20.1", "description": "A Map with weakly referenced values.", "keywords": [ "Map", @@ -69,5 +69,5 @@ "engines": { "node": ">=14.6" }, - "gitHead": "9de0bdd5b8da54daa72ccd6c328274bd796ada33" + "gitHead": "508a06d32dd59d881d07cb60fe8c0a7c0bddf8eb" } diff --git a/action/node_modules/cspell-dictionary/package.json b/action/node_modules/cspell-dictionary/package.json index 4fd0cb4e7..68044c254 100644 --- a/action/node_modules/cspell-dictionary/package.json +++ b/action/node_modules/cspell-dictionary/package.json @@ -1,6 +1,6 @@ { "name": "cspell-dictionary", - "version": "6.20.0", + "version": "6.20.1", "description": "A spelling dictionary library useful for checking words and getting suggestions.", "main": "dist/index.js", "typings": "dist/index.d.ts", @@ -43,11 +43,11 @@ "ts-jest": "^29.0.5" }, "dependencies": { - "@cspell/cspell-pipe": "6.20.0", - "@cspell/cspell-types": "6.20.0", - "cspell-trie-lib": "6.20.0", + "@cspell/cspell-pipe": "6.20.1", + "@cspell/cspell-types": "6.20.1", + "cspell-trie-lib": "6.20.1", "fast-equals": "^4.0.3", "gensequence": "^4.0.3" }, - "gitHead": "9de0bdd5b8da54daa72ccd6c328274bd796ada33" + "gitHead": "508a06d32dd59d881d07cb60fe8c0a7c0bddf8eb" } diff --git a/action/node_modules/cspell-gitignore/dist/GitIgnoreFile.js b/action/node_modules/cspell-gitignore/dist/GitIgnoreFile.js index b2eefb272..6682ae4af 100644 --- a/action/node_modules/cspell-gitignore/dist/GitIgnoreFile.js +++ b/action/node_modules/cspell-gitignore/dist/GitIgnoreFile.js @@ -63,9 +63,9 @@ class GitIgnoreFile { static parseGitignore(content, gitignoreFilename) { const options = { root: path.dirname(gitignoreFilename) }; const globs = content - .split('\n') + .split(/\r?\n/g) .map((glob, index) => ({ - glob: glob.replace(/#.*/, '').trim(), + glob: glob.replace(/^#.*/, ''), source: gitignoreFilename, line: index + 1, })) diff --git a/action/node_modules/cspell-gitignore/package.json b/action/node_modules/cspell-gitignore/package.json index 01533d5ab..99c846765 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.20.0", + "version": "6.20.1", "description": "Gitignore Glob matcher for cspell", "keywords": [ "cspell", @@ -49,7 +49,7 @@ "node": ">=14" }, "dependencies": { - "cspell-glob": "6.20.0", + "cspell-glob": "6.20.1", "find-up": "^5.0.0" }, "devDependencies": { @@ -59,5 +59,5 @@ "vite": "^4.0.4", "vitest": "^0.28.3" }, - "gitHead": "9de0bdd5b8da54daa72ccd6c328274bd796ada33" + "gitHead": "508a06d32dd59d881d07cb60fe8c0a7c0bddf8eb" } diff --git a/action/node_modules/cspell-glob/package.json b/action/node_modules/cspell-glob/package.json index 96056c651..088e6d431 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.20.0", + "version": "6.20.1", "description": "Glob matcher for cspell", "keywords": [ "cspell", @@ -49,5 +49,5 @@ "@types/node": "^18.11.18", "jest": "^29.4.1" }, - "gitHead": "9de0bdd5b8da54daa72ccd6c328274bd796ada33" + "gitHead": "508a06d32dd59d881d07cb60fe8c0a7c0bddf8eb" } diff --git a/action/node_modules/cspell-grammar/package.json b/action/node_modules/cspell-grammar/package.json index 20cb9549e..97f11feeb 100644 --- a/action/node_modules/cspell-grammar/package.json +++ b/action/node_modules/cspell-grammar/package.json @@ -1,6 +1,6 @@ { "name": "cspell-grammar", - "version": "6.20.0", + "version": "6.20.1", "description": "Grammar parsing support for cspell", "keywords": [ "cspell", @@ -68,8 +68,8 @@ "jest": "^29.4.1" }, "dependencies": { - "@cspell/cspell-pipe": "6.20.0", - "@cspell/cspell-types": "6.20.0" + "@cspell/cspell-pipe": "6.20.1", + "@cspell/cspell-types": "6.20.1" }, - "gitHead": "9de0bdd5b8da54daa72ccd6c328274bd796ada33" + "gitHead": "508a06d32dd59d881d07cb60fe8c0a7c0bddf8eb" } diff --git a/action/node_modules/cspell-io/package.json b/action/node_modules/cspell-io/package.json index 88043f0f5..eb034d00e 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.20.0", + "version": "6.20.1", "description": "A library of useful I/O functions used across various cspell tools.", "main": "dist/index.js", "typings": "dist/index.d.ts", @@ -44,8 +44,8 @@ "lorem-ipsum": "^2.0.8" }, "dependencies": { - "@cspell/cspell-service-bus": "6.20.0", + "@cspell/cspell-service-bus": "6.20.1", "node-fetch": "^2.6.9" }, - "gitHead": "9de0bdd5b8da54daa72ccd6c328274bd796ada33" + "gitHead": "508a06d32dd59d881d07cb60fe8c0a7c0bddf8eb" } diff --git a/action/node_modules/cspell-lib/package.json b/action/node_modules/cspell-lib/package.json index 703fd06f0..bc7074bd2 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.20.0", + "version": "6.20.1", "description": "A library of useful functions used across various cspell tools.", "main": "dist/index.js", "typings": "dist/index.d.ts", @@ -48,19 +48,19 @@ }, "homepage": "https://github.com/streetsidesoftware/cspell#readme", "dependencies": { - "@cspell/cspell-bundled-dicts": "6.20.0", - "@cspell/cspell-pipe": "6.20.0", - "@cspell/cspell-types": "6.20.0", - "@cspell/strong-weak-map": "6.20.0", + "@cspell/cspell-bundled-dicts": "6.20.1", + "@cspell/cspell-pipe": "6.20.1", + "@cspell/cspell-types": "6.20.1", + "@cspell/strong-weak-map": "6.20.1", "clear-module": "^4.1.2", "comment-json": "^4.2.3", "configstore": "^5.0.1", "cosmiconfig": "^8.0.0", - "cspell-dictionary": "6.20.0", - "cspell-glob": "6.20.0", - "cspell-grammar": "6.20.0", - "cspell-io": "6.20.0", - "cspell-trie-lib": "6.20.0", + "cspell-dictionary": "6.20.1", + "cspell-glob": "6.20.1", + "cspell-grammar": "6.20.1", + "cspell-io": "6.20.1", + "cspell-trie-lib": "6.20.1", "fast-equals": "^4.0.3", "find-up": "^5.0.0", "gensequence": "^4.0.3", @@ -92,5 +92,5 @@ "rollup-plugin-dts": "^5.1.1", "ts-jest": "^29.0.5" }, - "gitHead": "9de0bdd5b8da54daa72ccd6c328274bd796ada33" + "gitHead": "508a06d32dd59d881d07cb60fe8c0a7c0bddf8eb" } diff --git a/action/node_modules/cspell-trie-lib/package.json b/action/node_modules/cspell-trie-lib/package.json index 247289d0d..7734f12ca 100644 --- a/action/node_modules/cspell-trie-lib/package.json +++ b/action/node_modules/cspell-trie-lib/package.json @@ -1,6 +1,6 @@ { "name": "cspell-trie-lib", - "version": "6.20.0", + "version": "6.20.1", "description": "Trie Data Structure to support cspell.", "main": "dist/index.js", "types": "dist/index.d.ts", @@ -37,8 +37,8 @@ }, "homepage": "https://github.com/streetsidesoftware/cspell#readme", "dependencies": { - "@cspell/cspell-pipe": "6.20.0", - "@cspell/cspell-types": "6.20.0", + "@cspell/cspell-pipe": "6.20.1", + "@cspell/cspell-types": "6.20.1", "gensequence": "^4.0.3" }, "engines": { @@ -50,5 +50,5 @@ "@types/node": "^18.11.18", "jest": "^29.4.1" }, - "gitHead": "9de0bdd5b8da54daa72ccd6c328274bd796ada33" + "gitHead": "508a06d32dd59d881d07cb60fe8c0a7c0bddf8eb" } diff --git a/action/node_modules/cspell/package.json b/action/node_modules/cspell/package.json index dedba65e0..6e36f6863 100644 --- a/action/node_modules/cspell/package.json +++ b/action/node_modules/cspell/package.json @@ -1,6 +1,6 @@ { "name": "cspell", - "version": "6.20.0", + "version": "6.20.1", "description": "A Spelling Checker for Code!", "funding": "https://github.com/streetsidesoftware/cspell?sponsor=1", "main": "dist/index.js", @@ -74,12 +74,12 @@ }, "homepage": "https://streetsidesoftware.github.io/cspell/", "dependencies": { - "@cspell/cspell-pipe": "6.20.0", + "@cspell/cspell-pipe": "6.20.1", "chalk": "^4.1.2", "commander": "^10.0.0", - "cspell-gitignore": "6.20.0", - "cspell-glob": "6.20.0", - "cspell-lib": "6.20.0", + "cspell-gitignore": "6.20.1", + "cspell-glob": "6.20.1", + "cspell-lib": "6.20.1", "fast-glob": "^3.2.12", "fast-json-stable-stringify": "^2.1.0", "file-entry-cache": "^6.0.1", @@ -93,8 +93,8 @@ "node": ">=14" }, "devDependencies": { - "@cspell/cspell-json-reporter": "6.20.0", - "@cspell/cspell-types": "6.20.0", + "@cspell/cspell-json-reporter": "6.20.1", + "@cspell/cspell-types": "6.20.1", "@types/file-entry-cache": "^5.0.2", "@types/glob": "^8.0.1", "@types/imurmurhash": "^0.1.1", @@ -106,5 +106,5 @@ "rollup": "^3.12.1", "rollup-plugin-dts": "^5.1.1" }, - "gitHead": "9de0bdd5b8da54daa72ccd6c328274bd796ada33" + "gitHead": "508a06d32dd59d881d07cb60fe8c0a7c0bddf8eb" } diff --git a/action/package.json b/action/package.json index a81052393..8397dbb9c 100644 --- a/action/package.json +++ b/action/package.json @@ -14,8 +14,8 @@ "@octokit/core": "^4.2.0", "@octokit/plugin-rest-endpoint-methods": "^7.0.1", "@octokit/rest": "^19.0.7", - "cspell": "^6.20.0", - "cspell-glob": "^6.20.0", + "cspell": "^6.20.1", + "cspell-glob": "^6.20.1", "vscode-uri": "^3.0.7" } } diff --git a/yarn.lock b/yarn.lock index bbce8803e..d252c172b 100644 --- a/yarn.lock +++ b/yarn.lock @@ -323,10 +323,10 @@ resolved "https://registry.npmjs.org/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39" integrity sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw== -"@cspell/cspell-bundled-dicts@6.20.0": - version "6.20.0" - resolved "https://registry.npmjs.org/@cspell/cspell-bundled-dicts/-/cspell-bundled-dicts-6.20.0.tgz#9eeb11d139b956ab6a83cb4b607d2f96af4a554c" - integrity sha512-3o/2YXFJNRt3jCmKcl/yFE1JYkoxcy+i+Y+evQAwo2rntknzwnhSEha22hU7Af6Q/NE07bmodZ9vo6oONmZu9A== +"@cspell/cspell-bundled-dicts@6.20.1": + version "6.20.1" + resolved "https://registry.npmjs.org/@cspell/cspell-bundled-dicts/-/cspell-bundled-dicts-6.20.1.tgz#2c325908854ab26e88854af289a91f365a057c95" + integrity sha512-gG4+ywG7MmjiuvOw9c+HLBnCvgdyp/H9JQX0wmzTVBzwQflffI1Esrh4++gOf10jBSlpY1xDEZtejLgtunfUqw== dependencies: "@cspell/dict-ada" "^4.0.1" "@cspell/dict-aws" "^3.0.0" @@ -374,20 +374,20 @@ "@cspell/dict-typescript" "^3.1.0" "@cspell/dict-vue" "^3.0.0" -"@cspell/cspell-pipe@6.20.0": - version "6.20.0" - resolved "https://registry.npmjs.org/@cspell/cspell-pipe/-/cspell-pipe-6.20.0.tgz#162703ca8ed3e108c36f4d3bde99ad464c946683" - integrity sha512-VwGRbick1A2fArr2rbW939k96XREuz5JTETUm0/LQXqLmHB2FKrPMTLMniRVltbIe9AbI525x6DD4KOJ9ciQ/g== +"@cspell/cspell-pipe@6.20.1": + version "6.20.1" + resolved "https://registry.npmjs.org/@cspell/cspell-pipe/-/cspell-pipe-6.20.1.tgz#0b7e579042d150d14b2844df96b768b33429d5e4" + integrity sha512-sE1LqsZES3+FdWMe4PMXWxMOKTSKJNztvfoQxNLDtW0s3BCIjrgi65iJERMRxMo5gOH4hMANUQe9MF1u3y1nnA== -"@cspell/cspell-service-bus@6.20.0": - version "6.20.0" - resolved "https://registry.npmjs.org/@cspell/cspell-service-bus/-/cspell-service-bus-6.20.0.tgz#86e84c719491e1a0e08a5436528b59136e027304" - integrity sha512-z0/JHjge3D4e/i6ip4FSuhIjWF0CMqLBP+GaPfDU/hemoNJJcrD8FI6R4lhv8JwpKms2Ei3QEfVVaNEMQedB3g== +"@cspell/cspell-service-bus@6.20.1": + version "6.20.1" + resolved "https://registry.npmjs.org/@cspell/cspell-service-bus/-/cspell-service-bus-6.20.1.tgz#ae9feeb3b24ea41da331515a56843990f29a6dbf" + integrity sha512-Y1SFobwD+vKMBwWoESE3GC5vUOhVKPOXAMKjuKFGoRQwJx/nqTLCemQiGO0tyxtY4+/pWH0noLOnHp0ZG2kixw== -"@cspell/cspell-types@6.20.0": - version "6.20.0" - resolved "https://registry.npmjs.org/@cspell/cspell-types/-/cspell-types-6.20.0.tgz#a2a1b7e7773af4189dadca1c16e6beea915f7782" - integrity sha512-IIDSNp7f4AqZ04jxXUE38JdGrWy7Qd1XyMaywAR1vqPF9HiXtYNIdT8l8fwc/7xXu0mIRLHB0gQHokmO7m0IOw== +"@cspell/cspell-types@6.20.1": + version "6.20.1" + resolved "https://registry.npmjs.org/@cspell/cspell-types/-/cspell-types-6.20.1.tgz#500baf5789c87357ffe6b4f89fee0b2369b37ebe" + integrity sha512-tQjmDW8sB6rLQyrSyS3i2nR4822MIIaqDigY2NSH7Oqzq0WKHKykrNfpv1LMxwg34MYbIFQS8Wkp3WSK2Ii+4Q== "@cspell/dict-ada@^4.0.1": version "4.0.1" @@ -614,10 +614,10 @@ resolved "https://registry.npmjs.org/@cspell/dict-vue/-/dict-vue-3.0.0.tgz#68ccb432ad93fcb0fd665352d075ae9a64ea9250" integrity sha512-niiEMPWPV9IeRBRzZ0TBZmNnkK3olkOPYxC1Ny2AX4TGlYRajcW0WUtoSHmvvjZNfWLSg2L6ruiBeuPSbjnG6A== -"@cspell/strong-weak-map@6.20.0": - version "6.20.0" - resolved "https://registry.npmjs.org/@cspell/strong-weak-map/-/strong-weak-map-6.20.0.tgz#eed25d2c38001e28a529a2139a63a73192471ac3" - integrity sha512-aMfemvDuZYc5H6SC9Qo1hVJtNArrRFSoLyUGAO1vjRXw/BukCWQSWuDTWGjQkm9esMW9p58PUm0YtBR6xNnuJg== +"@cspell/strong-weak-map@6.20.1": + version "6.20.1" + resolved "https://registry.npmjs.org/@cspell/strong-weak-map/-/strong-weak-map-6.20.1.tgz#8160a8d85ff4fe846cbcf2b547e9fa233be4082b" + integrity sha512-fXZrT0rfUec5b3BJdWZyGPyYGB1IqJoododSScFGyAIccDKQ5uIwaZafT0BbukBw6P/cBEOlCHtyLwrdYHdF9w== "@eslint/eslintrc@^1.4.1": version "1.4.1" @@ -1874,66 +1874,66 @@ crypto-random-string@^2.0.0: resolved "https://registry.npmjs.org/crypto-random-string/-/crypto-random-string-2.0.0.tgz#ef2a7a966ec11083388369baa02ebead229b30d5" integrity sha512-v1plID3y9r/lPhviJ1wrXpLeyUIGAZ2SHNYTEapm7/8A9nLPoyvVp3RK/EPFqn5kEznyWgYZNsRtYYIWbuG8KA== -cspell-dictionary@6.20.0: - version "6.20.0" - resolved "https://registry.npmjs.org/cspell-dictionary/-/cspell-dictionary-6.20.0.tgz#39c067870d5defeba4aa98ec8751e47bb87011d1" - integrity sha512-EpTRU3JQAoCoHNcKPIHpQI5d7IIk1DVi7Zb+LpLcaZfbbZ7p+UoAOH0b5CRDjhpQbVxMg6yD/Xao7O5Pj5DppA== +cspell-dictionary@6.20.1: + version "6.20.1" + resolved "https://registry.npmjs.org/cspell-dictionary/-/cspell-dictionary-6.20.1.tgz#ede39d2aec7f1b84f338d10f778c3f2e22365387" + integrity sha512-zvPXcjQfc6ovJ1a36tnwlZOKI2RZpr3bA6WYbg/GqujH+iXRpzq1L4OVVP5EIdX6+v02j2eQNvagkVTStz8Klw== dependencies: - "@cspell/cspell-pipe" "6.20.0" - "@cspell/cspell-types" "6.20.0" - cspell-trie-lib "6.20.0" + "@cspell/cspell-pipe" "6.20.1" + "@cspell/cspell-types" "6.20.1" + cspell-trie-lib "6.20.1" fast-equals "^4.0.3" gensequence "^4.0.3" -cspell-gitignore@6.20.0: - version "6.20.0" - resolved "https://registry.npmjs.org/cspell-gitignore/-/cspell-gitignore-6.20.0.tgz#312300686ee5534452992cbd996c909b0da5521f" - integrity sha512-Sf719vseu7zNUeshm8ik1YN2DK8aA1Ync156wWYk8fp18vInWDnqrpjo9wQfoMgQAGCozQbVfwuzxJGEdjL+Hg== +cspell-gitignore@6.20.1: + version "6.20.1" + resolved "https://registry.npmjs.org/cspell-gitignore/-/cspell-gitignore-6.20.1.tgz#11b990a20d0cb60604465731847078fdee9784f9" + integrity sha512-09mm4GyFGF0FBYJcx4++HXyCFcn8zCWR/YL0LDtTMDRcNc8bqgN1p9x5hr2VEQfPFDjHuR20AEmmO7W/wN8IeA== dependencies: - cspell-glob "6.20.0" + cspell-glob "6.20.1" find-up "^5.0.0" -cspell-glob@6.20.0, cspell-glob@^6.20.0: - version "6.20.0" - resolved "https://registry.npmjs.org/cspell-glob/-/cspell-glob-6.20.0.tgz#9836da938524189b98082e92d62f6625f9f7d0e1" - integrity sha512-AB7P3XIEqnarhc7qsuY63cyyA79yhatZXZ7jvTVdtGeULT7f+sipbbdtnz4UoPKpPjSGN8E9S5nSje2Euqx6qQ== +cspell-glob@6.20.1, cspell-glob@^6.20.1: + version "6.20.1" + resolved "https://registry.npmjs.org/cspell-glob/-/cspell-glob-6.20.1.tgz#4e67758004aaaa1d1beb50cdd9febe0111969aae" + integrity sha512-r2TLERhvhWIS9SyfGNN02ftZ5I6tUsOw0Zg5Rwqp5Gu6A57AlNeiePucgB7D8kEng521My5sUqgUMZ8cR04PNA== dependencies: micromatch "^4.0.5" -cspell-grammar@6.20.0: - version "6.20.0" - resolved "https://registry.npmjs.org/cspell-grammar/-/cspell-grammar-6.20.0.tgz#efe5bd219aa610dbd5a454269ba5cf5fcf7bcc6b" - integrity sha512-C8t6tso9a5r9snAkmVVEDUp4skib8r+0Z3JsqOUoH1cj6I/R1VKWaD56FjUbAx1KYXbgRFyUjZ284Lo85BAJPw== +cspell-grammar@6.20.1: + version "6.20.1" + resolved "https://registry.npmjs.org/cspell-grammar/-/cspell-grammar-6.20.1.tgz#fcaac3c0fb917afaf86816023b2c3f1580a247e8" + integrity sha512-7/s1cwKWfiA1tIWxQKfiNCWGqnMbrlgJa0Iqdc05fOodh8MMZiydbj86oNPBM6asal26cQImMxUodE7Uk9WwHA== dependencies: - "@cspell/cspell-pipe" "6.20.0" - "@cspell/cspell-types" "6.20.0" + "@cspell/cspell-pipe" "6.20.1" + "@cspell/cspell-types" "6.20.1" -cspell-io@6.20.0: - version "6.20.0" - resolved "https://registry.npmjs.org/cspell-io/-/cspell-io-6.20.0.tgz#3aa56e60cd388f756a3eefc8287ff2f9a8e3cd83" - integrity sha512-NT+be2XNRP+zDhZw+oTtXLtfbznkzVw2toapvhIng2AsLuesvuxAXyENlQY3nB1jLViFbdIqcxthWUdD//wd9g== +cspell-io@6.20.1: + version "6.20.1" + resolved "https://registry.npmjs.org/cspell-io/-/cspell-io-6.20.1.tgz#998e46c23561e6113a2de94320216af0447dc0f5" + integrity sha512-hUVj89hoKewhHUdUG8mI7nxrU4gmU98U54If2kSHlM3RQBLOn4hA3Z+dhRwYNUo1ScL/7yad8B+23EpblObvtQ== dependencies: - "@cspell/cspell-service-bus" "6.20.0" + "@cspell/cspell-service-bus" "6.20.1" node-fetch "^2.6.9" -cspell-lib@6.20.0: - version "6.20.0" - resolved "https://registry.npmjs.org/cspell-lib/-/cspell-lib-6.20.0.tgz#7d8424ceec3894ac4fa62b032920a34f8eb78619" - integrity sha512-hHzAgzAkjdXb8sob/f+EXXVHln/q96Cqma2GeUXBpwLOgkD0ae/kkN5KZBiEiNe6jizsrNipO9g63iHGiXD8OA== +cspell-lib@6.20.1: + version "6.20.1" + resolved "https://registry.npmjs.org/cspell-lib/-/cspell-lib-6.20.1.tgz#ab61861a8f53b38ebd08ce0a7762b5401158bb21" + integrity sha512-WxaU0LntJj967qN4B+R2tKiMGvK3I/918B9SLI2n4FLcs9PZLcVAv7U0RZQEw5avyZrG0r7mKNdIVhHdFRRcmA== dependencies: - "@cspell/cspell-bundled-dicts" "6.20.0" - "@cspell/cspell-pipe" "6.20.0" - "@cspell/cspell-types" "6.20.0" - "@cspell/strong-weak-map" "6.20.0" + "@cspell/cspell-bundled-dicts" "6.20.1" + "@cspell/cspell-pipe" "6.20.1" + "@cspell/cspell-types" "6.20.1" + "@cspell/strong-weak-map" "6.20.1" clear-module "^4.1.2" comment-json "^4.2.3" configstore "^5.0.1" cosmiconfig "^8.0.0" - cspell-dictionary "6.20.0" - cspell-glob "6.20.0" - cspell-grammar "6.20.0" - cspell-io "6.20.0" - cspell-trie-lib "6.20.0" + cspell-dictionary "6.20.1" + cspell-glob "6.20.1" + cspell-grammar "6.20.1" + cspell-io "6.20.1" + cspell-trie-lib "6.20.1" fast-equals "^4.0.3" find-up "^5.0.0" gensequence "^4.0.3" @@ -1943,26 +1943,26 @@ cspell-lib@6.20.0: vscode-languageserver-textdocument "^1.0.8" vscode-uri "^3.0.7" -cspell-trie-lib@6.20.0: - version "6.20.0" - resolved "https://registry.npmjs.org/cspell-trie-lib/-/cspell-trie-lib-6.20.0.tgz#60cd7409b966aa8626d417dbd2c60b31316f3c53" - integrity sha512-XvDSa2vFgOlBGQAx/nS2fEl7Up+cW4+nClU6RqgOdh+GwDR1abFYMuNZObrRVQOXGQ5DR0T3s+mMAUFiHk4reg== +cspell-trie-lib@6.20.1: + version "6.20.1" + resolved "https://registry.npmjs.org/cspell-trie-lib/-/cspell-trie-lib-6.20.1.tgz#eba4f1428f612a6563a65033e3883deccccbc368" + integrity sha512-Ld+cu/GQkDBAZgrvi6LRPL9DVV1VvvYY7EGk/P865PX5cG7Qv+VgFMqKP1Si3p0+XbZfTEHdL9nx+l6Xmdapwg== dependencies: - "@cspell/cspell-pipe" "6.20.0" - "@cspell/cspell-types" "6.20.0" + "@cspell/cspell-pipe" "6.20.1" + "@cspell/cspell-types" "6.20.1" gensequence "^4.0.3" -cspell@^6.20.0: - version "6.20.0" - resolved "https://registry.npmjs.org/cspell/-/cspell-6.20.0.tgz#635a27471c2ac1ac5727652f3d123531fcdf6eef" - integrity sha512-uEb21bqb6AvzOLXBVXCQhmYiHlTt7PVF2vZ5kSbkoBKDT0sE3W52wQlYsJ6hnGpGtnhIOSWqR4cqdoZKSDMh/Q== +cspell@^6.20.1: + version "6.20.1" + resolved "https://registry.npmjs.org/cspell/-/cspell-6.20.1.tgz#2f9d0a02d720fcee802595b6e134e539597f3c7d" + integrity sha512-6HfFqjtSUFvT00U4xF4PZoT8CZr8gTHn2f97TtF+ib18SWK6gAlY526CoRhFiSBHLlSaaJkFJTN9zxuVp8mWHw== dependencies: - "@cspell/cspell-pipe" "6.20.0" + "@cspell/cspell-pipe" "6.20.1" chalk "^4.1.2" commander "^10.0.0" - cspell-gitignore "6.20.0" - cspell-glob "6.20.0" - cspell-lib "6.20.0" + cspell-gitignore "6.20.1" + cspell-glob "6.20.1" + cspell-lib "6.20.1" fast-glob "^3.2.12" fast-json-stable-stringify "^2.1.0" file-entry-cache "^6.0.1"