From ca7d7caa3899ecf15f23c0cc83df23bd10425201 Mon Sep 17 00:00:00 2001 From: Jason3S Date: Sat, 23 Jul 2022 12:07:26 +0000 Subject: [PATCH] fix: Update CSpell to (6.4.1) --- action-src/package.json | 4 +- .../@cspell/cspell-bundled-dicts/package.json | 8 +- .../@cspell/cspell-pipe/package.json | 4 +- .../@cspell/cspell-types/package.json | 4 +- .../cspell-gitignore/package.json | 6 +- action/node_modules/cspell-glob/package.json | 4 +- .../node_modules/cspell-grammar/package.json | 8 +- action/node_modules/cspell-io/package.json | 4 +- action/node_modules/cspell-lib/package.json | 18 +-- .../node_modules/cspell-trie-lib/package.json | 8 +- action/node_modules/cspell/package.json | 16 +-- action/package.json | 4 +- yarn.lock | 110 +++++++++--------- 13 files changed, 99 insertions(+), 99 deletions(-) diff --git a/action-src/package.json b/action-src/package.json index 824c8a124..487e6fc08 100644 --- a/action-src/package.json +++ b/action-src/package.json @@ -40,8 +40,8 @@ "@octokit/core": "^3.6.0", "@octokit/plugin-rest-endpoint-methods": "^5.16.2", "@octokit/rest": "^18.12.0", - "cspell": "^6.4.0", - "cspell-glob": "^6.4.0", + "cspell": "^6.4.1", + "cspell-glob": "^6.4.1", "vscode-uri": "^3.0.3" } } diff --git a/action/node_modules/@cspell/cspell-bundled-dicts/package.json b/action/node_modules/@cspell/cspell-bundled-dicts/package.json index 12d631a75..79dd45b2f 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.4.0", + "version": "6.4.1", "description": "Dictionaries bundled with cspell", "publishConfig": { "access": "public" @@ -89,8 +89,8 @@ "node": ">=14" }, "devDependencies": { - "@cspell/cspell-tools": "^6.4.0", - "@cspell/cspell-types": "^6.4.0" + "@cspell/cspell-tools": "^6.4.1", + "@cspell/cspell-types": "^6.4.1" }, - "gitHead": "e10256a7593f449cecc55600b12710264e106a24" + "gitHead": "578f97ba68078fb5f3284cf13abb06c518d8e1ad" } diff --git a/action/node_modules/@cspell/cspell-pipe/package.json b/action/node_modules/@cspell/cspell-pipe/package.json index 2624d2b15..680930a92 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.4.0", + "version": "6.4.1", "description": "Library to make working with Iterators/AsyncIterators easier.", "keywords": [ "cspell", @@ -97,5 +97,5 @@ "jest": "^28.1.3", "rimraf": "^3.0.2" }, - "gitHead": "e10256a7593f449cecc55600b12710264e106a24" + "gitHead": "578f97ba68078fb5f3284cf13abb06c518d8e1ad" } diff --git a/action/node_modules/@cspell/cspell-types/package.json b/action/node_modules/@cspell/cspell-types/package.json index 92eaf29b9..fce5cb8fd 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.4.0", + "version": "6.4.1", "description": "Types for cspell and cspell-lib", "type": "commonjs", "main": "dist/index.js", @@ -69,5 +69,5 @@ "ts-json-schema-generator": "^1.0.0", "typescript": "^4.7.4" }, - "gitHead": "e10256a7593f449cecc55600b12710264e106a24" + "gitHead": "578f97ba68078fb5f3284cf13abb06c518d8e1ad" } diff --git a/action/node_modules/cspell-gitignore/package.json b/action/node_modules/cspell-gitignore/package.json index e8a610c70..1388faf45 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.4.0", + "version": "6.4.1", "description": "Gitignore Glob matcher for cspell", "keywords": [ "cspell", @@ -47,7 +47,7 @@ "node": ">=14" }, "dependencies": { - "cspell-glob": "^6.4.0", + "cspell-glob": "^6.4.1", "find-up": "^5.0.0" }, "devDependencies": { @@ -55,5 +55,5 @@ "jest": "^28.1.3", "rimraf": "^3.0.2" }, - "gitHead": "e10256a7593f449cecc55600b12710264e106a24" + "gitHead": "578f97ba68078fb5f3284cf13abb06c518d8e1ad" } diff --git a/action/node_modules/cspell-glob/package.json b/action/node_modules/cspell-glob/package.json index 02ca19e90..1c50f2fda 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.4.0", + "version": "6.4.1", "description": "Glob matcher for cspell", "keywords": [ "cspell", @@ -50,5 +50,5 @@ "jest": "^28.1.3", "rimraf": "^3.0.2" }, - "gitHead": "e10256a7593f449cecc55600b12710264e106a24" + "gitHead": "578f97ba68078fb5f3284cf13abb06c518d8e1ad" } diff --git a/action/node_modules/cspell-grammar/package.json b/action/node_modules/cspell-grammar/package.json index 08746fd50..d94f49d19 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.4.0", + "version": "6.4.1", "description": "Grammar parsing support for cspell", "keywords": [ "cspell", @@ -69,8 +69,8 @@ "rimraf": "^3.0.2" }, "dependencies": { - "@cspell/cspell-pipe": "^6.4.0", - "@cspell/cspell-types": "^6.4.0" + "@cspell/cspell-pipe": "^6.4.1", + "@cspell/cspell-types": "^6.4.1" }, - "gitHead": "e10256a7593f449cecc55600b12710264e106a24" + "gitHead": "578f97ba68078fb5f3284cf13abb06c518d8e1ad" } diff --git a/action/node_modules/cspell-io/package.json b/action/node_modules/cspell-io/package.json index 4151ff48e..54afb3e90 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.4.0", + "version": "6.4.1", "description": "A library of useful I/O functions used across various cspell tools.", "main": "dist/index.js", "typings": "dist/index.d.ts", @@ -49,5 +49,5 @@ "@types/node-fetch": "^2.6.2", "node-fetch": "^2.6.7" }, - "gitHead": "e10256a7593f449cecc55600b12710264e106a24" + "gitHead": "578f97ba68078fb5f3284cf13abb06c518d8e1ad" } diff --git a/action/node_modules/cspell-lib/package.json b/action/node_modules/cspell-lib/package.json index 67d4261b7..2c5279058 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.4.0", + "version": "6.4.1", "description": "A library of useful functions used across various cspell tools.", "main": "dist/index.js", "typings": "dist/index.d.ts", @@ -48,17 +48,17 @@ }, "homepage": "https://github.com/streetsidesoftware/cspell#readme", "dependencies": { - "@cspell/cspell-bundled-dicts": "^6.4.0", - "@cspell/cspell-pipe": "^6.4.0", - "@cspell/cspell-types": "^6.4.0", + "@cspell/cspell-bundled-dicts": "^6.4.1", + "@cspell/cspell-pipe": "^6.4.1", + "@cspell/cspell-types": "^6.4.1", "clear-module": "^4.1.2", "comment-json": "^4.2.2", "configstore": "^5.0.1", "cosmiconfig": "^7.0.1", - "cspell-glob": "^6.4.0", - "cspell-grammar": "^6.4.0", - "cspell-io": "^6.4.0", - "cspell-trie-lib": "^6.4.0", + "cspell-glob": "^6.4.1", + "cspell-grammar": "^6.4.1", + "cspell-io": "^6.4.1", + "cspell-trie-lib": "^6.4.1", "fast-equals": "^4.0.1", "find-up": "^5.0.0", "fs-extra": "^10.1.0", @@ -93,5 +93,5 @@ "rollup-plugin-dts": "^4.2.2", "ts-jest": "^28.0.7" }, - "gitHead": "e10256a7593f449cecc55600b12710264e106a24" + "gitHead": "578f97ba68078fb5f3284cf13abb06c518d8e1ad" } diff --git a/action/node_modules/cspell-trie-lib/package.json b/action/node_modules/cspell-trie-lib/package.json index 4fc5e41a5..2a7379197 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.4.0", + "version": "6.4.1", "description": "Trie Data Structure to support cspell.", "main": "dist/index.js", "types": "dist/index.d.ts", @@ -37,7 +37,7 @@ }, "homepage": "https://github.com/streetsidesoftware/cspell#readme", "dependencies": { - "@cspell/cspell-pipe": "^6.4.0", + "@cspell/cspell-pipe": "^6.4.1", "fs-extra": "^10.1.0", "gensequence": "^3.1.1" }, @@ -45,7 +45,7 @@ "node": ">=14" }, "devDependencies": { - "@cspell/cspell-types": "^6.4.0", + "@cspell/cspell-types": "^6.4.1", "@cspell/dict-en_us": "^2.3.0", "@cspell/dict-es-es": "^2.2.0", "@types/fs-extra": "^9.0.13", @@ -53,5 +53,5 @@ "jest": "^28.1.3", "rimraf": "^3.0.2" }, - "gitHead": "e10256a7593f449cecc55600b12710264e106a24" + "gitHead": "578f97ba68078fb5f3284cf13abb06c518d8e1ad" } diff --git a/action/node_modules/cspell/package.json b/action/node_modules/cspell/package.json index 9fd9f2a18..7b432f1c8 100644 --- a/action/node_modules/cspell/package.json +++ b/action/node_modules/cspell/package.json @@ -1,6 +1,6 @@ { "name": "cspell", - "version": "6.4.0", + "version": "6.4.1", "description": "A Spelling Checker for Code!", "funding": "https://github.com/streetsidesoftware/cspell?sponsor=1", "main": "dist/index.js", @@ -70,12 +70,12 @@ }, "homepage": "https://streetsidesoftware.github.io/cspell/", "dependencies": { - "@cspell/cspell-pipe": "^6.4.0", + "@cspell/cspell-pipe": "^6.4.1", "chalk": "^4.1.2", "commander": "^9.4.0", - "cspell-gitignore": "^6.4.0", - "cspell-glob": "^6.4.0", - "cspell-lib": "^6.4.0", + "cspell-gitignore": "^6.4.1", + "cspell-glob": "^6.4.1", + "cspell-lib": "^6.4.1", "fast-json-stable-stringify": "^2.1.0", "file-entry-cache": "^6.0.1", "fs-extra": "^10.1.0", @@ -90,8 +90,8 @@ "node": ">=14" }, "devDependencies": { - "@cspell/cspell-json-reporter": "^6.4.0", - "@cspell/cspell-types": "^6.4.0", + "@cspell/cspell-json-reporter": "^6.4.1", + "@cspell/cspell-types": "^6.4.1", "@types/file-entry-cache": "^5.0.2", "@types/fs-extra": "^9.0.13", "@types/glob": "^7.2.0", @@ -106,5 +106,5 @@ "rollup": "^2.77.0", "rollup-plugin-dts": "^4.2.2" }, - "gitHead": "e10256a7593f449cecc55600b12710264e106a24" + "gitHead": "578f97ba68078fb5f3284cf13abb06c518d8e1ad" } diff --git a/action/package.json b/action/package.json index a651d2d3d..fd914603c 100644 --- a/action/package.json +++ b/action/package.json @@ -14,8 +14,8 @@ "@octokit/core": "^3.6.0", "@octokit/plugin-rest-endpoint-methods": "^5.16.2", "@octokit/rest": "^18.12.0", - "cspell": "^6.4.0", - "cspell-glob": "^6.4.0", + "cspell": "^6.4.1", + "cspell-glob": "^6.4.1", "vscode-uri": "^3.0.3" } } diff --git a/yarn.lock b/yarn.lock index a52ea4453..6c998807c 100644 --- a/yarn.lock +++ b/yarn.lock @@ -308,10 +308,10 @@ resolved "https://registry.npmjs.org/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39" integrity sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw== -"@cspell/cspell-bundled-dicts@^6.4.0": - version "6.4.0" - resolved "https://registry.npmjs.org/@cspell/cspell-bundled-dicts/-/cspell-bundled-dicts-6.4.0.tgz#be04f143df036898aa5f157f2ad47b7659f0724f" - integrity sha512-ImkqZPhq9ZTY8nWRxo8S1nUoQ274V/WenIwK7IYnBFpyj8VYRsRRrest07WTG0TriDf3RVS2wQgJ9ZKGOsKuLA== +"@cspell/cspell-bundled-dicts@^6.4.1": + version "6.4.1" + resolved "https://registry.npmjs.org/@cspell/cspell-bundled-dicts/-/cspell-bundled-dicts-6.4.1.tgz#0de8e47f4b23e778ef34c58bc121b368f65f239f" + integrity sha512-eLY0CcMz/aqXm9wCzIPYl4kV0rbSHWQAXB+FvssqVsN+BVz73KdFhdHPX63oVpKWO9/oblo58ceS5JuC0w1sEA== dependencies: "@cspell/dict-ada" "^2.0.0" "@cspell/dict-aws" "^2.0.0" @@ -355,15 +355,15 @@ "@cspell/dict-typescript" "^2.0.1" "@cspell/dict-vue" "^2.0.2" -"@cspell/cspell-pipe@^6.4.0": - version "6.4.0" - resolved "https://registry.npmjs.org/@cspell/cspell-pipe/-/cspell-pipe-6.4.0.tgz#c9d4d71543a07949464dd7cc4595ac56290efeec" - integrity sha512-HWM+ExDmlXzGFqzhjBnKQA03LkcmpskUifPQk/+e2qh2ClPxQuI2A0t2djwIll2JtgAMzgaspEjKp8jGH/09iQ== +"@cspell/cspell-pipe@^6.4.1": + version "6.4.1" + resolved "https://registry.npmjs.org/@cspell/cspell-pipe/-/cspell-pipe-6.4.1.tgz#9fb33dae3d4c589445d90aa457cc88dddb2894d8" + integrity sha512-TnWzVoBqzj1gTE4W5ewzxnV6XedxGYuR9qvY1iUIXA1QRZBY+F5bjfiuYy2Q2XR96Si1E5rB8sNmTv6mqPPF0g== -"@cspell/cspell-types@^6.4.0": - version "6.4.0" - resolved "https://registry.npmjs.org/@cspell/cspell-types/-/cspell-types-6.4.0.tgz#e5ad0be2234f19cefa78d20c062a9869c5072d8d" - integrity sha512-/NXJUlNNt9A/WerPFh+pE2mNEqA02n4Yas4aFj5xd9W1aeA53NffiOpk/Zjx5TXUQtVSQO0gBpmSnFRFElIlLA== +"@cspell/cspell-types@^6.4.1": + version "6.4.1" + resolved "https://registry.npmjs.org/@cspell/cspell-types/-/cspell-types-6.4.1.tgz#2086350c8f06bdf4d29814036457987a2d43b7dc" + integrity sha512-77wX9D0DSnNYPl2zdqV6UniG8Sfd5Vw/X2/kDYs/shg6z1QeA8SBRgNoC+IkHEb72/ZQXY76sKD13n3IpF5q7g== "@cspell/dict-ada@^2.0.0": version "2.0.0" @@ -1989,53 +1989,53 @@ 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-gitignore@^6.4.0: - version "6.4.0" - resolved "https://registry.npmjs.org/cspell-gitignore/-/cspell-gitignore-6.4.0.tgz#8d228e16f4656192375ddd760e35b7705e9b0a0c" - integrity sha512-Q8cypswK4Aza32DjWKjgjruGSsst2VT4EcZ0n+MJFSKDSTp5W8gx1z/5o/kdOdeu9i8XS9T94VWybyqr286yWw== +cspell-gitignore@^6.4.1: + version "6.4.1" + resolved "https://registry.npmjs.org/cspell-gitignore/-/cspell-gitignore-6.4.1.tgz#5abe990a0e3227b6c7da4122d8ac905029559307" + integrity sha512-v/TsoSz/KXf+Ru0K8X/JNm1ksbfY+ipMatoVYZ21DKmqyxRqGGOAHVLQtjwPLZIxeBPdGSJuYglIIAGcR4WddQ== dependencies: - cspell-glob "^6.4.0" + cspell-glob "^6.4.1" find-up "^5.0.0" -cspell-glob@^6.4.0: - version "6.4.0" - resolved "https://registry.npmjs.org/cspell-glob/-/cspell-glob-6.4.0.tgz#43e87776d667246b228b93ea59ecddeebaf15ed4" - integrity sha512-BpHKqBzRJ9LOLq3TRaw4DfgSxaCccmXAUDhRQ5DRI98E53YghWq5Tvrcaa/N+nvW/4f7yhxf88oeW5CTHJXPqw== +cspell-glob@^6.4.1: + version "6.4.1" + resolved "https://registry.npmjs.org/cspell-glob/-/cspell-glob-6.4.1.tgz#a93cf74b6c7dd06d1bbeaba0a66e75d3d5e40613" + integrity sha512-EXX784GzOlEnfQckf5dlrGsGbgzCW3d1Al30FnD5yprdXd7aSv9/UFWxHCo1wErTKfpnqXeu5wygrhfxr+01ug== dependencies: micromatch "^4.0.5" -cspell-grammar@^6.4.0: - version "6.4.0" - resolved "https://registry.npmjs.org/cspell-grammar/-/cspell-grammar-6.4.0.tgz#5a7ff3fa0b94da0628947205d5b3acdd74e67550" - integrity sha512-UTNgXIS98uKKRwH2rGwUuPQL4WxGZbmBP+Hk3OCYYZQw1oAhvIUOpNI1+k4b1nYmT8/mSg4paesv1/vHHnjp2Q== +cspell-grammar@^6.4.1: + version "6.4.1" + resolved "https://registry.npmjs.org/cspell-grammar/-/cspell-grammar-6.4.1.tgz#75f100aaacdcc70b997000be576d199f9af57d09" + integrity sha512-e6jFy7AGVHhfqkqlTkXjGlR7wNEg7yRdN7w2BLp89d3l5uYp++qmIk2R0uSZiyeuWA9gR/W8yywGwBkTAeC6dg== dependencies: - "@cspell/cspell-pipe" "^6.4.0" - "@cspell/cspell-types" "^6.4.0" + "@cspell/cspell-pipe" "^6.4.1" + "@cspell/cspell-types" "^6.4.1" -cspell-io@^6.4.0: - version "6.4.0" - resolved "https://registry.npmjs.org/cspell-io/-/cspell-io-6.4.0.tgz#ac06a9a74184113653873441a01c39602626cf66" - integrity sha512-tr4z2cL27HJ1NztG58DPzS0T2IIHLWpsCLjWpeaYMTO/6qfsZd1B0Gk4yVAgjh1goGs63Tw1xtaEjkcTCRn9mw== +cspell-io@^6.4.1: + version "6.4.1" + resolved "https://registry.npmjs.org/cspell-io/-/cspell-io-6.4.1.tgz#4813bb95a806561e689327197bfa933abd09b7ef" + integrity sha512-NYBT471oEabVWKiMFtKKOmUM4g98wNTdJ0PHgs/DWjqMma248ZN01kHuq5HkMd6DMpWZf2caYHCbQG/Ox3X7Sg== dependencies: "@types/node-fetch" "^2.6.2" node-fetch "^2.6.7" -cspell-lib@^6.4.0: - version "6.4.0" - resolved "https://registry.npmjs.org/cspell-lib/-/cspell-lib-6.4.0.tgz#146cc890ff1213845a674dca3df2aa860483e898" - integrity sha512-O7gYMLIoyEgarWU2cygSENO35jlNzgxni4Ps7bTDmIF5HYNb/+j567srbfhFAnj8CmO7RTtEWVfY3i6tYn+N+w== +cspell-lib@^6.4.1: + version "6.4.1" + resolved "https://registry.npmjs.org/cspell-lib/-/cspell-lib-6.4.1.tgz#268a9182d2a982d211d0b62c9fd139e4d682f4db" + integrity sha512-ED9H5dyCgaUGwuriMNqwXX8g7AhCh5dLjnyroMOzZzruOiBdJgc3HvldRoDaeR/MK2dWLZFfCquEKPjq6w1ZBQ== dependencies: - "@cspell/cspell-bundled-dicts" "^6.4.0" - "@cspell/cspell-pipe" "^6.4.0" - "@cspell/cspell-types" "^6.4.0" + "@cspell/cspell-bundled-dicts" "^6.4.1" + "@cspell/cspell-pipe" "^6.4.1" + "@cspell/cspell-types" "^6.4.1" clear-module "^4.1.2" comment-json "^4.2.2" configstore "^5.0.1" cosmiconfig "^7.0.1" - cspell-glob "^6.4.0" - cspell-grammar "^6.4.0" - cspell-io "^6.4.0" - cspell-trie-lib "^6.4.0" + cspell-glob "^6.4.1" + cspell-grammar "^6.4.1" + cspell-io "^6.4.1" + cspell-trie-lib "^6.4.1" fast-equals "^4.0.1" find-up "^5.0.0" fs-extra "^10.1.0" @@ -2046,26 +2046,26 @@ cspell-lib@^6.4.0: vscode-languageserver-textdocument "^1.0.5" vscode-uri "^3.0.3" -cspell-trie-lib@^6.4.0: - version "6.4.0" - resolved "https://registry.npmjs.org/cspell-trie-lib/-/cspell-trie-lib-6.4.0.tgz#d21dfc0c35f0e0488f59d6cbbe8157c1973e1565" - integrity sha512-VLvaFrI4ciQ1qw8QenAhNhVJntLWdX+hTtiWeCL+nVYltj/tQ/yJLM2DFzLD1Q7tB7584ooE7ORUOb/MGubT3w== +cspell-trie-lib@^6.4.1: + version "6.4.1" + resolved "https://registry.npmjs.org/cspell-trie-lib/-/cspell-trie-lib-6.4.1.tgz#ab6fd1dfcbe27c41b4326ee096918c08022b96ae" + integrity sha512-ePkASPRg0LEZ39Cae5JHAOK96RXgszLC5ZSaDNF0BXF/HI6SUx9xQ4wnm2RSv1M/zl8mPwk61uXpkEa87UIdCA== dependencies: - "@cspell/cspell-pipe" "^6.4.0" + "@cspell/cspell-pipe" "^6.4.1" fs-extra "^10.1.0" gensequence "^3.1.1" -cspell@^6.4.0: - version "6.4.0" - resolved "https://registry.npmjs.org/cspell/-/cspell-6.4.0.tgz#429b996ab82288b9989bfbe433d6a0c0b25e0d3f" - integrity sha512-lpoV4nwknJ5dPvQo1OhOFlNotu/h1M++1C5GmEdLogd9jTE7+URGiRWkifzXB1+6sx/+tW6WB7v5j6Jz9UFBFA== +cspell@^6.4.1: + version "6.4.1" + resolved "https://registry.npmjs.org/cspell/-/cspell-6.4.1.tgz#4bdd99816660191928ae1dfce872e551aab21f83" + integrity sha512-g6pUQWUG3KsoA69oIAjcSzzpnST2698ln3VIxWgdGAoQjyM8MKMyRlLaKVrm/ib0cKkMoLNREN5hL7icNc7RUQ== dependencies: - "@cspell/cspell-pipe" "^6.4.0" + "@cspell/cspell-pipe" "^6.4.1" chalk "^4.1.2" commander "^9.4.0" - cspell-gitignore "^6.4.0" - cspell-glob "^6.4.0" - cspell-lib "^6.4.0" + cspell-gitignore "^6.4.1" + cspell-glob "^6.4.1" + cspell-lib "^6.4.1" fast-json-stable-stringify "^2.1.0" file-entry-cache "^6.0.1" fs-extra "^10.1.0"