From d6050dd7849bd7cd820bfef84b7eeb5d64731325 Mon Sep 17 00:00:00 2001 From: "street-side-software-automation[bot]" <74785433+street-side-software-automation[bot]@users.noreply.github.com> Date: Sun, 5 Mar 2023 06:48:15 +0100 Subject: [PATCH] feat: Update to CSpell 6.28.0 (#2566) Co-authored-by: Jason3S --- modules/package.json | 10 +- package.json | 8 +- packages/_integrationTests/package.json | 4 +- packages/_server/package.json | 12 +- packages/_serverPatternMatcher/package.json | 4 +- packages/_settingsViewer/package.json | 2 +- packages/client/package.json | 6 +- yarn.lock | 209 ++++++++++---------- 8 files changed, 125 insertions(+), 130 deletions(-) diff --git a/modules/package.json b/modules/package.json index 5c552d6f53..ded0a02c13 100644 --- a/modules/package.json +++ b/modules/package.json @@ -24,17 +24,17 @@ "dependencies": { "gensequence": "^4.0.3", "@types/fs-extra": "^11.0.1", - "@cspell/cspell-types": "^6.27.0", - "cspell-glob": "^6.27.0", - "cspell-lib": "^6.27.0", + "@cspell/cspell-types": "^6.28.0", + "cspell-glob": "^6.28.0", + "cspell-lib": "^6.28.0", "fs-extra": "^11.1.0", "node-watch": "^0.7.3", "rxjs": "^7.8.0", "vscode-languageserver": "^8.1.0", "vscode-languageserver-textdocument": "^1.0.8", "vscode-uri": "^3.0.7", - "@cspell/cspell-bundled-dicts": "^6.27.0", - "cspell-gitignore": "^6.27.0" + "@cspell/cspell-bundled-dicts": "^6.28.0", + "cspell-gitignore": "^6.28.0" }, "engines": { "node": ">16.0.0" diff --git a/package.json b/package.json index 38b4ee74d1..354873a5a2 100644 --- a/package.json +++ b/package.json @@ -2536,7 +2536,7 @@ "@tsconfig/node16": "^1.0.3", "@types/jest": "^29.4.0", "@types/jest-when": "^3.5.2", - "@types/node": "^18.14.4", + "@types/node": "^18.14.5", "@typescript-eslint/eslint-plugin": "^5.54.0", "@typescript-eslint/parser": "^5.54.0", "@vscode/vsce": "^2.18.0", @@ -2563,11 +2563,11 @@ "vitest": "^0.29.2" }, "dependencies": { - "@cspell/cspell-bundled-dicts": "^6.27.0", - "@cspell/cspell-types": "^6.27.0", + "@cspell/cspell-bundled-dicts": "^6.28.0", + "@cspell/cspell-types": "^6.28.0", "@types/react": "^17.0.53", "cosmiconfig": "^8.1.0", - "cspell": "^6.27.0", + "cspell": "^6.28.0", "regexp-worker": "^2.0.1" }, "comment-resolutions": { diff --git a/packages/_integrationTests/package.json b/packages/_integrationTests/package.json index 9dd2f5afa3..0903eff22c 100644 --- a/packages/_integrationTests/package.json +++ b/packages/_integrationTests/package.json @@ -23,11 +23,11 @@ "author": "", "license": "MIT", "devDependencies": { - "@cspell/cspell-types": "^6.27.0", + "@cspell/cspell-types": "^6.28.0", "@types/chai": "^4.3.4", "@types/glob": "^8.1.0", "@types/mocha": "^10.0.1", - "@types/node": "^18.14.4", + "@types/node": "^18.14.5", "@types/vscode": "^1.76.0", "@vscode/test-electron": "^2.3.0", "chai": "^4.3.7", diff --git a/packages/_server/package.json b/packages/_server/package.json index 90b26eeacc..a7c511298b 100644 --- a/packages/_server/package.json +++ b/packages/_server/package.json @@ -24,14 +24,14 @@ } }, "devDependencies": { - "@cspell/cspell-types": "^6.27.0", + "@cspell/cspell-types": "^6.28.0", "@types/fs-extra": "^11.0.1", "@types/jest": "^29.4.0", "@types/micromatch": "^4.0.2", - "@types/node": "^18.14.4", + "@types/node": "^18.14.5", "common-utils": "1.0.0", - "cspell-glob": "^6.27.0", - "cspell-lib": "^6.27.0", + "cspell-glob": "^6.28.0", + "cspell-lib": "^6.28.0", "fs-extra": "^11.1.0", "gensequence": "^4.0.3", "iconv-lite": "^0.6.3", @@ -52,8 +52,8 @@ "webpack-cli": "^5.0.1" }, "dependencies": { - "@cspell/cspell-bundled-dicts": "^6.27.0", - "cspell-gitignore": "^6.27.0" + "@cspell/cspell-bundled-dicts": "^6.28.0", + "cspell-gitignore": "^6.28.0" }, "scripts": { "clean": "shx rm -rf dist temp out coverage", diff --git a/packages/_serverPatternMatcher/package.json b/packages/_serverPatternMatcher/package.json index 8ce468516f..750b64e8d5 100644 --- a/packages/_serverPatternMatcher/package.json +++ b/packages/_serverPatternMatcher/package.json @@ -24,9 +24,9 @@ } }, "devDependencies": { - "@cspell/cspell-types": "^6.27.0", + "@cspell/cspell-types": "^6.28.0", "@types/jest": "^29.4.0", - "@types/node": "^18.14.4", + "@types/node": "^18.14.5", "common-utils": "1.0.0", "jest": "^29.4.3", "ts-jest": "^29.0.5", diff --git a/packages/_settingsViewer/package.json b/packages/_settingsViewer/package.json index 331987e770..1b48df1dcb 100644 --- a/packages/_settingsViewer/package.json +++ b/packages/_settingsViewer/package.json @@ -23,7 +23,7 @@ "@material-ui/icons": "^4.11.3", "@types/clone-deep": "^4.0.1", "@types/jest": "^29.4.0", - "@types/node": "^18.14.4", + "@types/node": "^18.14.5", "@types/react": "^17.0.53", "@types/react-dom": "^17.0.19", "@types/react-test-renderer": "^17.0.2", diff --git a/packages/client/package.json b/packages/client/package.json index a0d95036e8..5286c45abb 100644 --- a/packages/client/package.json +++ b/packages/client/package.json @@ -27,18 +27,18 @@ "test-watch": "jest --watch" }, "devDependencies": { - "@cspell/cspell-types": "^6.27.0", + "@cspell/cspell-types": "^6.28.0", "@types/fs-extra": "^11.0.1", "@types/jest": "^29.4.0", "@types/jest-when": "^3.5.2", "@types/kefir": "^3.8.7", - "@types/node": "^18.14.4", + "@types/node": "^18.14.5", "@types/source-map-support": "^0.5.6", "@types/vscode": "^1.76.0", "comment-json": "^4.2.3", "common-utils": "1.0.0", "cross-env": "^7.0.3", - "cspell-lib": "^6.27.0", + "cspell-lib": "^6.28.0", "fs-extra": "^11.1.0", "jest": "^29.4.3", "jest-mock-vscode": "^1.3.0", diff --git a/yarn.lock b/yarn.lock index eb294529ae..4c90bbe577 100644 --- a/yarn.lock +++ b/yarn.lock @@ -306,10 +306,10 @@ resolved "https://registry.npmjs.org/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39" integrity sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw== -"@cspell/cspell-bundled-dicts@6.27.0", "@cspell/cspell-bundled-dicts@^6.27.0": - version "6.27.0" - resolved "https://registry.npmjs.org/@cspell/cspell-bundled-dicts/-/cspell-bundled-dicts-6.27.0.tgz#64c0a89bc37630eeba83bdec96a904fef32840b9" - integrity sha512-udRkEUz0QIAecCUECVac8IBCu7f5siCrxUZmsoZINgqLlSh0ppmn4/CiiA+sefj99rOq/vB4VEEQCnMShfl5qw== +"@cspell/cspell-bundled-dicts@6.28.0", "@cspell/cspell-bundled-dicts@^6.28.0": + version "6.28.0" + resolved "https://registry.npmjs.org/@cspell/cspell-bundled-dicts/-/cspell-bundled-dicts-6.28.0.tgz#4f00e81a50576d6c0961a21e07f19d9e04a4b0ce" + integrity sha512-RjAf67eejzQVXPX45xmIGFgSewtUeY5R+xun6xz1pQFIIrgsoxYNZ1hbdj72sX6+QdkJDf1WF3S9zMfiRVlOXQ== dependencies: "@cspell/dict-ada" "^4.0.1" "@cspell/dict-aws" "^3.0.0" @@ -358,20 +358,20 @@ "@cspell/dict-typescript" "^3.1.1" "@cspell/dict-vue" "^3.0.0" -"@cspell/cspell-pipe@6.27.0": - version "6.27.0" - resolved "https://registry.npmjs.org/@cspell/cspell-pipe/-/cspell-pipe-6.27.0.tgz#a5e6cd961a7c694b17dee27dbf3a438eb6a29107" - integrity sha512-lS3kIew5+ETExORdPcJkEA03ylrEL9CHaJ1xE7SSezU3mqoUgbVW5/f2+PCIWPu1mVvUpWef2X1ODddiPPp9NQ== +"@cspell/cspell-pipe@6.28.0": + version "6.28.0" + resolved "https://registry.npmjs.org/@cspell/cspell-pipe/-/cspell-pipe-6.28.0.tgz#2326845d34a3ccbf8039ca175d850803045789f0" + integrity sha512-/D8cmitszZCethV4ekz+RMigwlkk5kLcOiVdjKBx/YHC5CtpkQ+v5ZlaTpxAKCoOyfyKW6hI8UNhNIx7ZyrizQ== -"@cspell/cspell-service-bus@6.27.0": - version "6.27.0" - resolved "https://registry.npmjs.org/@cspell/cspell-service-bus/-/cspell-service-bus-6.27.0.tgz#e83457e3682588db25b441b6f78f80186ee5dacc" - integrity sha512-GC3WseMeBE1xtIftBgfTOQxgAMHmLF5HhjHo2rVIfCKv3uyQXuNsGYmtqY7dm4GDrBx1vIYjOoT2xtEaSLoUPw== +"@cspell/cspell-service-bus@6.28.0": + version "6.28.0" + resolved "https://registry.npmjs.org/@cspell/cspell-service-bus/-/cspell-service-bus-6.28.0.tgz#2a4744f568bc999bccc821e1920bbde8099fdf07" + integrity sha512-l3PtT8wZTTB3HcCFg0WYAamzt9MO4fVevOj+6lOaTTQDh5iV+4+XmutkdKGoDmMpe3EdqOeYJ5SC96NUb6U5CA== -"@cspell/cspell-types@6.27.0", "@cspell/cspell-types@^6.27.0": - version "6.27.0" - resolved "https://registry.npmjs.org/@cspell/cspell-types/-/cspell-types-6.27.0.tgz#ccf6b1ca03df3760f8838da844057c4f86f811ea" - integrity sha512-eHKpAhIUYIjssqF20IrihzNAPDTWJsFpBzg7UznX03Z4Y77JrGAgdRZ6h69uaIafQb7uotNYWnDazpVSkMpikQ== +"@cspell/cspell-types@6.28.0", "@cspell/cspell-types@^6.28.0": + version "6.28.0" + resolved "https://registry.npmjs.org/@cspell/cspell-types/-/cspell-types-6.28.0.tgz#a17fe6085b431e7ca4fe3a8eb1a47bc49cc6f7c7" + integrity sha512-+LJ7IlD4X9eaw8fBPtHYH8g5eFIkEZssLrjAOLA2hIps5aVNZ6J6oS4lUOVdKaDjdn6qsPgTpHGZJ2rV/RSrCA== "@cspell/dict-ada@^4.0.1": version "4.0.1" @@ -603,17 +603,17 @@ resolved "https://registry.npmjs.org/@cspell/dict-vue/-/dict-vue-3.0.0.tgz#68ccb432ad93fcb0fd665352d075ae9a64ea9250" integrity sha512-niiEMPWPV9IeRBRzZ0TBZmNnkK3olkOPYxC1Ny2AX4TGlYRajcW0WUtoSHmvvjZNfWLSg2L6ruiBeuPSbjnG6A== -"@cspell/dynamic-import@6.27.0": - version "6.27.0" - resolved "https://registry.npmjs.org/@cspell/dynamic-import/-/dynamic-import-6.27.0.tgz#2a6ab57993ee581a83a6514259aedf6cb5546ff5" - integrity sha512-PrBAH0+6OERWeY57PUH+9WmxYtUBnBjTYmm+3Zpg3SUd/ToD0cNf83OJCrcDF7KNQYE9rjCPUfVdsOe3aJlIHw== +"@cspell/dynamic-import@6.28.0": + version "6.28.0" + resolved "https://registry.npmjs.org/@cspell/dynamic-import/-/dynamic-import-6.28.0.tgz#0fe615d7d99ced04de4836d03582a70b3e2f4f82" + integrity sha512-drPfcTDDnWfQqSA3TqYMewocbFnPIW08/xKnouC7QFThgNocLD6TkBExa9timCATEsL7HujeAFEgMaPPTPFMqA== dependencies: import-meta-resolve "^2.2.1" -"@cspell/strong-weak-map@6.27.0": - version "6.27.0" - resolved "https://registry.npmjs.org/@cspell/strong-weak-map/-/strong-weak-map-6.27.0.tgz#4065eab7b4ca45db0a08b697be7c64f59abb122a" - integrity sha512-4hel0Dik7GTX8yVOjOXlumIOzYD8mWzDeyMEhEJb3qwDfsTPeeYo1EMTSgtS+oJXR6kQ09qBrF1lok44v6NOAQ== +"@cspell/strong-weak-map@6.28.0": + version "6.28.0" + resolved "https://registry.npmjs.org/@cspell/strong-weak-map/-/strong-weak-map-6.28.0.tgz#c9259111b28c7b29d83d433b7684c8a29bcc4452" + integrity sha512-M8qffYu672xMbF3JH5TmlXydfoglhiO/Tuy2fziQHtaTRm5Qp0KrSioSvHq+3QxnmHVTa91vYuzmr6qoAxqPjQ== "@discoveryjs/json-ext@^0.5.0": version "0.5.7" @@ -736,9 +736,9 @@ integrity sha512-y+EHuSchhL7FjHgvQL/0fnnFmO4T1bhvWANX6gcnqTjtnKWbTvUMCpGnv2+t+31d7RzyEAYAd4u2fnIhHL6N/Q== "@eslint-community/eslint-utils@^4.1.2": - version "4.1.2" - resolved "https://registry.npmjs.org/@eslint-community/eslint-utils/-/eslint-utils-4.1.2.tgz#14ca568ddaa291dd19a4a54498badc18c6cfab78" - integrity sha512-7qELuQWWjVDdVsFQ5+beUl+KPczrEDA7S3zM4QUd/bJl7oXgsmpXaEVqrRTnOBqenOV4rWf2kVZk2Ot085zPWA== + version "4.2.0" + resolved "https://registry.npmjs.org/@eslint-community/eslint-utils/-/eslint-utils-4.2.0.tgz#a831e6e468b4b2b5ae42bf658bea015bf10bc518" + integrity sha512-gB8T4H4DEfX2IV9zGDJPOBgP1e/DbfCPDTtEqUMckpvzS1OYtva8JdFYBqMwYk7xAQ429WGF/UPqn8uQ//h2vQ== dependencies: eslint-visitor-keys "^3.3.0" @@ -1465,10 +1465,10 @@ resolved "https://registry.npmjs.org/@types/ms/-/ms-0.7.31.tgz#31b7ca6407128a3d2bbc27fe2d21b345397f6197" integrity sha512-iiUgKzV9AuaEkZqkOLDIvlQiL6ltuZd9tGcW3gwpnX8JbuiuhFlEGmmFXEXkN50Cvq7Os88IY2v0dkDqXYWVgA== -"@types/node@*", "@types/node@^18.14.4": - version "18.14.4" - resolved "https://registry.npmjs.org/@types/node/-/node-18.14.4.tgz#0e64ec0b35a772e1e3d849f9a0ff61782d0cb647" - integrity sha512-VhCw7I7qO2X49+jaKcAUwi3rR+hbxT5VcYF493+Z5kMLI0DL568b7JI4IDJaxWFH0D/xwmGJNoXisyX+w7GH/g== +"@types/node@*", "@types/node@^18.14.5": + version "18.14.5" + resolved "https://registry.npmjs.org/@types/node/-/node-18.14.5.tgz#4a13a6445862159303fc38586598a9396fc408b3" + integrity sha512-CRT4tMK/DHYhw1fcCEBwME9CSaZNclxfzVMe7GsO6ULSwsttbj70wSiX6rZdIjGblu93sTJxLdhNIT85KKI7Qw== "@types/node@^16.18.14": version "16.18.14" @@ -2412,9 +2412,9 @@ camelcase@^6.0.0, camelcase@^6.2.0: integrity sha512-Gmy6FhYlCY7uOElZUSbxo2UCDH8owEk996gkbrpsgGtrJLM3J7jGxl9Ic7Qwwj4ivOE5AWZWRMecDdF7hqGjFA== caniuse-lite@^1.0.30001449: - version "1.0.30001458" - resolved "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001458.tgz#871e35866b4654a7d25eccca86864f411825540c" - integrity sha512-lQ1VlUUq5q9ro9X+5gOEyH7i3vm+AYVT1WDCVB69XOZ17KZRhnZ9J0Sqz7wTHQaLBJccNCHq8/Ww5LlOIZbB0w== + version "1.0.30001460" + resolved "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001460.tgz#31d2e26f0a2309860ed3eff154e03890d9d851a7" + integrity sha512-Bud7abqjvEjipUkpLs4D7gR0l8hBYBHoa+tGtKJHvT2AYzLp1z7EmVkUT4ERpVUfca8S2HGIVs883D8pUH1ZzQ== ccount@^2.0.0: version "2.0.1" @@ -2767,16 +2767,6 @@ core-util-is@^1.0.3, core-util-is@~1.0.0: resolved "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.3.tgz#a6042d3634c2b27e9328f837b965fac83808db85" integrity sha512-ZQBvi1DcpJ4GDqanjucZ2Hj3wEO5pZDS89BWbkcrvdxksJorwUDDZamX9ldFkp9aw2lmBDLgkObEA4DWNJ9FYQ== -cosmiconfig@8.0.0: - version "8.0.0" - resolved "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-8.0.0.tgz#e9feae014eab580f858f8a0288f38997a7bebe97" - integrity sha512-da1EafcpH6b/TD8vDRaWV7xFINlHlF6zKsGwS1TsuVJTZRkquaS5HTMq7uq6h31619QjbsYl21gVDOm32KM1vQ== - dependencies: - import-fresh "^3.2.1" - js-yaml "^4.1.0" - parse-json "^5.0.0" - path-type "^4.0.0" - cosmiconfig@^8.1.0: version "8.1.0" resolved "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-8.1.0.tgz#947e174c796483ccf0a48476c24e4fefb7e1aea8" @@ -2808,97 +2798,97 @@ 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.27.0: - version "6.27.0" - resolved "https://registry.npmjs.org/cspell-dictionary/-/cspell-dictionary-6.27.0.tgz#8cd3ed900f915d32f3f0d48de28857b37107e4d1" - integrity sha512-u2HZ6Yl0tIBzflJ9Rt5i15kP1KN41XtyKfqCCntugX3gYtfbQ1t/HvAPcq4g7EDZV2tzqSKGcNvzuJgHJyxxFw== +cspell-dictionary@6.28.0: + version "6.28.0" + resolved "https://registry.npmjs.org/cspell-dictionary/-/cspell-dictionary-6.28.0.tgz#4ff23c30057408c275fbb784724f7232272927dc" + integrity sha512-7RSap81rJ2JVENuErrcKqfN1rBfDN8UIJSn5uoQZj2Boz/IfV24wGs0izXcJ+jpZI9L5PoT0XpMyuT93rwo+hA== dependencies: - "@cspell/cspell-pipe" "6.27.0" - "@cspell/cspell-types" "6.27.0" - cspell-trie-lib "6.27.0" + "@cspell/cspell-pipe" "6.28.0" + "@cspell/cspell-types" "6.28.0" + cspell-trie-lib "6.28.0" fast-equals "^4.0.3" - gensequence "^4.0.3" + gensequence "^5.0.2" -cspell-gitignore@6.27.0, cspell-gitignore@^6.27.0: - version "6.27.0" - resolved "https://registry.npmjs.org/cspell-gitignore/-/cspell-gitignore-6.27.0.tgz#eb5d700c357fc1318732f6bf8b58d0240e9edc24" - integrity sha512-aXIuSMtm2pW8Z0y4SHBqvXwY4Hk3lz4b3PD50IU1gn2mjk8GioEYAnWlN/FANeOuMjOXiRfLaX0McvNErnZxdw== +cspell-gitignore@6.28.0, cspell-gitignore@^6.28.0: + version "6.28.0" + resolved "https://registry.npmjs.org/cspell-gitignore/-/cspell-gitignore-6.28.0.tgz#806e96a6906d2d5848464a4cf110bbeb9afc166f" + integrity sha512-AOlblIJsoMk8F7+CznmhUIM+jGpIP/rBFERo5yT7bF7GarO2MoONxFA5MauSDnRaIDxMuik/gCn4MzvgT8ZZgw== dependencies: - cspell-glob "6.27.0" + cspell-glob "6.28.0" find-up "^5.0.0" -cspell-glob@6.27.0, cspell-glob@^6.27.0: - version "6.27.0" - resolved "https://registry.npmjs.org/cspell-glob/-/cspell-glob-6.27.0.tgz#fd9ac0828c12e2aa67da94de53c60f1a11da4575" - integrity sha512-YzS9SiNU5iFIdEMCeVOsGlCvffCM7M51io9ylkkY6138NLCnqWw/DSePzIAAsuLqh9nsJt8xiXrHPerKiPnN3g== +cspell-glob@6.28.0, cspell-glob@^6.28.0: + version "6.28.0" + resolved "https://registry.npmjs.org/cspell-glob/-/cspell-glob-6.28.0.tgz#8e064318ec811384528843612f93245e9847d927" + integrity sha512-588E4RdswSNRoXf9mPtDxc+aSP3rpRwmJCrLEPtV6FdbG0YJDQOAmV2jP2qRqVouWOHjZZ84HwN79jfWt1ROsA== dependencies: micromatch "^4.0.5" -cspell-grammar@6.27.0: - version "6.27.0" - resolved "https://registry.npmjs.org/cspell-grammar/-/cspell-grammar-6.27.0.tgz#3c0e9561c36c0fd8795667d7215945a4f3a193db" - integrity sha512-03SH0+bWazhkzUUK+t6ywUZvWuDcqj4J171oIdA3fvdG7nBpTqyFc1/vU1mReZK7CDde16BUaqCkWgf+El+N1w== +cspell-grammar@6.28.0: + version "6.28.0" + resolved "https://registry.npmjs.org/cspell-grammar/-/cspell-grammar-6.28.0.tgz#3bc0cb456b59efc902f2dc19f88294f130ca98d9" + integrity sha512-MQaaGn+aJxsUnYxi6yHeU0RvsD3ARo6/14aipbrx11uZYZjm8dDQVPFabW98aPjO7zd0qNuB6FBS/3FK6nbKkg== dependencies: - "@cspell/cspell-pipe" "6.27.0" - "@cspell/cspell-types" "6.27.0" + "@cspell/cspell-pipe" "6.28.0" + "@cspell/cspell-types" "6.28.0" -cspell-io@6.27.0: - version "6.27.0" - resolved "https://registry.npmjs.org/cspell-io/-/cspell-io-6.27.0.tgz#6ace9ddb190354d5aca6fe9de766c48edb4ac787" - integrity sha512-WsvXjbbWwIQVembEtlNuC8cJrGtyUuk8GvZzL9bBpSofU2UXvFjaQ9bAZjIeHibGQrIIuOM0ra0CqOcLb5mShA== +cspell-io@6.28.0: + version "6.28.0" + resolved "https://registry.npmjs.org/cspell-io/-/cspell-io-6.28.0.tgz#6e0724fd5938679656c65c9480c1869e8b82ee59" + integrity sha512-h/KtXQDX1c7q/0tZvBlYe0MyaqmtJZ1dcL9kInQXrFhLnw3IPXcS3Nwux+FRj7DXJp5uXbM80hEu54z8fDnT6g== dependencies: - "@cspell/cspell-service-bus" "6.27.0" + "@cspell/cspell-service-bus" "6.28.0" node-fetch "^2.6.9" -cspell-lib@6.27.0, cspell-lib@^6.27.0: - version "6.27.0" - resolved "https://registry.npmjs.org/cspell-lib/-/cspell-lib-6.27.0.tgz#c3f073e56e6a4ffb36e03ab4f439fe24e9215ff3" - integrity sha512-wwi3VCFiWaVFrV/ycm4yNBjjPY3pyhWud4lVJs51p2IkKqJbmR7hZ+bSIyw6d9MVzPKRD67eMaNBYXFGDaNHGQ== +cspell-lib@6.28.0, cspell-lib@^6.28.0: + version "6.28.0" + resolved "https://registry.npmjs.org/cspell-lib/-/cspell-lib-6.28.0.tgz#8ab13c7815d1e2e3f703bbdd49b51373cbcc844b" + integrity sha512-J24iWuaWU3O4L+4//wS3TA/Dw1GEqzZqeKsufOlpgU+P1+VplPaoIKmKBK44nM7RBPEz+fbyUxhnksLKD1tRmQ== dependencies: - "@cspell/cspell-bundled-dicts" "6.27.0" - "@cspell/cspell-pipe" "6.27.0" - "@cspell/cspell-types" "6.27.0" - "@cspell/strong-weak-map" "6.27.0" + "@cspell/cspell-bundled-dicts" "6.28.0" + "@cspell/cspell-pipe" "6.28.0" + "@cspell/cspell-types" "6.28.0" + "@cspell/strong-weak-map" "6.28.0" clear-module "^4.1.2" comment-json "^4.2.3" configstore "^5.0.1" - cosmiconfig "8.0.0" - cspell-dictionary "6.27.0" - cspell-glob "6.27.0" - cspell-grammar "6.27.0" - cspell-io "6.27.0" - cspell-trie-lib "6.27.0" + cosmiconfig "^8.1.0" + cspell-dictionary "6.28.0" + cspell-glob "6.28.0" + cspell-grammar "6.28.0" + cspell-io "6.28.0" + cspell-trie-lib "6.28.0" fast-equals "^4.0.3" find-up "^5.0.0" - gensequence "^4.0.3" + gensequence "^5.0.2" import-fresh "^3.3.0" resolve-from "^5.0.0" resolve-global "^1.0.0" vscode-languageserver-textdocument "^1.0.8" vscode-uri "^3.0.7" -cspell-trie-lib@6.27.0: - version "6.27.0" - resolved "https://registry.npmjs.org/cspell-trie-lib/-/cspell-trie-lib-6.27.0.tgz#724d0895dbc11dd8f0ae3792ab4498e186253070" - integrity sha512-kelDXszZKzlWbk7hV3cTtWYd2Gs3MXqTNSL3udtN4Oow74ik+h1bWsOOmXKKjtKvRctx4omWC1JdriQXfhBMBA== +cspell-trie-lib@6.28.0: + version "6.28.0" + resolved "https://registry.npmjs.org/cspell-trie-lib/-/cspell-trie-lib-6.28.0.tgz#8f07987860c872d08ff7635fc17fbcafaf15c265" + integrity sha512-pF+C60Fdclg5oxXdnyA2biP6WjckaTs/eNMPTxbmQOEAraujZVyGFL3b464dwW9dJ8Qz1FuQc7fhQADelN2LrA== dependencies: - "@cspell/cspell-pipe" "6.27.0" - "@cspell/cspell-types" "6.27.0" - gensequence "^4.0.3" + "@cspell/cspell-pipe" "6.28.0" + "@cspell/cspell-types" "6.28.0" + gensequence "^5.0.2" -cspell@^6.27.0: - version "6.27.0" - resolved "https://registry.npmjs.org/cspell/-/cspell-6.27.0.tgz#8e3b2265d4be712060a6ed09bbfb72215519a8f0" - integrity sha512-BhDzXJIRFcpswOy32tgnoOw2OdSM91pQuUpRxfZvRxdM4HBxUrodDYJ5HbBz7D0vNBrXFidFX/157KNX4m1gmg== +cspell@^6.28.0: + version "6.28.0" + resolved "https://registry.npmjs.org/cspell/-/cspell-6.28.0.tgz#9cba0cbb439a0ed506c20581fb5dab1f4a779c8d" + integrity sha512-HPw7bO0H6l8vXyUF0Ybp9IucVt15Og8YsOfQ4RIaCLU9uJP4RgwjwHVPnCJiQvhC5s4Zbw1WzX/+J8PP83oIUg== dependencies: - "@cspell/cspell-pipe" "6.27.0" - "@cspell/dynamic-import" "6.27.0" + "@cspell/cspell-pipe" "6.28.0" + "@cspell/dynamic-import" "6.28.0" chalk "^4.1.2" commander "^10.0.0" - cspell-gitignore "6.27.0" - cspell-glob "6.27.0" - cspell-io "6.27.0" - cspell-lib "6.27.0" + cspell-gitignore "6.28.0" + cspell-glob "6.28.0" + cspell-io "6.28.0" + cspell-lib "6.28.0" fast-glob "^3.2.12" fast-json-stable-stringify "^2.1.0" file-entry-cache "^6.0.1" @@ -3224,9 +3214,9 @@ ee-first@1.1.1: integrity sha512-WMwm9LhRUo+WUaRN+vRuETqG89IgZphVSNkdFgeb6sS/E4OrDIN7t48CAewSHXc6C8lefD8KKfr5vY61brQlow== electron-to-chromium@^1.4.284: - version "1.4.315" - resolved "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.315.tgz#b60a6676b3a1db332cfc8919118344aa06b9ac99" - integrity sha512-ndBQYz3Eyy3rASjjQ9poMJGoAlsZ/aZnq6GBsGL4w/4sWIAwiUHVSsMuADbxa8WJw7pZ0oxLpGbtoDt4vRTdCg== + version "1.4.319" + resolved "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.319.tgz#75cfecf8bc4522d1450713db1f2096fe73991cdb" + integrity sha512-WeoI6NwZUgteKB+Wmn692S35QycwwNxwgTomNnoCJ79znBAjtBi6C/cIW62JkXmpJRX5rKNYSLDBdAM8l5fH0w== emittery@^0.13.1: version "0.13.1" @@ -4028,6 +4018,11 @@ gensequence@^4.0.3: resolved "https://registry.npmjs.org/gensequence/-/gensequence-4.0.3.tgz#69ce05b4d7507ee667d9641377a0df834cdc350b" integrity sha512-izr+MKqJKjexkvLiPGhW96elQX8TuUR/su/xzILxjqzU1RDz1n1ZbqwDUnNFaRcq0gFR3oQfNH2JOH4Je1x/QA== +gensequence@^5.0.2: + version "5.0.2" + resolved "https://registry.npmjs.org/gensequence/-/gensequence-5.0.2.tgz#f065be2f9a5b2967b9cad7f33b2d79ce1f22dc82" + integrity sha512-JlKEZnFc6neaeSVlkzBGGgkIoIaSxMgvdamRoPN8r3ozm2r9dusqxeKqYQ7lhzmj2UhFQP8nkyfCaiLQxiLrDA== + gensync@^1.0.0-beta.2: version "1.0.0-beta.2" resolved "https://registry.npmjs.org/gensync/-/gensync-1.0.0-beta.2.tgz#32a6ee76c3d7f52d46b2b1ae5d93fea8580a25e0"