diff --git a/package.json b/package.json index 35de38751..d5fc1502f 100644 --- a/package.json +++ b/package.json @@ -2278,14 +2278,14 @@ "prettier": "^2.8.0", "rimraf": "^3.0.2", "typescript": "^4.9.3", - "vsce": "^2.15.0" + "@vscode/vsce": "^2.15.0" }, "dependencies": { - "@cspell/cspell-bundled-dicts": "^6.16.0", - "@cspell/cspell-types": "^6.16.0", + "@cspell/cspell-bundled-dicts": "^6.17.0", + "@cspell/cspell-types": "^6.17.0", "@types/react": "^17.0.52", "cosmiconfig": "^8.0.0", - "cspell": "^6.16.0", + "cspell": "^6.17.0", "regexp-worker": "^2.0.1" }, "comment-resolutions": { diff --git a/packages/_integrationTests/package.json b/packages/_integrationTests/package.json index 982772245..a5435c2ef 100644 --- a/packages/_integrationTests/package.json +++ b/packages/_integrationTests/package.json @@ -24,7 +24,7 @@ "author": "", "license": "MIT", "devDependencies": { - "@cspell/cspell-types": "^6.16.0", + "@cspell/cspell-types": "^6.17.0", "@types/chai": "^4.3.4", "@types/glob": "^8.0.0", "@types/mocha": "^10.0.1", diff --git a/packages/_server/package.json b/packages/_server/package.json index ab513d55a..cbbba7db6 100644 --- a/packages/_server/package.json +++ b/packages/_server/package.json @@ -24,14 +24,14 @@ } }, "devDependencies": { - "@cspell/cspell-types": "^6.16.0", + "@cspell/cspell-types": "^6.17.0", "@types/fs-extra": "^9.0.13", "@types/jest": "^28.1.8", "@types/micromatch": "^4.0.2", "@types/node": "^18.11.10", "common-utils": "1.0.0", - "cspell-glob": "^6.16.0", - "cspell-lib": "^6.16.0", + "cspell-glob": "^6.17.0", + "cspell-lib": "^6.17.0", "fs-extra": "^11.1.0", "gensequence": "^4.0.2", "iconv-lite": "^0.6.3", @@ -52,8 +52,8 @@ "webpack-cli": "^5.0.0" }, "dependencies": { - "@cspell/cspell-bundled-dicts": "^6.16.0", - "cspell-gitignore": "^6.16.0" + "@cspell/cspell-bundled-dicts": "^6.17.0", + "cspell-gitignore": "^6.17.0" }, "scripts": { "clean": "rimraf dist temp out coverage", diff --git a/packages/_serverPatternMatcher/package.json b/packages/_serverPatternMatcher/package.json index cab7df879..76bb619e7 100644 --- a/packages/_serverPatternMatcher/package.json +++ b/packages/_serverPatternMatcher/package.json @@ -24,7 +24,7 @@ } }, "devDependencies": { - "@cspell/cspell-types": "^6.16.0", + "@cspell/cspell-types": "^6.17.0", "@types/jest": "^28.1.8", "@types/node": "^18.11.10", "common-utils": "1.0.0", diff --git a/packages/client/package.json b/packages/client/package.json index 11d010608..c351d9972 100644 --- a/packages/client/package.json +++ b/packages/client/package.json @@ -28,7 +28,7 @@ "test-watch": "jest --watch" }, "devDependencies": { - "@cspell/cspell-types": "^6.16.0", + "@cspell/cspell-types": "^6.17.0", "@types/fs-extra": "^9.0.13", "@types/jest": "^28.1.8", "@types/jest-when": "^3.5.2", @@ -39,7 +39,7 @@ "comment-json": "^4.2.3", "common-utils": "1.0.0", "cross-env": "^7.0.3", - "cspell-lib": "^6.16.0", + "cspell-lib": "^6.17.0", "fs-extra": "^11.1.0", "jest": "^28.1.3", "jest-mock-vscode": "^1.2.1", diff --git a/yarn.lock b/yarn.lock index 977abe483..10795c82f 100644 --- a/yarn.lock +++ b/yarn.lock @@ -304,10 +304,10 @@ resolved "https://registry.npmjs.org/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39" integrity sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw== -"@cspell/cspell-bundled-dicts@6.16.0", "@cspell/cspell-bundled-dicts@^6.16.0": - version "6.16.0" - resolved "https://registry.npmjs.org/@cspell/cspell-bundled-dicts/-/cspell-bundled-dicts-6.16.0.tgz#571c22e3ee64e99f4ca174fddf5824e1651aaeac" - integrity sha512-POcRwK6X+T3n+D6dRin4YdgQAXLDjwvUfXNexH5r+Oc0rQvl+lV0sZXg8W9miW2g9rhcetaDLStc+e9UmWh8EA== +"@cspell/cspell-bundled-dicts@6.17.0", "@cspell/cspell-bundled-dicts@^6.17.0": + version "6.17.0" + resolved "https://registry.npmjs.org/@cspell/cspell-bundled-dicts/-/cspell-bundled-dicts-6.17.0.tgz#3ded5c50e70d6066b6b64a4e4b841a20abc8b75b" + integrity sha512-BA5cg2mfESbF3Fm/fIGXgbm0LhD8HKxCCiQDRN9FLaj4c69QUgFpQ9LpzGPZEtNn2Pjl2Jn/BEXX27hgaURG9g== dependencies: "@cspell/dict-ada" "^4.0.0" "@cspell/dict-aws" "^3.0.0" @@ -337,7 +337,7 @@ "@cspell/dict-lorem-ipsum" "^3.0.0" "@cspell/dict-lua" "^3.0.0" "@cspell/dict-node" "^4.0.1" - "@cspell/dict-npm" "^4.0.1" + "@cspell/dict-npm" "^5.0.0" "@cspell/dict-php" "^3.0.3" "@cspell/dict-powershell" "^3.0.0" "@cspell/dict-public-licenses" "^2.0.0" @@ -353,20 +353,20 @@ "@cspell/dict-typescript" "^3.0.1" "@cspell/dict-vue" "^3.0.0" -"@cspell/cspell-pipe@6.16.0": - version "6.16.0" - resolved "https://registry.npmjs.org/@cspell/cspell-pipe/-/cspell-pipe-6.16.0.tgz#6295b9c3d77111413d88d8fd0def78304df9a56a" - integrity sha512-QB62ykIpRsPZFKRjNjmzJ1mQyW+Agdw0wL1a3Gbi59D7+02P2C8cC0h7viI1F2g9SUhjTHJa7ypQcm4OoV1Vug== +"@cspell/cspell-pipe@6.17.0": + version "6.17.0" + resolved "https://registry.npmjs.org/@cspell/cspell-pipe/-/cspell-pipe-6.17.0.tgz#1f184bf8785c4365e1110530b887d8745fa95635" + integrity sha512-/VlX1cQtVBK9PFvSsaYVzV59i/2de9wrMSYDk+oGLXQzGBf5+5rPDZMJJ+QQkaexMdxoOXjCYTEXnNkPoVFyFA== -"@cspell/cspell-service-bus@6.16.0": - version "6.16.0" - resolved "https://registry.npmjs.org/@cspell/cspell-service-bus/-/cspell-service-bus-6.16.0.tgz#dc726bd1b638da85a6c5be453b280231cbfd6790" - integrity sha512-brrxK2o/tnDqQvGS2xH5IiQg6igQ0yu3CNwJLRy2+sbrKmZWTd6WnDeIGdKiN0TgANAiprCXddVQxno9Svt8OQ== +"@cspell/cspell-service-bus@6.17.0": + version "6.17.0" + resolved "https://registry.npmjs.org/@cspell/cspell-service-bus/-/cspell-service-bus-6.17.0.tgz#fc89c0e75a022c83135b4fdad0773cefda469a1e" + integrity sha512-HrzR23aeC/ykSOJvUr+uX6Dv7JLc5meNABLxauiC9jexOXFB3DKmo+DvJFerRDOGz6eYSwM0VXAR62OCHrWK/Q== -"@cspell/cspell-types@6.16.0", "@cspell/cspell-types@^6.16.0": - version "6.16.0" - resolved "https://registry.npmjs.org/@cspell/cspell-types/-/cspell-types-6.16.0.tgz#09e8af37fdc44e04e099a910c45e90542471ea58" - integrity sha512-eIN7fG1PM35y68Hcrp/WN4onkCD8w2v965pfuM85AUkyHklJD3NBrU25dNvrEdW0/FVYo2S1A3cafAl616m+lA== +"@cspell/cspell-types@6.17.0", "@cspell/cspell-types@^6.17.0": + version "6.17.0" + resolved "https://registry.npmjs.org/@cspell/cspell-types/-/cspell-types-6.17.0.tgz#48a31d929d275452a56e8286e2c95f64a89869f0" + integrity sha512-4FStDRqZVEP6oYtXqj1wUlF02EC5PN7giJ5f4YPeChwXyQBdZWUPQgEIKn0K9GIgKDMlKRo9tloAHVgtaZ+zOA== "@cspell/dict-ada@^4.0.0": version "4.0.0" @@ -508,10 +508,10 @@ resolved "https://registry.npmjs.org/@cspell/dict-node/-/dict-node-4.0.1.tgz#9fe1dffa47c6fb536b2ab8f38e9a09b96591b888" integrity sha512-4EmT5yZFitdwnG0hYEd+Ek19zzD81Bp+n7w0kglZKldS5AvapwW6GM/SAps5YMQQc5zZMi+bMgV7NIzapREqUg== -"@cspell/dict-npm@^4.0.1": - version "4.0.1" - resolved "https://registry.npmjs.org/@cspell/dict-npm/-/dict-npm-4.0.1.tgz#b8e4943723ce9c5c578eb693d16ccc3e3c283521" - integrity sha512-jNKImVG5ZX+Pp6PhbSR3TmC9+0ROx09dGhSgUsZyvXV5CGEr+OQGJtNL98TGwU3pP2Xjc++qnHA/XPwB5WvLfA== +"@cspell/dict-npm@^5.0.0": + version "5.0.0" + resolved "https://registry.npmjs.org/@cspell/dict-npm/-/dict-npm-5.0.0.tgz#10194709ed626c73c551730b97c701ab6077e237" + integrity sha512-eegoQrzfAl6yht+BgQu7YkqeKbVb3FsFIobW3pBE/c8TqEnfnxRHnS4/e80PA16rO9uJgSF5iKBxTbtEIGYvsg== "@cspell/dict-php@^3.0.3": version "3.0.3" @@ -583,10 +583,10 @@ resolved "https://registry.npmjs.org/@cspell/dict-vue/-/dict-vue-3.0.0.tgz#68ccb432ad93fcb0fd665352d075ae9a64ea9250" integrity sha512-niiEMPWPV9IeRBRzZ0TBZmNnkK3olkOPYxC1Ny2AX4TGlYRajcW0WUtoSHmvvjZNfWLSg2L6ruiBeuPSbjnG6A== -"@cspell/strong-weak-map@6.16.0": - version "6.16.0" - resolved "https://registry.npmjs.org/@cspell/strong-weak-map/-/strong-weak-map-6.16.0.tgz#0923b111dbc396385a274abde546fe88ca01ef63" - integrity sha512-2vA+r/yQ+oLY9tnZIXJwhKjCDeosWBrfgb1ea1eJ2LpXb3AS8IRP60wnqYbK9FNqqdPZIt98/LYJ/EZN23SmLQ== +"@cspell/strong-weak-map@6.17.0": + version "6.17.0" + resolved "https://registry.npmjs.org/@cspell/strong-weak-map/-/strong-weak-map-6.17.0.tgz#841ef99a4e0fdf9aacce36281829b87616b01478" + integrity sha512-fRghm6eoUEH7Uz57t0SEKJNm4lqODF2/DRiLd2ek7QkzUHKrCetre/5UrvdE78GIUyl0+8GLx9iFwo/XFa6dDA== "@discoveryjs/json-ext@^0.5.0": version "0.5.7" @@ -1225,9 +1225,9 @@ "@types/jest" "*" "@types/jest@*": - version "29.2.3" - resolved "https://registry.npmjs.org/@types/jest/-/jest-29.2.3.tgz#f5fd88e43e5a9e4221ca361e23790d48fcf0a211" - integrity sha512-6XwoEbmatfyoCjWRX7z0fKMmgYKe9+/HrviJ5k0X/tjJWHGAezZOfYaxqQKuzG/TvQyr+ktjm4jgbk0s4/oF2w== + version "29.2.4" + resolved "https://registry.npmjs.org/@types/jest/-/jest-29.2.4.tgz#9c155c4b81c9570dbd183eb8604aa0ae80ba5a5b" + integrity sha512-PipFB04k2qTRPePduVLTRiPzQfvMeLwUN3Z21hsAKaB/W9IIzgB2pizCL466ftJlcyZqnHoC9ZHpxLGl3fS86A== dependencies: expect "^29.0.0" pretty-format "^29.0.0" @@ -1487,6 +1487,32 @@ rimraf "^3.0.2" unzipper "^0.10.11" +"@vscode/vsce@^2.15.0": + version "2.15.0" + resolved "https://registry.npmjs.org/@vscode/vsce/-/vsce-2.15.0.tgz#fe48873d2204dcd5912d1384a889112cb219da65" + integrity sha512-c+qS5KSX4jO3RuGqeNQHqci4+WrcmLxHAwiWTR3PDR6wXzV1fQJxybueUOojXcqvsJR3W2AeROrpf+302ZkTfg== + dependencies: + azure-devops-node-api "^11.0.1" + chalk "^2.4.2" + cheerio "^1.0.0-rc.9" + commander "^6.1.0" + glob "^7.0.6" + hosted-git-info "^4.0.2" + keytar "^7.7.0" + leven "^3.1.0" + markdown-it "^12.3.2" + mime "^1.3.4" + minimatch "^3.0.3" + parse-semver "^1.1.1" + read "^1.0.7" + semver "^5.1.0" + tmp "^0.2.1" + typed-rest-client "^1.8.4" + url-join "^4.0.1" + xml2js "^0.4.23" + yauzl "^2.3.1" + yazl "^2.2.2" + "@webassemblyjs/ast@1.11.1": version "1.11.1" resolved "https://registry.npmjs.org/@webassemblyjs/ast/-/ast-1.11.1.tgz#2bfd767eae1a6996f432ff7e8d7fc75679c0b6a7" @@ -3027,66 +3053,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.16.0: - version "6.16.0" - resolved "https://registry.npmjs.org/cspell-dictionary/-/cspell-dictionary-6.16.0.tgz#fe5ea98fcb5d3d8eabd720909fa8dce363743f34" - integrity sha512-1Ebi2tw+4H7qLElrcw6+R0fWTaaPHTuylUYRWdUCK+kHZ/Bxj48SGB9i12Crbz04btwvbq8/PXb9nSq6MK+pLQ== +cspell-dictionary@6.17.0: + version "6.17.0" + resolved "https://registry.npmjs.org/cspell-dictionary/-/cspell-dictionary-6.17.0.tgz#566bd4ccdf106096db08aa415f0004f03a710ceb" + integrity sha512-jUb/kIR2glYliRem11kCu7gaXUcHKp8L2G73LmzIULx+UKRgTa/100FXqm5lZUWnCaIznMmaA2QtutP+xYy5AQ== dependencies: - "@cspell/cspell-pipe" "6.16.0" - "@cspell/cspell-types" "6.16.0" - cspell-trie-lib "6.16.0" + "@cspell/cspell-pipe" "6.17.0" + "@cspell/cspell-types" "6.17.0" + cspell-trie-lib "6.17.0" fast-equals "^4.0.3" gensequence "^4.0.2" -cspell-gitignore@6.16.0, cspell-gitignore@^6.16.0: - version "6.16.0" - resolved "https://registry.npmjs.org/cspell-gitignore/-/cspell-gitignore-6.16.0.tgz#e15b70676604642052fdaa63e3a3c55c2bf53201" - integrity sha512-pJHPWp62EMTkTh/MBsJt5qH5Z3ZrasQAzfzDQX77ObRpUZ737T2n8r7QRC1XMZpNyx6rQeVx0DjVPATsQ4MaKQ== +cspell-gitignore@6.17.0, cspell-gitignore@^6.17.0: + version "6.17.0" + resolved "https://registry.npmjs.org/cspell-gitignore/-/cspell-gitignore-6.17.0.tgz#39506eefb6cd289bda740d3f434b4d6dd48ff7b5" + integrity sha512-SDyPv6LqBebvoTKFP+ewh51gvmv1z8JDg7llumUFH2u1WoiMZBLLOL2pAa9UM0f6eEzBC1iS6nWQ+20VJx2yQA== dependencies: - cspell-glob "6.16.0" + cspell-glob "6.17.0" find-up "^5.0.0" -cspell-glob@6.16.0, cspell-glob@^6.16.0: - version "6.16.0" - resolved "https://registry.npmjs.org/cspell-glob/-/cspell-glob-6.16.0.tgz#f5c446939b060294583c607464fd402d0e1a7aa0" - integrity sha512-D+3RGKqkyWvkKM1TEHRUNZj8XJi0kBHIZIfaJOZlYOjllTxW5B2pCylWa977X6vzD+aIH0c51/dQIDBG1u1Law== +cspell-glob@6.17.0, cspell-glob@^6.17.0: + version "6.17.0" + resolved "https://registry.npmjs.org/cspell-glob/-/cspell-glob-6.17.0.tgz#839698e94a29ee7ddd87a5324b1f404a267800b0" + integrity sha512-iKz2CvUU1HXuNJfxYRwSQFck3pCl9EhTx2qIR0lKf4gccCR89p44qxIR98nTbX1OF89lhfH6sUHtzkJ3nPWh+A== dependencies: micromatch "^4.0.5" -cspell-grammar@6.16.0: - version "6.16.0" - resolved "https://registry.npmjs.org/cspell-grammar/-/cspell-grammar-6.16.0.tgz#5771b046e3deb283ddb0851d14d2d28075137149" - integrity sha512-6s0IqrfO5FbSzaCmkitKvoolLwwYNe/FleFGSCsL/0VBW9whaIU45YAdbpS4f01WfUqz611yYu7A5/rp54WgbQ== +cspell-grammar@6.17.0: + version "6.17.0" + resolved "https://registry.npmjs.org/cspell-grammar/-/cspell-grammar-6.17.0.tgz#ab0b1539e310bdea35c54127d8e67b5af1c2361f" + integrity sha512-3B9QmKWOjAPzLYqesLP2niIbo6Yvb4rodjIwFXUvL3vmMZF4c9HFU/JVTTerLxrwh3DH8u6Mac52RzUurOJ15Q== dependencies: - "@cspell/cspell-pipe" "6.16.0" - "@cspell/cspell-types" "6.16.0" + "@cspell/cspell-pipe" "6.17.0" + "@cspell/cspell-types" "6.17.0" -cspell-io@6.16.0: - version "6.16.0" - resolved "https://registry.npmjs.org/cspell-io/-/cspell-io-6.16.0.tgz#e37fc94ee0439551ccdaab60a8ea7a70cefd883a" - integrity sha512-t5cF3zMRRpufIPbfVApKUBWNmKGwpWicSHDUl9NgVdThLScgby/yB+tzgLKyrXKma8g10m/3dZ+WV+sIPyhhfg== +cspell-io@6.17.0: + version "6.17.0" + resolved "https://registry.npmjs.org/cspell-io/-/cspell-io-6.17.0.tgz#2526b1344c98e9aaafa389b93a789730ba313c23" + integrity sha512-cofZlvKzXP3QytGM6OlREQIXLFcSdEKOFubSVHkRvAVX3IqeQnKo4oVF85C6McjwXTrJ1OH+SDP0vcpn6mKqTg== dependencies: - "@cspell/cspell-service-bus" "6.16.0" + "@cspell/cspell-service-bus" "6.17.0" node-fetch "^2.6.7" -cspell-lib@6.16.0, cspell-lib@^6.16.0: - version "6.16.0" - resolved "https://registry.npmjs.org/cspell-lib/-/cspell-lib-6.16.0.tgz#2992bf48a5e1cbb284f5c3da8e92f7095412f252" - integrity sha512-QMRvQMjYwBqZvxOyZdUMJ2/jw5GO7LH7BYqyUAXCmfIlqemezeCie+kiaeWCi9Bs0ja6Fb2hcybxiqx5IsoDnw== +cspell-lib@6.17.0, cspell-lib@^6.17.0: + version "6.17.0" + resolved "https://registry.npmjs.org/cspell-lib/-/cspell-lib-6.17.0.tgz#d69db480da63c665b3572809addebe75b0a51dbd" + integrity sha512-oZNkm0UhRa4nkoYPij23z7cbVXFPVHs7SdGC6IAVc71uz44nLNeC3e8+UnTErOU7nlROvjp9k3G90DEwej1TqQ== dependencies: - "@cspell/cspell-bundled-dicts" "6.16.0" - "@cspell/cspell-pipe" "6.16.0" - "@cspell/cspell-types" "6.16.0" - "@cspell/strong-weak-map" "6.16.0" + "@cspell/cspell-bundled-dicts" "6.17.0" + "@cspell/cspell-pipe" "6.17.0" + "@cspell/cspell-types" "6.17.0" + "@cspell/strong-weak-map" "6.17.0" clear-module "^4.1.2" comment-json "^4.2.3" configstore "^5.0.1" cosmiconfig "^8.0.0" - cspell-dictionary "6.16.0" - cspell-glob "6.16.0" - cspell-grammar "6.16.0" - cspell-io "6.16.0" - cspell-trie-lib "6.16.0" + cspell-dictionary "6.17.0" + cspell-glob "6.17.0" + cspell-grammar "6.17.0" + cspell-io "6.17.0" + cspell-trie-lib "6.17.0" fast-equals "^4.0.3" find-up "^5.0.0" fs-extra "^10.1.0" @@ -3097,27 +3123,27 @@ cspell-lib@6.16.0, cspell-lib@^6.16.0: vscode-languageserver-textdocument "^1.0.7" vscode-uri "^3.0.6" -cspell-trie-lib@6.16.0: - version "6.16.0" - resolved "https://registry.npmjs.org/cspell-trie-lib/-/cspell-trie-lib-6.16.0.tgz#9e9fb9912ffb8ec003844ab69103568baaa47436" - integrity sha512-RI8mxXG38uhMmFUSGqnUp+JGxUbo7Mfz6uqYJF//gU8w88K4D7LaRVOCOdpKyi+/zTzK0UBAoiO8AvBJDDIPvQ== +cspell-trie-lib@6.17.0: + version "6.17.0" + resolved "https://registry.npmjs.org/cspell-trie-lib/-/cspell-trie-lib-6.17.0.tgz#2ac05778949d64c076e01d35f1ae491c1c259fb0" + integrity sha512-hmyZHhemWYLjjEDItAhgAF0tuL2iiQg+5PzUmELKIBSWEsmFdfxh1xWCmo1q0+vzVML+0Ms2cspiGyS9y/CF7A== dependencies: - "@cspell/cspell-pipe" "6.16.0" - "@cspell/cspell-types" "6.16.0" + "@cspell/cspell-pipe" "6.17.0" + "@cspell/cspell-types" "6.17.0" fs-extra "^10.1.0" gensequence "^4.0.2" -cspell@^6.16.0: - version "6.16.0" - resolved "https://registry.npmjs.org/cspell/-/cspell-6.16.0.tgz#ea784eade80a33a37d20bdabaf9485776edecf09" - integrity sha512-vp65C2POzIyBvEFsZ/Zr9PAR65YnrY+xrnTeAbrqGPD0HnRCHUwKAazB3O05WyP8ovoJidSHWgaC+2G0P2GA5w== +cspell@^6.17.0: + version "6.17.0" + resolved "https://registry.npmjs.org/cspell/-/cspell-6.17.0.tgz#0f229268bd41bf80cb943a9d3daa9508868778eb" + integrity sha512-R1TXu1p2vON6rHXxZAUPbdf+v+ckPhWiEb3apq2PyxLSjzMiZDm2ThIwRcsQaMLLZyFOD+J3SHj0lZi1Qoaa8w== dependencies: - "@cspell/cspell-pipe" "6.16.0" + "@cspell/cspell-pipe" "6.17.0" chalk "^4.1.2" commander "^9.4.1" - cspell-gitignore "6.16.0" - cspell-glob "6.16.0" - cspell-lib "6.16.0" + cspell-gitignore "6.17.0" + cspell-glob "6.17.0" + cspell-lib "6.17.0" fast-json-stable-stringify "^2.1.0" file-entry-cache "^6.0.1" fs-extra "^10.1.0" @@ -3205,9 +3231,9 @@ dedent@^0.7.0: integrity sha512-Q6fKUPqnAHAyhiUgFU7BUzLiv0kd8saH9al7tnu5Q/okj6dnupxyTgFIBjVzJATdfIAm9NAsvXNzjaKa+bxVyA== deep-eql@^4.1.2: - version "4.1.2" - resolved "https://registry.npmjs.org/deep-eql/-/deep-eql-4.1.2.tgz#270ceb902f87724077e6f6449aed81463f42fc1c" - integrity sha512-gT18+YW4CcW/DBNTwAmqTtkJh7f9qqScu2qFVlx7kCoeY9tlBu9cUcr7+I+Z/noG8INehS3xQgLpTtd/QUTn4w== + version "4.1.3" + resolved "https://registry.npmjs.org/deep-eql/-/deep-eql-4.1.3.tgz#7c7775513092f7df98d8df9996dd085eb668cc6d" + integrity sha512-WaEtAOpRA1MQ0eohqZjpGD8zdI0Ovsm8mmFhaDN8dvDZzyoUMcYDnf5Y6iu7HTXxf8JDS23qWa4a+hKCDyOPzw== dependencies: type-detect "^4.0.0" @@ -7526,32 +7552,6 @@ vary@~1.1.2: resolved "https://registry.npmjs.org/vary/-/vary-1.1.2.tgz#2299f02c6ded30d4a5961b0b9f74524a18f634fc" integrity sha512-BNGbWLfd0eUPabhkXUVm0j8uuvREyTh5ovRa/dyow/BqAbZJyC+5fU+IzQOzmAKzYqYRAISoRhdQr3eIZ/PXqg== -vsce@^2.15.0: - version "2.15.0" - resolved "https://registry.npmjs.org/vsce/-/vsce-2.15.0.tgz#4a992e78532092a34a755143c6b6c2cabcb7d729" - integrity sha512-P8E9LAZvBCQnoGoizw65JfGvyMqNGlHdlUXD1VAuxtvYAaHBKLBdKPnpy60XKVDAkQCfmMu53g+gq9FM+ydepw== - dependencies: - azure-devops-node-api "^11.0.1" - chalk "^2.4.2" - cheerio "^1.0.0-rc.9" - commander "^6.1.0" - glob "^7.0.6" - hosted-git-info "^4.0.2" - keytar "^7.7.0" - leven "^3.1.0" - markdown-it "^12.3.2" - mime "^1.3.4" - minimatch "^3.0.3" - parse-semver "^1.1.1" - read "^1.0.7" - semver "^5.1.0" - tmp "^0.2.1" - typed-rest-client "^1.8.4" - url-join "^4.0.1" - xml2js "^0.4.23" - yauzl "^2.3.1" - yazl "^2.2.2" - vscode-jsonrpc@8.0.2: version "8.0.2" resolved "https://registry.npmjs.org/vscode-jsonrpc/-/vscode-jsonrpc-8.0.2.tgz#f239ed2cd6004021b6550af9fd9d3e47eee3cac9"