From ddab964844e029750047fedaf5f8060ce6daa0e2 Mon Sep 17 00:00:00 2001 From: Jason3S Date: Wed, 20 Jul 2022 12:02:08 +0000 Subject: [PATCH] fix: Workflow Bot -- Update ALL Dependencies --- action-src/package.json | 4 +- .../@cspell/cspell-bundled-dicts/package.json | 16 +- .../@cspell/cspell-pipe/package.json | 8 +- .../@cspell/cspell-types/package.json | 6 +- .../cspell-gitignore/package.json | 10 +- action/node_modules/cspell-glob/package.json | 8 +- .../node_modules/cspell-grammar/package.json | 12 +- action/node_modules/cspell-io/package.json | 8 +- action/node_modules/cspell-lib/package.json | 28 ++-- .../node_modules/cspell-trie-lib/package.json | 14 +- action/node_modules/cspell/package.json | 22 +-- action/package.json | 4 +- yarn.lock | 142 +++++++++--------- 13 files changed, 141 insertions(+), 141 deletions(-) diff --git a/action-src/package.json b/action-src/package.json index 40c0f42e7..824c8a124 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.3.0", - "cspell-glob": "^6.3.0", + "cspell": "^6.4.0", + "cspell-glob": "^6.4.0", "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 da33ca82c..12d631a75 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.3.0", + "version": "6.4.0", "description": "Dictionaries bundled with cspell", "publishConfig": { "access": "public" @@ -45,7 +45,7 @@ "dependencies": { "@cspell/dict-ada": "^2.0.0", "@cspell/dict-aws": "^2.0.0", - "@cspell/dict-bash": "^2.0.3", + "@cspell/dict-bash": "^2.0.4", "@cspell/dict-companies": "^2.0.7", "@cspell/dict-cpp": "^3.2.0", "@cspell/dict-cryptocurrencies": "^2.0.0", @@ -57,7 +57,7 @@ "@cspell/dict-dotnet": "^2.0.1", "@cspell/dict-elixir": "^2.0.1", "@cspell/dict-en-gb": "^1.1.33", - "@cspell/dict-en_us": "^2.2.10", + "@cspell/dict-en_us": "^2.3.0", "@cspell/dict-filetypes": "^2.1.0", "@cspell/dict-fonts": "^2.0.1", "@cspell/dict-fullstack": "^2.0.6", @@ -80,17 +80,17 @@ "@cspell/dict-ruby": "^2.0.1", "@cspell/dict-rust": "^2.0.1", "@cspell/dict-scala": "^2.0.0", - "@cspell/dict-software-terms": "^2.1.11", + "@cspell/dict-software-terms": "^2.1.12", "@cspell/dict-swift": "^1.0.3", - "@cspell/dict-typescript": "^2.0.0", + "@cspell/dict-typescript": "^2.0.1", "@cspell/dict-vue": "^2.0.2" }, "engines": { "node": ">=14" }, "devDependencies": { - "@cspell/cspell-tools": "^6.3.0", - "@cspell/cspell-types": "^6.3.0" + "@cspell/cspell-tools": "^6.4.0", + "@cspell/cspell-types": "^6.4.0" }, - "gitHead": "6b7b2a0e92f0b3c760dd3c3fd6bc8a8a873e1987" + "gitHead": "e10256a7593f449cecc55600b12710264e106a24" } diff --git a/action/node_modules/@cspell/cspell-pipe/package.json b/action/node_modules/@cspell/cspell-pipe/package.json index 0a1ad2587..2624d2b15 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.3.0", + "version": "6.4.0", "description": "Library to make working with Iterators/AsyncIterators easier.", "keywords": [ "cspell", @@ -93,9 +93,9 @@ "node": ">=14" }, "devDependencies": { - "@types/node": "^18.0.3", - "jest": "^28.1.2", + "@types/node": "^18.0.6", + "jest": "^28.1.3", "rimraf": "^3.0.2" }, - "gitHead": "6b7b2a0e92f0b3c760dd3c3fd6bc8a8a873e1987" + "gitHead": "e10256a7593f449cecc55600b12710264e106a24" } diff --git a/action/node_modules/@cspell/cspell-types/package.json b/action/node_modules/@cspell/cspell-types/package.json index a191e5a6a..92eaf29b9 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.3.0", + "version": "6.4.0", "description": "Types for cspell and cspell-lib", "type": "commonjs", "main": "dist/index.js", @@ -64,10 +64,10 @@ }, "devDependencies": { "ajv-cli": "^5.0.0", - "jest": "^28.1.2", + "jest": "^28.1.3", "rimraf": "^3.0.2", "ts-json-schema-generator": "^1.0.0", "typescript": "^4.7.4" }, - "gitHead": "6b7b2a0e92f0b3c760dd3c3fd6bc8a8a873e1987" + "gitHead": "e10256a7593f449cecc55600b12710264e106a24" } diff --git a/action/node_modules/cspell-gitignore/package.json b/action/node_modules/cspell-gitignore/package.json index 234e1d8e7..e8a610c70 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.3.0", + "version": "6.4.0", "description": "Gitignore Glob matcher for cspell", "keywords": [ "cspell", @@ -47,13 +47,13 @@ "node": ">=14" }, "dependencies": { - "cspell-glob": "^6.3.0", + "cspell-glob": "^6.4.0", "find-up": "^5.0.0" }, "devDependencies": { - "@types/node": "^18.0.3", - "jest": "^28.1.2", + "@types/node": "^18.0.6", + "jest": "^28.1.3", "rimraf": "^3.0.2" }, - "gitHead": "6b7b2a0e92f0b3c760dd3c3fd6bc8a8a873e1987" + "gitHead": "e10256a7593f449cecc55600b12710264e106a24" } diff --git a/action/node_modules/cspell-glob/package.json b/action/node_modules/cspell-glob/package.json index 81d33489f..02ca19e90 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.3.0", + "version": "6.4.0", "description": "Glob matcher for cspell", "keywords": [ "cspell", @@ -46,9 +46,9 @@ }, "devDependencies": { "@types/micromatch": "^4.0.2", - "@types/node": "^18.0.3", - "jest": "^28.1.2", + "@types/node": "^18.0.6", + "jest": "^28.1.3", "rimraf": "^3.0.2" }, - "gitHead": "6b7b2a0e92f0b3c760dd3c3fd6bc8a8a873e1987" + "gitHead": "e10256a7593f449cecc55600b12710264e106a24" } diff --git a/action/node_modules/cspell-grammar/package.json b/action/node_modules/cspell-grammar/package.json index 48fa707d2..08746fd50 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.3.0", + "version": "6.4.0", "description": "Grammar parsing support for cspell", "keywords": [ "cspell", @@ -64,13 +64,13 @@ "node": ">=14" }, "devDependencies": { - "@types/node": "^18.0.3", - "jest": "^28.1.2", + "@types/node": "^18.0.6", + "jest": "^28.1.3", "rimraf": "^3.0.2" }, "dependencies": { - "@cspell/cspell-pipe": "^6.3.0", - "@cspell/cspell-types": "^6.3.0" + "@cspell/cspell-pipe": "^6.4.0", + "@cspell/cspell-types": "^6.4.0" }, - "gitHead": "6b7b2a0e92f0b3c760dd3c3fd6bc8a8a873e1987" + "gitHead": "e10256a7593f449cecc55600b12710264e106a24" } diff --git a/action/node_modules/cspell-io/package.json b/action/node_modules/cspell-io/package.json index bb987be78..4151ff48e 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.3.0", + "version": "6.4.0", "description": "A library of useful I/O functions used across various cspell tools.", "main": "dist/index.js", "typings": "dist/index.d.ts", @@ -39,9 +39,9 @@ }, "devDependencies": { "@types/fs-extra": "^9.0.13", - "@types/node": "^18.0.3", + "@types/node": "^18.0.6", "fs-extra": "^10.1.0", - "jest": "^28.1.2", + "jest": "^28.1.3", "lorem-ipsum": "^2.0.8", "rimraf": "^3.0.2" }, @@ -49,5 +49,5 @@ "@types/node-fetch": "^2.6.2", "node-fetch": "^2.6.7" }, - "gitHead": "6b7b2a0e92f0b3c760dd3c3fd6bc8a8a873e1987" + "gitHead": "e10256a7593f449cecc55600b12710264e106a24" } diff --git a/action/node_modules/cspell-lib/package.json b/action/node_modules/cspell-lib/package.json index 3b91edbe6..67d4261b7 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.3.0", + "version": "6.4.0", "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.3.0", - "@cspell/cspell-pipe": "^6.3.0", - "@cspell/cspell-types": "^6.3.0", + "@cspell/cspell-bundled-dicts": "^6.4.0", + "@cspell/cspell-pipe": "^6.4.0", + "@cspell/cspell-types": "^6.4.0", "clear-module": "^4.1.2", "comment-json": "^4.2.2", "configstore": "^5.0.1", "cosmiconfig": "^7.0.1", - "cspell-glob": "^6.3.0", - "cspell-grammar": "^6.3.0", - "cspell-io": "^6.3.0", - "cspell-trie-lib": "^6.3.0", + "cspell-glob": "^6.4.0", + "cspell-grammar": "^6.4.0", + "cspell-io": "^6.4.0", + "cspell-trie-lib": "^6.4.0", "fast-equals": "^4.0.1", "find-up": "^5.0.0", "fs-extra": "^10.1.0", @@ -83,15 +83,15 @@ "@cspell/dict-python": "^2.0.6", "@types/configstore": "^5.0.1", "@types/fs-extra": "^9.0.13", - "@types/jest": "^28.1.5", - "@types/node": "^18.0.3", + "@types/jest": "^28.1.6", + "@types/node": "^18.0.6", "cspell-dict-nl-nl": "^1.1.2", - "jest": "^28.1.2", + "jest": "^28.1.3", "lorem-ipsum": "^2.0.8", "rimraf": "^3.0.2", - "rollup": "^2.76.0", + "rollup": "^2.77.0", "rollup-plugin-dts": "^4.2.2", - "ts-jest": "^28.0.5" + "ts-jest": "^28.0.7" }, - "gitHead": "6b7b2a0e92f0b3c760dd3c3fd6bc8a8a873e1987" + "gitHead": "e10256a7593f449cecc55600b12710264e106a24" } diff --git a/action/node_modules/cspell-trie-lib/package.json b/action/node_modules/cspell-trie-lib/package.json index f6905e8dd..4fc5e41a5 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.3.0", + "version": "6.4.0", "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.3.0", + "@cspell/cspell-pipe": "^6.4.0", "fs-extra": "^10.1.0", "gensequence": "^3.1.1" }, @@ -45,13 +45,13 @@ "node": ">=14" }, "devDependencies": { - "@cspell/cspell-types": "^6.3.0", - "@cspell/dict-en_us": "^2.2.10", + "@cspell/cspell-types": "^6.4.0", + "@cspell/dict-en_us": "^2.3.0", "@cspell/dict-es-es": "^2.2.0", "@types/fs-extra": "^9.0.13", - "@types/node": "^18.0.3", - "jest": "^28.1.2", + "@types/node": "^18.0.6", + "jest": "^28.1.3", "rimraf": "^3.0.2" }, - "gitHead": "6b7b2a0e92f0b3c760dd3c3fd6bc8a8a873e1987" + "gitHead": "e10256a7593f449cecc55600b12710264e106a24" } diff --git a/action/node_modules/cspell/package.json b/action/node_modules/cspell/package.json index 4c2cccff6..9fd9f2a18 100644 --- a/action/node_modules/cspell/package.json +++ b/action/node_modules/cspell/package.json @@ -1,6 +1,6 @@ { "name": "cspell", - "version": "6.3.0", + "version": "6.4.0", "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.3.0", + "@cspell/cspell-pipe": "^6.4.0", "chalk": "^4.1.2", - "commander": "^9.3.0", - "cspell-gitignore": "^6.3.0", - "cspell-glob": "^6.3.0", - "cspell-lib": "^6.3.0", + "commander": "^9.4.0", + "cspell-gitignore": "^6.4.0", + "cspell-glob": "^6.4.0", + "cspell-lib": "^6.4.0", "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.3.0", - "@cspell/cspell-types": "^6.3.0", + "@cspell/cspell-json-reporter": "^6.4.0", + "@cspell/cspell-types": "^6.4.0", "@types/file-entry-cache": "^5.0.2", "@types/fs-extra": "^9.0.13", "@types/glob": "^7.2.0", @@ -99,12 +99,12 @@ "@types/micromatch": "^4.0.2", "@types/minimatch": "^3.0.5", "@types/semver": "^7.3.10", - "jest": "^28.1.2", + "jest": "^28.1.3", "micromatch": "^4.0.5", "minimatch": "^5.1.0", "rimraf": "^3.0.2", - "rollup": "^2.76.0", + "rollup": "^2.77.0", "rollup-plugin-dts": "^4.2.2" }, - "gitHead": "6b7b2a0e92f0b3c760dd3c3fd6bc8a8a873e1987" + "gitHead": "e10256a7593f449cecc55600b12710264e106a24" } diff --git a/action/package.json b/action/package.json index 69c27c962..a651d2d3d 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.3.0", - "cspell-glob": "^6.3.0", + "cspell": "^6.4.0", + "cspell-glob": "^6.4.0", "vscode-uri": "^3.0.3" } } diff --git a/yarn.lock b/yarn.lock index bcb44b5fe..45515009b 100644 --- a/yarn.lock +++ b/yarn.lock @@ -308,14 +308,14 @@ resolved "https://registry.npmjs.org/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39" integrity sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw== -"@cspell/cspell-bundled-dicts@^6.3.0": - version "6.3.0" - resolved "https://registry.npmjs.org/@cspell/cspell-bundled-dicts/-/cspell-bundled-dicts-6.3.0.tgz#42eec599d2a07723062492946680573738e42a9c" - integrity sha512-m4Woxfj9NIWpNrRvuhJM9usLyfPYZJyzjtwdm1/vmOcBX+8B+TTknxMlBiBwxKjkuSdCO2uuWVybFxypJ7fLCA== +"@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== dependencies: "@cspell/dict-ada" "^2.0.0" "@cspell/dict-aws" "^2.0.0" - "@cspell/dict-bash" "^2.0.3" + "@cspell/dict-bash" "^2.0.4" "@cspell/dict-companies" "^2.0.7" "@cspell/dict-cpp" "^3.2.0" "@cspell/dict-cryptocurrencies" "^2.0.0" @@ -327,7 +327,7 @@ "@cspell/dict-dotnet" "^2.0.1" "@cspell/dict-elixir" "^2.0.1" "@cspell/dict-en-gb" "^1.1.33" - "@cspell/dict-en_us" "^2.2.10" + "@cspell/dict-en_us" "^2.3.0" "@cspell/dict-filetypes" "^2.1.0" "@cspell/dict-fonts" "^2.0.1" "@cspell/dict-fullstack" "^2.0.6" @@ -350,20 +350,20 @@ "@cspell/dict-ruby" "^2.0.1" "@cspell/dict-rust" "^2.0.1" "@cspell/dict-scala" "^2.0.0" - "@cspell/dict-software-terms" "^2.1.11" + "@cspell/dict-software-terms" "^2.1.12" "@cspell/dict-swift" "^1.0.3" - "@cspell/dict-typescript" "^2.0.0" + "@cspell/dict-typescript" "^2.0.1" "@cspell/dict-vue" "^2.0.2" -"@cspell/cspell-pipe@^6.3.0": - version "6.3.0" - resolved "https://registry.npmjs.org/@cspell/cspell-pipe/-/cspell-pipe-6.3.0.tgz#194873c3f1c37044ead16e408f13c473616b171b" - integrity sha512-wxuFAyLmZ+aOsQx+28SdG2n1v66ybl5YJdfHSqyEUL8qv2yn2xaYvyAsGuNni+VZvYBnFLwV2IGkBvwUaZhuuA== +"@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-types@^6.3.0": - version "6.3.0" - resolved "https://registry.npmjs.org/@cspell/cspell-types/-/cspell-types-6.3.0.tgz#58c98231744ded91f77136e8315751805c0c4025" - integrity sha512-21vN9FxY7SOCi70UKv67oaF49heT6oFutNJKdUMX4sHMVlAyJntkuL/G1wPrd3OCyxwy9VwoHdVP4x7f/+QEPQ== +"@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/dict-ada@^2.0.0": version "2.0.0" @@ -375,7 +375,7 @@ resolved "https://registry.npmjs.org/@cspell/dict-aws/-/dict-aws-2.0.0.tgz#9af72af4e59e96029dd4335271d87784843cb7dd" integrity sha512-NKz7pDZ7pwj/b33i3f4WLpC1rOOUMmENwYgftxU+giU2YBeKM2wZbMTSEIzsrel56r0UlQYmdIVlP/B4nnVaoQ== -"@cspell/dict-bash@^2.0.3": +"@cspell/dict-bash@^2.0.4": version "2.0.4" resolved "https://registry.npmjs.org/@cspell/dict-bash/-/dict-bash-2.0.4.tgz#93f0ff159d96b8823fed9282f803e4f3447af33d" integrity sha512-uK/ehmp5LYrmRH2Gv3nbvdPswpkybJUn34WYKLpeuYHQktmi+pOI1A9uPdBPnSbMDffSvwQlQohIyKawz+X8Ag== @@ -435,7 +435,7 @@ resolved "https://registry.npmjs.org/@cspell/dict-en-gb/-/dict-en-gb-1.1.33.tgz#7f1fd90fc364a5cb77111b5438fc9fcf9cc6da0e" integrity sha512-tKSSUf9BJEV+GJQAYGw5e+ouhEe2ZXE620S7BLKe3ZmpnjlNG9JqlnaBhkIMxKnNFkLY2BP/EARzw31AZnOv4g== -"@cspell/dict-en_us@^2.2.10": +"@cspell/dict-en_us@^2.3.0": version "2.3.0" resolved "https://registry.npmjs.org/@cspell/dict-en_us/-/dict-en_us-2.3.0.tgz#d2c186676ab3a43f38d759324434127ee63f25da" integrity sha512-wEGqVZ4uXxq9/mTemgN9B2MIqlcaLGPnvCBdqT5vPWxqxJjkGJmCkRCx9DYHHp2Cfd+VHc9zW6Xad59kORBS9g== @@ -550,7 +550,7 @@ resolved "https://registry.npmjs.org/@cspell/dict-scala/-/dict-scala-2.0.0.tgz#b8098103bb03a13406c1c79f1769052353aafac4" integrity sha512-MUwA2YKpqaQOSR4V1/CVGRNk8Ii5kf6I8Ch+4/BhRZRQXuwWbi21rDRYWPqdQWps7VNzAbbMA+PQDWsD5YY38g== -"@cspell/dict-software-terms@^2.1.11": +"@cspell/dict-software-terms@^2.1.12": version "2.1.12" resolved "https://registry.npmjs.org/@cspell/dict-software-terms/-/dict-software-terms-2.1.12.tgz#1670f013db905e742f66409646d7e041edee48b5" integrity sha512-l8AKy8x20axAYVmh2bVtj7QDUn+V8MPV8V9RWCLIBWyksNu/DmfA7Itz+/zxqAjhh7HwzZEOUmynQfUi3oo1VQ== @@ -560,7 +560,7 @@ resolved "https://registry.npmjs.org/@cspell/dict-swift/-/dict-swift-1.0.3.tgz#b819da0ca2c5dfecdd61bec55181636a06d23677" integrity sha512-yOBLSaRD0AnkkkndJ8PuB82Evp6lA2xItf2AWsnPfCCgxp5Ojk6uUBC/WQBSkzkCAOGbXyHsu9D97tsOx2c6cw== -"@cspell/dict-typescript@^2.0.0": +"@cspell/dict-typescript@^2.0.1": version "2.0.1" resolved "https://registry.npmjs.org/@cspell/dict-typescript/-/dict-typescript-2.0.1.tgz#f0bfae7c427a7cbdd6b56d103aca0a0a2f6ebb6b" integrity sha512-YXH6nEH4thcD7lNffdNsKgDDZA5JVX4aKCuNIGE7qWSS9kBVgIvSU9/WH64R59rEzAPe1VwXwXyoZ7y4fAufww== @@ -1708,7 +1708,7 @@ commander@^4.0.0: resolved "https://registry.npmjs.org/commander/-/commander-4.1.1.tgz#9fd602bd936294e9e9ef46a3f4d6964044b18068" integrity sha512-NOKm8xhkzAjzFx8B2v5OAHT+u5pRQc2UCa2Vq9jYL/31o2wi9mxBA7LIFs3sV5VSC49z6pEhfbMULvShKj26WA== -commander@^9.3.0: +commander@^9.4.0: version "9.4.0" resolved "https://registry.npmjs.org/commander/-/commander-9.4.0.tgz#bc4a40918fefe52e22450c111ecd6b7acce6f11c" integrity sha512-sRPT+umqkz90UA8M1yqYfnHlZA7fF6nSphDtxeywPZ49ysjxDQybzk13CL+mXekDRG92skbcqCLVovuCusNmFw== @@ -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.3.0: - version "6.3.0" - resolved "https://registry.npmjs.org/cspell-gitignore/-/cspell-gitignore-6.3.0.tgz#1ae845a68c8bdc921a5cc818fcbb4dee593d05c4" - integrity sha512-gy7FEx4WQMParfdgnWg5kNYmZELMpURfMe3Rw86VBQMTLgyyYR53ZRYJp0dxnKfiJoBw20YuAPonYJqBvNrkhg== +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== dependencies: - cspell-glob "^6.3.0" + cspell-glob "^6.4.0" find-up "^5.0.0" -cspell-glob@^6.3.0: - version "6.3.0" - resolved "https://registry.npmjs.org/cspell-glob/-/cspell-glob-6.3.0.tgz#471f145437965ff05021dd5dda6ac11ff4640b3b" - integrity sha512-oMFkxlfESDVBrjhVx+ahyjiT/kbudFtwzekuE6mvLp5Tid8JF2siy0DpVuvgtJmyQA0Tx44bv7uqUeFJVY9L2A== +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== dependencies: micromatch "^4.0.5" -cspell-grammar@^6.3.0: - version "6.3.0" - resolved "https://registry.npmjs.org/cspell-grammar/-/cspell-grammar-6.3.0.tgz#6a44580beaf9e37e37965af42c59ae5ebb0ce123" - integrity sha512-xTJdWyqFzbZ0q41d9h/4QtBFPpDwuC5GgAGjIjyiDK09zxO95S6xvQyfqP8R/k8FtyWlKMzSx4ZbN1IjEaS1yQ== +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== dependencies: - "@cspell/cspell-pipe" "^6.3.0" - "@cspell/cspell-types" "^6.3.0" + "@cspell/cspell-pipe" "^6.4.0" + "@cspell/cspell-types" "^6.4.0" -cspell-io@^6.3.0: - version "6.3.0" - resolved "https://registry.npmjs.org/cspell-io/-/cspell-io-6.3.0.tgz#88a9d2fd8ce39f1a40dd517080210c4e4822525b" - integrity sha512-Ta1XnOPAHfb3kkvPoBryvNVnK7agZDcaGN0pnuIYzT5kt9E8OBcmCnPjXKhGCP0znSUTUPmm42q96FkaDuGXmg== +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== dependencies: "@types/node-fetch" "^2.6.2" node-fetch "^2.6.7" -cspell-lib@^6.3.0: - version "6.3.0" - resolved "https://registry.npmjs.org/cspell-lib/-/cspell-lib-6.3.0.tgz#6159fa4514debd023f382d945eb99fb6df3d9197" - integrity sha512-Eatco/J7FawNGrPildO0NDd86C+briABUofAbRHQPeeY57o4X0eV3U3BVVbuXpJnGD5AZDabRvv+DmStM9NK6w== +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== dependencies: - "@cspell/cspell-bundled-dicts" "^6.3.0" - "@cspell/cspell-pipe" "^6.3.0" - "@cspell/cspell-types" "^6.3.0" + "@cspell/cspell-bundled-dicts" "^6.4.0" + "@cspell/cspell-pipe" "^6.4.0" + "@cspell/cspell-types" "^6.4.0" clear-module "^4.1.2" comment-json "^4.2.2" configstore "^5.0.1" cosmiconfig "^7.0.1" - cspell-glob "^6.3.0" - cspell-grammar "^6.3.0" - cspell-io "^6.3.0" - cspell-trie-lib "^6.3.0" + cspell-glob "^6.4.0" + cspell-grammar "^6.4.0" + cspell-io "^6.4.0" + cspell-trie-lib "^6.4.0" fast-equals "^4.0.1" find-up "^5.0.0" fs-extra "^10.1.0" @@ -2046,26 +2046,26 @@ cspell-lib@^6.3.0: vscode-languageserver-textdocument "^1.0.5" vscode-uri "^3.0.3" -cspell-trie-lib@^6.3.0: - version "6.3.0" - resolved "https://registry.npmjs.org/cspell-trie-lib/-/cspell-trie-lib-6.3.0.tgz#040e070cbe3d89c1b6ba8ffcca9adf466f3e9a39" - integrity sha512-GHMbgHCb5cvBuGZEPaD9znQbRBy6cMh5j6VHX7QOmvHXYNEXCN851aNbl1Hm/oVCWylvQf00H4pC1WaJhmCqEA== +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== dependencies: - "@cspell/cspell-pipe" "^6.3.0" + "@cspell/cspell-pipe" "^6.4.0" fs-extra "^10.1.0" gensequence "^3.1.1" -cspell@^6.3.0: - version "6.3.0" - resolved "https://registry.npmjs.org/cspell/-/cspell-6.3.0.tgz#562f64e5a763aa431ef9f0ebe03ad2287a6437a2" - integrity sha512-Bd+GPDvz41ubRqDMmo5EYJD7v0oqcHHw8BCJEnxENbMbaDsFxeZovlka+3E/dmTN+LNgiMlS+wBWZ14Y/MXNFQ== +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== dependencies: - "@cspell/cspell-pipe" "^6.3.0" + "@cspell/cspell-pipe" "^6.4.0" chalk "^4.1.2" - commander "^9.3.0" - cspell-gitignore "^6.3.0" - cspell-glob "^6.3.0" - cspell-lib "^6.3.0" + commander "^9.4.0" + cspell-gitignore "^6.4.0" + cspell-glob "^6.4.0" + cspell-lib "^6.4.0" fast-json-stable-stringify "^2.1.0" file-entry-cache "^6.0.1" fs-extra "^10.1.0" @@ -2198,9 +2198,9 @@ ee-first@1.1.1: integrity sha512-WMwm9LhRUo+WUaRN+vRuETqG89IgZphVSNkdFgeb6sS/E4OrDIN7t48CAewSHXc6C8lefD8KKfr5vY61brQlow== electron-to-chromium@^1.4.188: - version "1.4.194" - resolved "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.194.tgz#2f83fcec5067907044a3d502ac7c3efb1fe6430b" - integrity sha512-ola5UH0xAP1oYY0FFUsPvwtucEzCQHucXnT7PQ1zjHJMccZhCDktEugI++JUR3YuIs7Ff7afz+OVEhVAIMhLAQ== + version "1.4.195" + resolved "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.195.tgz#139b2d95a42a3f17df217589723a1deac71d1473" + integrity sha512-vefjEh0sk871xNmR5whJf9TEngX+KTKS3hOHpjoMpauKkwlGwtMz1H8IaIjAT/GNnX0TbGwAdmVoXCAzXf+PPg== emittery@^0.10.2: version "0.10.2" @@ -3764,9 +3764,9 @@ nocache@^3.0.1: integrity sha512-WDD0bdg9mbq6F4mRxEYcPWwfA1vxd0mrvKOyxI7Xj/atfRHVeutzuWByG//jfm4uPzp0y4Kj051EORCBSQMycw== nock@^13.2.1: - version "13.2.8" - resolved "https://registry.npmjs.org/nock/-/nock-13.2.8.tgz#e2043ccaa8e285508274575e090a7fe1e46b90f1" - integrity sha512-JT42FrXfQRpfyL4cnbBEJdf4nmBpVP0yoCcSBr+xkT8Q1y3pgtaCKHGAAOIFcEJ3O3t0QbVAmid0S0f2bj3Wpg== + version "13.2.9" + resolved "https://registry.npmjs.org/nock/-/nock-13.2.9.tgz#4faf6c28175d36044da4cfa68e33e5a15086ad4c" + integrity sha512-1+XfJNYF1cjGB+TKMWi29eZ0b82QOvQs2YoLNzbpWGqFMtRQHTa57osqdGj4FrFPgkO4D4AZinzUJR9VvW3QUA== dependencies: debug "^4.1.0" json-stringify-safe "^5.0.1"