From 70b65a99c44b964de53e5580cfa1d7655c0e23aa Mon Sep 17 00:00:00 2001 From: "street-side-software-automation[bot]" <74785433+street-side-software-automation[bot]@users.noreply.github.com> Date: Mon, 23 Jan 2023 18:00:58 +0100 Subject: [PATCH] feat: Update CSpell to 6.19.2 (#2454) Co-authored-by: Jason3S --- package.json | 6 +- packages/___buildTools/package.json | 2 +- packages/__locale-resolver/package.json | 2 +- packages/__utils/package.json | 2 +- packages/_integrationTests/package.json | 4 +- packages/_server/package.json | 14 +- packages/_serverPatternMatcher/package.json | 4 +- packages/_settingsViewer/package.json | 4 +- packages/client/package.json | 6 +- .../package.json | 2 +- yarn.lock | 225 ++++++------------ 11 files changed, 95 insertions(+), 176 deletions(-) diff --git a/package.json b/package.json index e9230f53de..f332b75fbd 100644 --- a/package.json +++ b/package.json @@ -2493,9 +2493,9 @@ "typescript": "^4.9.4" }, "dependencies": { - "@cspell/cspell-bundled-dicts": "^6.18.1", - "@cspell/cspell-types": "^6.18.1", - "@types/react": "^17.0.52", + "@cspell/cspell-bundled-dicts": "^6.19.2", + "@cspell/cspell-types": "^6.19.2", + "@types/react": "^17.0.53", "cosmiconfig": "^8.0.0", "cspell": "^6.19.2", "regexp-worker": "^2.0.1" diff --git a/packages/___buildTools/package.json b/packages/___buildTools/package.json index 37d58b4ab8..31725ae27c 100644 --- a/packages/___buildTools/package.json +++ b/packages/___buildTools/package.json @@ -29,7 +29,7 @@ }, "devDependencies": { "@types/deep-equal": "^1.0.1", - "@types/jest": "^29.2.5", + "@types/jest": "^29.2.6", "@types/json-schema": "^7.0.11", "ts-jest": "^29.0.5" }, diff --git a/packages/__locale-resolver/package.json b/packages/__locale-resolver/package.json index 1ea77a43ee..d5620e4dc6 100644 --- a/packages/__locale-resolver/package.json +++ b/packages/__locale-resolver/package.json @@ -19,7 +19,7 @@ "prepare": "yarn build" }, "devDependencies": { - "@types/jest": "^29.2.5", + "@types/jest": "^29.2.6", "jest": "^29.3.1", "ts-jest": "^29.0.5" }, diff --git a/packages/__utils/package.json b/packages/__utils/package.json index 9314ffbcdb..b13799a784 100644 --- a/packages/__utils/package.json +++ b/packages/__utils/package.json @@ -36,7 +36,7 @@ "watch": "tsc -p . --watch" }, "devDependencies": { - "@types/jest": "^29.2.5", + "@types/jest": "^29.2.6", "jest": "^29.3.1", "ts-jest": "^29.0.5" }, diff --git a/packages/_integrationTests/package.json b/packages/_integrationTests/package.json index b92f9f246c..f0cea2a28f 100644 --- a/packages/_integrationTests/package.json +++ b/packages/_integrationTests/package.json @@ -24,9 +24,9 @@ "author": "", "license": "MIT", "devDependencies": { - "@cspell/cspell-types": "^6.18.1", + "@cspell/cspell-types": "^6.19.2", "@types/chai": "^4.3.4", - "@types/glob": "^8.0.0", + "@types/glob": "^8.0.1", "@types/mocha": "^10.0.1", "@types/node": "^18.11.18", "@types/vscode": "^1.74.0", diff --git a/packages/_server/package.json b/packages/_server/package.json index c97edfb94f..325fb8b348 100644 --- a/packages/_server/package.json +++ b/packages/_server/package.json @@ -24,21 +24,21 @@ } }, "devDependencies": { - "@cspell/cspell-types": "^6.18.1", + "@cspell/cspell-types": "^6.19.2", "@types/fs-extra": "^11.0.1", - "@types/jest": "^29.2.5", + "@types/jest": "^29.2.6", "@types/micromatch": "^4.0.2", "@types/node": "^18.11.18", "common-utils": "1.0.0", - "cspell-glob": "^6.18.1", - "cspell-lib": "^6.18.1", + "cspell-glob": "^6.19.2", + "cspell-lib": "^6.19.2", "fs-extra": "^11.1.0", "gensequence": "^4.0.3", "iconv-lite": "^0.6.3", "jest": "^29.3.1", "lorem-ipsum": "^2.0.8", "micromatch": "^4.0.5", - "minimatch": "^5.1.4", + "minimatch": "^5.1.6", "node-watch": "^0.7.3", "rxjs": "^7.8.0", "ts-jest": "^29.0.5", @@ -52,8 +52,8 @@ "webpack-cli": "^5.0.1" }, "dependencies": { - "@cspell/cspell-bundled-dicts": "^6.18.1", - "cspell-gitignore": "^6.18.1" + "@cspell/cspell-bundled-dicts": "^6.19.2", + "cspell-gitignore": "^6.19.2" }, "scripts": { "clean": "rimraf dist temp out coverage", diff --git a/packages/_serverPatternMatcher/package.json b/packages/_serverPatternMatcher/package.json index d0de9611ef..69bcca092a 100644 --- a/packages/_serverPatternMatcher/package.json +++ b/packages/_serverPatternMatcher/package.json @@ -24,8 +24,8 @@ } }, "devDependencies": { - "@cspell/cspell-types": "^6.18.1", - "@types/jest": "^29.2.5", + "@cspell/cspell-types": "^6.19.2", + "@types/jest": "^29.2.6", "@types/node": "^18.11.18", "common-utils": "1.0.0", "jest": "^29.3.1", diff --git a/packages/_settingsViewer/package.json b/packages/_settingsViewer/package.json index ace76f87df..bccc9cadd1 100644 --- a/packages/_settingsViewer/package.json +++ b/packages/_settingsViewer/package.json @@ -23,9 +23,9 @@ "@material-ui/core": "^4.12.4", "@material-ui/icons": "^4.11.3", "@types/clone-deep": "^4.0.1", - "@types/jest": "^29.2.5", + "@types/jest": "^29.2.6", "@types/node": "^18.11.18", - "@types/react": "^17.0.52", + "@types/react": "^17.0.53", "@types/react-dom": "^17.0.18", "@types/react-test-renderer": "^17.0.2", "browser-resolve": "^2.0.0", diff --git a/packages/client/package.json b/packages/client/package.json index 2daf1d5ab4..df5b70b9e1 100644 --- a/packages/client/package.json +++ b/packages/client/package.json @@ -28,9 +28,9 @@ "test-watch": "jest --watch" }, "devDependencies": { - "@cspell/cspell-types": "^6.18.1", + "@cspell/cspell-types": "^6.19.2", "@types/fs-extra": "^11.0.1", - "@types/jest": "^29.2.5", + "@types/jest": "^29.2.6", "@types/jest-when": "^3.5.2", "@types/kefir": "^3.8.7", "@types/node": "^18.11.18", @@ -39,7 +39,7 @@ "comment-json": "^4.2.3", "common-utils": "1.0.0", "cross-env": "^7.0.3", - "cspell-lib": "^6.18.1", + "cspell-lib": "^6.19.2", "fs-extra": "^11.1.0", "jest": "^29.3.1", "jest-mock-vscode": "^1.3.0", diff --git a/packages/package-json-dependency-updater/package.json b/packages/package-json-dependency-updater/package.json index 019ddc27c0..633fb6baac 100644 --- a/packages/package-json-dependency-updater/package.json +++ b/packages/package-json-dependency-updater/package.json @@ -33,7 +33,7 @@ }, "devDependencies": { "@tsconfig/node16": "^1.0.3", - "@types/glob": "^8.0.0", + "@types/glob": "^8.0.1", "@types/semver": "^7.3.13", "@types/yarnpkg__lockfile": "^1.1.5" } diff --git a/yarn.lock b/yarn.lock index baee212492..99b09d747c 100644 --- a/yarn.lock +++ b/yarn.lock @@ -146,12 +146,12 @@ integrity sha512-XO7gESt5ouv/LRJdrVjkShckw6STTaB7l9BrpBaAHDeF5YZT+01PCwmR0SJHnkW6i8OwW/EVWRShfi4j2x+KQw== "@babel/helpers@^7.20.7": - version "7.20.7" - resolved "https://registry.npmjs.org/@babel/helpers/-/helpers-7.20.7.tgz#04502ff0feecc9f20ecfaad120a18f011a8e6dce" - integrity sha512-PBPjs5BppzsGaxHQCDKnZ6Gd9s6xl8bBCluz3vEInLGRJmnZan4F6BYCeqtyXqkk4W5IlPmjK4JlOuZkpJ3xZA== + version "7.20.13" + resolved "https://registry.npmjs.org/@babel/helpers/-/helpers-7.20.13.tgz#e3cb731fb70dc5337134cadc24cbbad31cc87ad2" + integrity sha512-nzJ0DWCL3gB5RCXbUO3KIMMsBY2Eqbx8mBpKGE/02PgyRQFcPQLbkQ1vyy596mZLaP+dAfD+R4ckASzNVmW3jg== dependencies: "@babel/template" "^7.20.7" - "@babel/traverse" "^7.20.7" + "@babel/traverse" "^7.20.13" "@babel/types" "^7.20.7" "@babel/highlight@^7.10.4", "@babel/highlight@^7.18.6": @@ -163,10 +163,10 @@ chalk "^2.0.0" js-tokens "^4.0.0" -"@babel/parser@^7.1.0", "@babel/parser@^7.14.7", "@babel/parser@^7.20.7": - version "7.20.7" - resolved "https://registry.npmjs.org/@babel/parser/-/parser-7.20.7.tgz#66fe23b3c8569220817d5feb8b9dcdc95bb4f71b" - integrity sha512-T3Z9oHybU+0vZlY9CiDSJQTD5ZapcW18ZctFMi0MOAl/4BjFF4ul7NVSARLdbGO5vDqy9eQiGTV0LtKfvCYvcg== +"@babel/parser@^7.1.0", "@babel/parser@^7.14.7", "@babel/parser@^7.20.13", "@babel/parser@^7.20.7": + version "7.20.13" + resolved "https://registry.npmjs.org/@babel/parser/-/parser-7.20.13.tgz#ddf1eb5a813588d2fb1692b70c6fce75b945c088" + integrity sha512-gFDLKMfpiXCsjt4za2JA9oTMn70CeseCehb11kRZgvd7+F67Hih3OHOK24cRrWECJ/ljfPGac6ygXAs/C8kIvw== "@babel/plugin-syntax-async-generators@^7.8.4": version "7.8.4" @@ -267,9 +267,9 @@ "@babel/helper-plugin-utils" "^7.19.0" "@babel/runtime@^7.3.1", "@babel/runtime@^7.4.4", "@babel/runtime@^7.5.5", "@babel/runtime@^7.8.3", "@babel/runtime@^7.8.7": - version "7.20.7" - resolved "https://registry.npmjs.org/@babel/runtime/-/runtime-7.20.7.tgz#fcb41a5a70550e04a7b708037c7c32f7f356d8fd" - integrity sha512-UF0tvkUtxwAgZ5W/KrkHf0Rn0fdnLDU9ScxBrEVNUprE/MzirjK4MJUX1/BVDv00Sv8cljtukVK1aky++X1SjQ== + version "7.20.13" + resolved "https://registry.npmjs.org/@babel/runtime/-/runtime-7.20.13.tgz#7055ab8a7cff2b8f6058bf6ae45ff84ad2aded4b" + integrity sha512-gt3PKXs0DBoL9xCvOIIZ2NEqAGZqHjAnmVbfQtB620V0uReIQutpel14KcneZuer7UioY8ALKZ7iocavvzTNFA== dependencies: regenerator-runtime "^0.13.11" @@ -282,10 +282,10 @@ "@babel/parser" "^7.20.7" "@babel/types" "^7.20.7" -"@babel/traverse@^7.20.10", "@babel/traverse@^7.20.12", "@babel/traverse@^7.20.7", "@babel/traverse@^7.7.2": - version "7.20.12" - resolved "https://registry.npmjs.org/@babel/traverse/-/traverse-7.20.12.tgz#7f0f787b3a67ca4475adef1f56cb94f6abd4a4b5" - integrity sha512-MsIbFN0u+raeja38qboyF8TIT7K0BFzz/Yd/77ta4MsUsmP2RAnidIlwq7d5HFQrH/OZJecGV6B71C4zAgpoSQ== +"@babel/traverse@^7.20.10", "@babel/traverse@^7.20.12", "@babel/traverse@^7.20.13", "@babel/traverse@^7.7.2": + version "7.20.13" + resolved "https://registry.npmjs.org/@babel/traverse/-/traverse-7.20.13.tgz#817c1ba13d11accca89478bd5481b2d168d07473" + integrity sha512-kMJXfF0T6DIS9E8cgdLCSAL+cuCK+YEZHWiLK0SXpTo8YRj5lpJu3CDNKiIBCne4m9hhTIqUg6SYTAI39tAiVQ== dependencies: "@babel/code-frame" "^7.18.6" "@babel/generator" "^7.20.7" @@ -293,7 +293,7 @@ "@babel/helper-function-name" "^7.19.0" "@babel/helper-hoist-variables" "^7.18.6" "@babel/helper-split-export-declaration" "^7.18.6" - "@babel/parser" "^7.20.7" + "@babel/parser" "^7.20.13" "@babel/types" "^7.20.7" debug "^4.1.0" globals "^11.1.0" @@ -312,7 +312,7 @@ resolved "https://registry.npmjs.org/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39" integrity sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw== -"@cspell/cspell-bundled-dicts@6.19.2": +"@cspell/cspell-bundled-dicts@6.19.2", "@cspell/cspell-bundled-dicts@^6.19.2": version "6.19.2" resolved "https://registry.npmjs.org/@cspell/cspell-bundled-dicts/-/cspell-bundled-dicts-6.19.2.tgz#8333b8bfa68bda4e55e02c7688047f5ff2c6f231" integrity sha512-dbzMGK1JHRTUJ8Pkw/EYbj02RMYhM1/vfrAzgRpqogj83m0cfBC/0IHELkVIl3taC1KdFZ1XHXPp7310LZ6+ww== @@ -363,57 +363,6 @@ "@cspell/dict-typescript" "^3.1.0" "@cspell/dict-vue" "^3.0.0" -"@cspell/cspell-bundled-dicts@^6.18.1": - version "6.18.1" - resolved "https://registry.npmjs.org/@cspell/cspell-bundled-dicts/-/cspell-bundled-dicts-6.18.1.tgz#c332852f67f72e2710ad2abe200367384db92e61" - integrity sha512-3rGSZ5brzt9KFCoa1QVna8SiYnYzB8hqQyrWjtoJhV5SWjD4MpBtNt2xm5JtfNONWHeiHvkpPHasXjJvYXwDNg== - dependencies: - "@cspell/dict-ada" "^4.0.1" - "@cspell/dict-aws" "^3.0.0" - "@cspell/dict-bash" "^4.1.1" - "@cspell/dict-companies" "^3.0.5" - "@cspell/dict-cpp" "^4.0.1" - "@cspell/dict-cryptocurrencies" "^3.0.1" - "@cspell/dict-csharp" "^4.0.2" - "@cspell/dict-css" "^4.0.1" - "@cspell/dict-dart" "^2.0.1" - "@cspell/dict-django" "^4.0.1" - "@cspell/dict-docker" "^1.1.4" - "@cspell/dict-dotnet" "^4.0.1" - "@cspell/dict-elixir" "^4.0.1" - "@cspell/dict-en-gb" "1.1.33" - "@cspell/dict-en_us" "^4.1.2" - "@cspell/dict-filetypes" "^3.0.0" - "@cspell/dict-fonts" "^3.0.0" - "@cspell/dict-fullstack" "^3.0.0" - "@cspell/dict-gaming-terms" "^1.0.3" - "@cspell/dict-git" "^2.0.0" - "@cspell/dict-golang" "^5.0.1" - "@cspell/dict-haskell" "^4.0.1" - "@cspell/dict-html" "^4.0.2" - "@cspell/dict-html-symbol-entities" "^4.0.0" - "@cspell/dict-java" "^5.0.3" - "@cspell/dict-k8s" "^1.0.0" - "@cspell/dict-latex" "^3.1.0" - "@cspell/dict-lorem-ipsum" "^3.0.0" - "@cspell/dict-lua" "^3.0.0" - "@cspell/dict-node" "^4.0.2" - "@cspell/dict-npm" "^5.0.2" - "@cspell/dict-php" "^3.0.4" - "@cspell/dict-powershell" "^3.0.0" - "@cspell/dict-public-licenses" "^2.0.1" - "@cspell/dict-python" "^4.0.1" - "@cspell/dict-r" "^2.0.1" - "@cspell/dict-ruby" "^3.0.0" - "@cspell/dict-rust" "^3.0.0" - "@cspell/dict-scala" "^3.0.0" - "@cspell/dict-software-terms" "^3.0.7" - "@cspell/dict-sql" "^2.0.1" - "@cspell/dict-svelte" "^1.0.1" - "@cspell/dict-swift" "^2.0.1" - "@cspell/dict-typescript" "^3.1.0" - "@cspell/dict-vue" "^3.0.0" - "@cspell/cspell-pipe@6.19.2": version "6.19.2" resolved "https://registry.npmjs.org/@cspell/cspell-pipe/-/cspell-pipe-6.19.2.tgz#3fb0e60a7fa32e77c77f0e638d36aa3c72aa5dd7" @@ -424,16 +373,11 @@ resolved "https://registry.npmjs.org/@cspell/cspell-service-bus/-/cspell-service-bus-6.19.2.tgz#13a00bd6239cb5c4b6e983da5a42e9bbb195edc3" integrity sha512-PVv8q1y2KtuYIXd7tbWujJHNrIgd93k5aOEB9ffIMrrw1MhDFnuuB1l4rDN83zykLlab2dWPU29zhaGnH/EtMw== -"@cspell/cspell-types@6.19.2": +"@cspell/cspell-types@6.19.2", "@cspell/cspell-types@^6.19.2": version "6.19.2" resolved "https://registry.npmjs.org/@cspell/cspell-types/-/cspell-types-6.19.2.tgz#de6842f1866aa6bdcb846954a8720b86d78aa8b0" integrity sha512-Eyivx0MAuYdOAOXrNC/oksMx5QL9NBi9Vvb+7CWPJSFk7p66B5sjcxAz6ujZcQ1WVBLoAqL75BoIqF+lgma9aA== -"@cspell/cspell-types@^6.18.1": - version "6.18.1" - resolved "https://registry.npmjs.org/@cspell/cspell-types/-/cspell-types-6.18.1.tgz#5a63afccf0ff839533dcffe65e0a9e34c7390f5a" - integrity sha512-5X+ABUMPrCoCjQvbqb/HeCoNiSgUrJhR9O4tSlMU5/z0NRNLFSyjf+3LE6ZU2+kdwNU7tmYCr+cbCpb3UKpvQQ== - "@cspell/dict-ada@^4.0.1": version "4.0.1" resolved "https://registry.npmjs.org/@cspell/dict-ada/-/dict-ada-4.0.1.tgz#214c91445eab16bd3fe10da5517f95bf2c90fe5f" @@ -449,7 +393,7 @@ resolved "https://registry.npmjs.org/@cspell/dict-bash/-/dict-bash-4.1.1.tgz#fe28016096f44d4a09fe4c5bcaf6fa40f33d98c6" integrity sha512-8czAa/Mh96wu2xr0RXQEGMTBUGkTvYn/Pb0o+gqOO1YW+poXGQc3gx0YPqILDryP/KCERrNvkWUJz3iGbvwC2A== -"@cspell/dict-companies@^3.0.5", "@cspell/dict-companies@^3.0.6": +"@cspell/dict-companies@^3.0.6": version "3.0.6" resolved "https://registry.npmjs.org/@cspell/dict-companies/-/dict-companies-3.0.6.tgz#59d016afcdb27a4a88749a56475bf790ec175dc0" integrity sha512-6rWuwZxPisn/MP41DzBtChVgbz9b6HSjBH3X0s3k7zlBaxrw6xFAZGKH9KGFSPTiV+WD9j+IIn2/ITXERGjNLA== @@ -469,7 +413,7 @@ resolved "https://registry.npmjs.org/@cspell/dict-csharp/-/dict-csharp-4.0.2.tgz#e55659dbe594e744d86b1baf0f3397fe57b1e283" integrity sha512-1JMofhLK+4p4KairF75D3A924m5ERMgd1GvzhwK2geuYgd2ZKuGW72gvXpIV7aGf52E3Uu1kDXxxGAiZ5uVG7g== -"@cspell/dict-css@^4.0.1", "@cspell/dict-css@^4.0.2": +"@cspell/dict-css@^4.0.2": version "4.0.2" resolved "https://registry.npmjs.org/@cspell/dict-css/-/dict-css-4.0.2.tgz#0691622a931a8f3e18d94f006669ba12619f0f62" integrity sha512-0NxBcB36b1Jy23Tf5YLrD8+PvBhE3FgBci3rwtw2DEqVigEX6uodecfoh9I4kcU8PZlVsDujrUfwgzYCWh/feQ== @@ -484,7 +428,7 @@ resolved "https://registry.npmjs.org/@cspell/dict-django/-/dict-django-4.0.1.tgz#97009b98bb1bef56a022416b08da8f523d1a4ab6" integrity sha512-q3l7OH39qzeN2Y64jpY39SEAqki5BUzPTypnhzM40yT+LOGSWqSh9Ix5UecejtXPDVrD8vML+m7Bp5070h52HQ== -"@cspell/dict-docker@^1.1.4", "@cspell/dict-docker@^1.1.5": +"@cspell/dict-docker@^1.1.5": version "1.1.5" resolved "https://registry.npmjs.org/@cspell/dict-docker/-/dict-docker-1.1.5.tgz#925a0c5c3c888038acfc0785e363d32aee05d524" integrity sha512-SNEohOScQ+0+y9dp/jKTx60OOJQrf5es5BJ32gh5Ck3jKXNo4wd9KLgPOmQMUpencb5SGjrBsC4rr1fyfCwytg== @@ -504,7 +448,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@^4.1.2", "@cspell/dict-en_us@^4.2.0": +"@cspell/dict-en_us@^4.2.0": version "4.2.0" resolved "https://registry.npmjs.org/@cspell/dict-en_us/-/dict-en_us-4.2.0.tgz#21489afca8af70533a815de0d83a2dbe85d6e6f4" integrity sha512-n5hz8vQ6FAp4f+ZW/raN/f4G69V1LrhNZ7kgXM+Nirmkrz16oXmd1defTulbd7yf2T2XU8DmsrTnkuRG9mSQKw== @@ -519,12 +463,12 @@ resolved "https://registry.npmjs.org/@cspell/dict-fonts/-/dict-fonts-3.0.0.tgz#af2755305fbd62fb55a8515989a29f6e58aff9c9" integrity sha512-zTZni0AbwBVG1MKA0WpwPyIJPVF+gp6neXDQzHcu4RUnuQ4uDu0PVEuZjGHCJWwwFoR5JmkqZxVSg1y3ufJODA== -"@cspell/dict-fullstack@^3.0.0", "@cspell/dict-fullstack@^3.1.1": +"@cspell/dict-fullstack@^3.1.1": version "3.1.1" resolved "https://registry.npmjs.org/@cspell/dict-fullstack/-/dict-fullstack-3.1.1.tgz#d1d35fd104fe6e0396ee3066f1c4164ce180dad1" integrity sha512-w2n3QvqEiufmvlBuNduury/pySrhfOcWFfCvvpUXTJvWbfRVGkt6ANZuTuy3/7Z2q4GYUqsd139te4Q8m0jRHQ== -"@cspell/dict-gaming-terms@^1.0.3", "@cspell/dict-gaming-terms@^1.0.4": +"@cspell/dict-gaming-terms@^1.0.4": version "1.0.4" resolved "https://registry.npmjs.org/@cspell/dict-gaming-terms/-/dict-gaming-terms-1.0.4.tgz#b67d89d014d865da6cb40de4269d4c162a00658e" integrity sha512-hbDduNXlk4AOY0wFxcDMWBPpm34rpqJBeqaySeoUH70eKxpxm+dvjpoRLJgyu0TmymEICCQSl6lAHTHSDiWKZg== @@ -554,7 +498,7 @@ resolved "https://registry.npmjs.org/@cspell/dict-html/-/dict-html-4.0.2.tgz#36bf81aea239fc92e277875f249b3d784e7fdeb7" integrity sha512-BskOE2K3AtGLkcjdJmo+H6/fjdfDP4XYAsEGXpB26rvdnXAnGEstE/Q8Do6UfJCvgOVYCpdUZLcMIEpoTy7QhQ== -"@cspell/dict-java@^5.0.3", "@cspell/dict-java@^5.0.4": +"@cspell/dict-java@^5.0.4": version "5.0.4" resolved "https://registry.npmjs.org/@cspell/dict-java/-/dict-java-5.0.4.tgz#a5bf80474bbe10966c13701c0eab751ae959d5e7" integrity sha512-43VrLOLcBxavv6eyL4BpsnHrhVOgyYYeJqQRJG5XKObcpWy3+Lpadj58CfTVOr7M/Je3pUpd4tvsUhf/lWXMVA== @@ -574,11 +518,6 @@ resolved "https://registry.npmjs.org/@cspell/dict-lorem-ipsum/-/dict-lorem-ipsum-3.0.0.tgz#c6347660fcab480b47bdcaec3b57e8c3abc4af68" integrity sha512-msEV24qEpzWZs2kcEicqYlhyBpR0amfDkJOs+iffC07si9ftqtQ+yP3lf1VFLpgqw3SQh1M1vtU7RD4sPrNlcQ== -"@cspell/dict-lua@^3.0.0": - version "3.0.0" - resolved "https://registry.npmjs.org/@cspell/dict-lua/-/dict-lua-3.0.0.tgz#f90898cfa19610c7e228b4d5ba8fdeed55b0f4cf" - integrity sha512-WOhSCgS5wMxkGQJ8siB90iTB9ElquJB7FeqYSbJqqs6cUwH8G7MM/CEDPL6h7vCo0+v3GuxQ8yKWDSUcUhz9Lg== - "@cspell/dict-lua@^4.0.0": version "4.0.0" resolved "https://registry.npmjs.org/@cspell/dict-lua/-/dict-lua-4.0.0.tgz#5c56f3543ace8951c72e7ff3982917d120a6cd23" @@ -589,7 +528,7 @@ resolved "https://registry.npmjs.org/@cspell/dict-node/-/dict-node-4.0.2.tgz#9e5f64d882568fdd2a2243542d1263dbbb87c53a" integrity sha512-FEQJ4TnMcXEFslqBQkXa5HposMoCGsiBv2ux4IZuIXgadXeHKHUHk60iarWpjhzNzQLyN2GD7NoRMd12bK3Llw== -"@cspell/dict-npm@^5.0.2", "@cspell/dict-npm@^5.0.3": +"@cspell/dict-npm@^5.0.3": version "5.0.3" resolved "https://registry.npmjs.org/@cspell/dict-npm/-/dict-npm-5.0.3.tgz#f1118168fb20bf1a3a2e02187dfffb90cd15def5" integrity sha512-fEX67zIJISbS3gXVk/y/ZUvDIVtjc/CYJK7Mz0iTVrmlCKnLiD41lApe8v4g/12eE7hLfx/sfCXDrUWyzXVq1A== @@ -599,11 +538,6 @@ resolved "https://registry.npmjs.org/@cspell/dict-php/-/dict-php-3.0.4.tgz#32f25137a41c264886256a5b296e92224b0170b9" integrity sha512-QX6zE/ZfnT3O5lSwV8EPVh8Va39ds34gSNNR8I4GWiuDpKcTkZPFi4OLoP3Tlhbl/3G0Ha35OkSDLvZfu8mnkA== -"@cspell/dict-powershell@^3.0.0": - version "3.0.0" - resolved "https://registry.npmjs.org/@cspell/dict-powershell/-/dict-powershell-3.0.0.tgz#b39fb6d918ac33317176f0d59ee85accbc1dbfcd" - integrity sha512-pkztY9Ak4oc33q+Qxcn9/CTOKo4N8YIRRE6v67WwQOncA5QIJfcOPUrjfR3Z8SpzElXhu3s9qtWWSqbCy6qmcA== - "@cspell/dict-powershell@^4.0.0": version "4.0.0" resolved "https://registry.npmjs.org/@cspell/dict-powershell/-/dict-powershell-4.0.0.tgz#7d89e7afca056734925c2c847c0095f15bd1dd4e" @@ -624,47 +558,32 @@ resolved "https://registry.npmjs.org/@cspell/dict-r/-/dict-r-2.0.1.tgz#73474fb7cce45deb9094ebf61083fbf5913f440a" integrity sha512-KCmKaeYMLm2Ip79mlYPc8p+B2uzwBp4KMkzeLd5E6jUlCL93Y5Nvq68wV5fRLDRTf7N1LvofkVFWfDcednFOgA== -"@cspell/dict-ruby@^3.0.0": - version "3.0.0" - resolved "https://registry.npmjs.org/@cspell/dict-ruby/-/dict-ruby-3.0.0.tgz#32ce796a85930080acc4883e83f9d36ba7995a6c" - integrity sha512-sA98T8Y1Pmq3RStVkO14E8vTWkq6JUn8c8PldiMyYgV0yfQgwhQfFAzlSfF3Gg2B0VkIdqt2et2SPN7f9wp7fQ== - "@cspell/dict-ruby@^4.0.1": version "4.0.1" resolved "https://registry.npmjs.org/@cspell/dict-ruby/-/dict-ruby-4.0.1.tgz#31adc6cb6f0ca91e7a045a4c1279715b67ff1265" integrity sha512-p9nLDsffPadPLLwdLQj4Gk0IsZ64iCSxnSCaeFXslFiD17FtJVh1YMHP7KE9M73u22Hprq+a1Yw25/xp6Tkt3g== -"@cspell/dict-rust@^3.0.0": - version "3.0.0" - resolved "https://registry.npmjs.org/@cspell/dict-rust/-/dict-rust-3.0.0.tgz#8170fd9300bab7296822c908296f54acddc56a44" - integrity sha512-L1T1IBsYJZVDmfOGAbVLcpc6arWxRRCSJYvHSwEDBGrNuMyJ4jx/NvBEz5crcKf4vVKgwVlXgzQlJJZ8AVxU9w== - "@cspell/dict-rust@^4.0.0": version "4.0.0" resolved "https://registry.npmjs.org/@cspell/dict-rust/-/dict-rust-4.0.0.tgz#23fb18bb6c97c61b6ba382c8a7c76fae9d12fe92" integrity sha512-nzJsgLR6/JXtM41Cr5FG89r8sBKW6aFjvCqPxeaBJYLAL0JuvsVUcd16rW2lTsdbx5J8yUQDD7mgCZFk6merJQ== -"@cspell/dict-scala@^3.0.0": - version "3.0.0" - resolved "https://registry.npmjs.org/@cspell/dict-scala/-/dict-scala-3.0.0.tgz#4e74d4638208dd73beae718c3dc0eb8a171fa794" - integrity sha512-sIiCQDIMMnNns/fzD61z5npbh5pypaKq07Orqe0+eRfdQpika8iRSGUGFHVbtdd1JzB1DyTCV2e8OwdaQiXqJQ== - "@cspell/dict-scala@^4.0.0": version "4.0.0" resolved "https://registry.npmjs.org/@cspell/dict-scala/-/dict-scala-4.0.0.tgz#8901f40a00f801000245e932176e4718cedfb552" integrity sha512-ugdjt66/Ah34yF3u3DUNjCHXnBqIuxUUfdeBobbGxfm29CNgidrISV1NUh+xi8tPynMzSTpGbBiArFBH6on5XQ== -"@cspell/dict-software-terms@^3.0.7", "@cspell/dict-software-terms@^3.1.0": - version "3.1.0" - resolved "https://registry.npmjs.org/@cspell/dict-software-terms/-/dict-software-terms-3.1.0.tgz#1928ef6c459fa89e71391a3c686c2812fef437a7" - integrity sha512-KQVpHmuGJprkriClbwTf1TfCjkCkS+GqLBO8ytltmYylCHZumJMfA3sM10e3zmsVIlungrtNLG9xz5opIdm/2A== +"@cspell/dict-software-terms@^3.1.0": + version "3.1.1" + resolved "https://registry.npmjs.org/@cspell/dict-software-terms/-/dict-software-terms-3.1.1.tgz#659b74ee51a04b034d0e40a67c03b2d886113617" + integrity sha512-11vzKnocWDEUnwh03ea5Pr0vfMkGgUvDsAAjNQmnXVzDMYIjPVbttrRy54pEfBv0/RxtDFR0lDKFUAcdyjPX2w== "@cspell/dict-sql@^2.0.1": version "2.0.1" resolved "https://registry.npmjs.org/@cspell/dict-sql/-/dict-sql-2.0.1.tgz#60177b82fb0ddfc0d63b0f6268e33f69627a9347" integrity sha512-7fvVcvy751cl31KMD5j04yMGq2UKj018/1hx3FNtdUI9UuUTMvhBrTAqHEEemR3ZeIC9i/5p5SQjwQ13bn04qw== -"@cspell/dict-svelte@^1.0.1", "@cspell/dict-svelte@^1.0.2": +"@cspell/dict-svelte@^1.0.2": version "1.0.2" resolved "https://registry.npmjs.org/@cspell/dict-svelte/-/dict-svelte-1.0.2.tgz#0c866b08a7a6b33bbc1a3bdbe6a1b484ca15cdaa" integrity sha512-rPJmnn/GsDs0btNvrRBciOhngKV98yZ9SHmg8qI6HLS8hZKvcXc0LMsf9LLuMK1TmS2+WQFAan6qeqg6bBxL2Q== @@ -1111,12 +1030,12 @@ integrity sha512-yOlFc+7UtL/89t2ZhjPvvB/DeAr3r+Dq58IgzsFkOAvVC6NMJXmCGjbptdXdR9qsX7pKcTL+s87FtYREi2dEEQ== "@types/babel__core@^7.1.14": - version "7.1.20" - resolved "https://registry.npmjs.org/@types/babel__core/-/babel__core-7.1.20.tgz#e168cdd612c92a2d335029ed62ac94c95b362359" - integrity sha512-PVb6Bg2QuscZ30FvOU7z4guG6c926D9YRvOxEaelzndpMsvP+YM74Q/dAFASpg2l6+XLalxSGxcq/lrgYWZtyQ== + version "7.20.0" + resolved "https://registry.npmjs.org/@types/babel__core/-/babel__core-7.20.0.tgz#61bc5a4cae505ce98e1e36c5445e4bee060d8891" + integrity sha512-+n8dL/9GWblDO0iU6eZAwEIJVr5DWigtle+Q6HLOrh/pdbXOhOtqzq8VPPE2zvNJzSKY4vH/z3iT3tn0A3ypiQ== dependencies: - "@babel/parser" "^7.1.0" - "@babel/types" "^7.0.0" + "@babel/parser" "^7.20.7" + "@babel/types" "^7.20.7" "@types/babel__generator" "*" "@types/babel__template" "*" "@types/babel__traverse" "*" @@ -1246,12 +1165,12 @@ "@types/jsonfile" "*" "@types/node" "*" -"@types/glob@^8.0.0": - version "8.0.0" - resolved "https://registry.npmjs.org/@types/glob/-/glob-8.0.0.tgz#321607e9cbaec54f687a0792b2d1d370739455d2" - integrity sha512-l6NQsDDyQUVeoTynNpC9uRvCUint/gSUXQA2euwmTuWGvPY5LSDUu6tkCtJB2SvGQlJQzLaKqcGZP4//7EDveA== +"@types/glob@^8.0.1": + version "8.0.1" + resolved "https://registry.npmjs.org/@types/glob/-/glob-8.0.1.tgz#6e3041640148b7764adf21ce5c7138ad454725b0" + integrity sha512-8bVUjXZvJacUFkJXHdyZ9iH1Eaj5V7I8c4NdH5sQJsdXkqT4CA5Dhb4yb4VE/3asyx4L9ayZr1NIhTsWHczmMw== dependencies: - "@types/minimatch" "*" + "@types/minimatch" "^5.1.2" "@types/node" "*" "@types/graceful-fs@^4.1.3": @@ -1299,10 +1218,10 @@ dependencies: "@types/jest" "*" -"@types/jest@*", "@types/jest@^29.2.5": - version "29.2.5" - resolved "https://registry.npmjs.org/@types/jest/-/jest-29.2.5.tgz#c27f41a9d6253f288d1910d3c5f09484a56b73c0" - integrity sha512-H2cSxkKgVmqNHXP7TC2L/WUorrZu8ZigyRywfVzv6EyBlxj39n4C00hjXYQWsbwqgElaj/CiAeSRmk5GoaKTgw== +"@types/jest@*", "@types/jest@^29.2.6": + version "29.2.6" + resolved "https://registry.npmjs.org/@types/jest/-/jest-29.2.6.tgz#1d43c8e533463d0437edef30b2d45d5aa3d95b0a" + integrity sha512-XEUC/Tgw3uMh6Ho8GkUtQ2lPhY5Fmgyp3TdlkTJs1W9VgNxs+Ow/x3Elh8lHQKqCbZL0AubQuqWjHVT033Hhrw== dependencies: expect "^29.0.0" pretty-format "^29.0.0" @@ -1338,7 +1257,7 @@ resolved "https://registry.npmjs.org/@types/mime/-/mime-3.0.1.tgz#5f8f2bca0a5863cb69bc0b0acd88c96cb1d4ae10" integrity sha512-Y4XFY5VJAuw0FgAqPNd6NNoV44jbq9Bz2L7Rh/J6jLTiHBSBJa9fxqQIvkIld4GsoDOcCbvzOUAbLPsSKKg+uA== -"@types/minimatch@*": +"@types/minimatch@^5.1.2": version "5.1.2" resolved "https://registry.npmjs.org/@types/minimatch/-/minimatch-5.1.2.tgz#07508b45797cb81ec3f273011b054cd0755eddca" integrity sha512-K0VQKziLUWkVKiRVrx4a40iPaxTUefQmjtkQofBkYRcoaaL/8rhwDWww9qWbrgicNOgnpIsMxyNIUM4+n6dUIA== @@ -1394,10 +1313,10 @@ dependencies: "@types/react" "*" -"@types/react@*", "@types/react@^17", "@types/react@^17.0.44", "@types/react@^17.0.52": - version "17.0.52" - resolved "https://registry.npmjs.org/@types/react/-/react-17.0.52.tgz#10d8b907b5c563ac014a541f289ae8eaa9bf2e9b" - integrity sha512-vwk8QqVODi0VaZZpDXQCmEmiOuyjEFPY7Ttaw5vjM112LOq37yz1CDJGrRJwA1fYEq4Iitd5rnjd1yWAc/bT+A== +"@types/react@*", "@types/react@^17", "@types/react@^17.0.44", "@types/react@^17.0.53": + version "17.0.53" + resolved "https://registry.npmjs.org/@types/react/-/react-17.0.53.tgz#10d4d5999b8af3d6bc6a9369d7eb953da82442ab" + integrity sha512-1yIpQR2zdYu1Z/dc1OxC+MA6GR240u3gcnP4l6mvj/PJiVaqHsQPmWttsvHsfnhfPbU2FuGmo0wSITPygjBmsw== dependencies: "@types/prop-types" "*" "@types/scheduler" "*" @@ -1470,9 +1389,9 @@ integrity sha512-iO9ZQHkZxHn4mSakYV0vFHAVDyEOIJQrV2uZ06HxEPcx+mt8swXoZHIbaaJ2crJYFfErySgktuTZ3BeLz+XmFA== "@types/yargs@^17.0.8": - version "17.0.19" - resolved "https://registry.npmjs.org/@types/yargs/-/yargs-17.0.19.tgz#8dbecdc9ab48bee0cb74f6e3327de3fa0d0c98ae" - integrity sha512-cAx3qamwaYX9R0fzOIZAlFpo4A+1uBVCxqpKz9D26uTF4srRXaGTTsikQmaotCtNdbhzyUH7ft6p9ktz9s6UNQ== + version "17.0.20" + resolved "https://registry.npmjs.org/@types/yargs/-/yargs-17.0.20.tgz#107f0fcc13bd4a524e352b41c49fe88aab5c54d5" + integrity sha512-eknWrTHofQuPk2iuqDm1waA7V6xPlbgBoaaXEgYkClhLOnB0TtbW+srJaOToAgawPxPlHQzwypFA2bhZaUGP5A== dependencies: "@types/yargs-parser" "*" @@ -2222,9 +2141,9 @@ camelcase@^6.0.0, camelcase@^6.2.0: integrity sha512-Gmy6FhYlCY7uOElZUSbxo2UCDH8owEk996gkbrpsgGtrJLM3J7jGxl9Ic7Qwwj4ivOE5AWZWRMecDdF7hqGjFA== caniuse-lite@^1.0.30001400: - version "1.0.30001445" - resolved "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001445.tgz#cf2d4eb93f2bcdf0310de9dd6d18be271bc0b447" - integrity sha512-8sdQIdMztYmzfTMO6KfLny878Ln9c2M0fc7EH60IjlP4Dc4PiCy7K2Vl3ITmWgOyPgVQKa5x+UP/KqFsxj4mBg== + version "1.0.30001446" + resolved "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001446.tgz#6d4ba828ab19f49f9bcd14a8430d30feebf1e0c5" + integrity sha512-fEoga4PrImGcwUUGEol/PoFCSBnSkA9drgdkxXkJLsUBOnJ8rs3zDv6ApqYXGQFOyMPsjh79naWhF4DAxbF8rw== chai@^4.3.7: version "4.3.7" @@ -2339,9 +2258,9 @@ cjs-module-lexer@^1.0.0: integrity sha512-cOU9usZw8/dXIXKtwa8pM0OTJQuJkxMN6w30csNRUerHfeQ5R6U3kkU/FtJeIf3M202OHfY2U8ccInBG7/xogA== clean-css@^5.2.2: - version "5.3.1" - resolved "https://registry.npmjs.org/clean-css/-/clean-css-5.3.1.tgz#d0610b0b90d125196a2894d35366f734e5d7aa32" - integrity sha512-lCr8OHhiWCTw4v8POJovCoh4T7I9U11yVsPjMWWnnMmp9ZowCxyad1Pathle/9HjaDp+fdQKjO9fQydE6RHTZg== + version "5.3.2" + resolved "https://registry.npmjs.org/clean-css/-/clean-css-5.3.2.tgz#70ecc7d4d4114921f5d298349ff86a31a9975224" + integrity sha512-JVJbM+f3d3Q704rF4bqQ5UUyTtuJ0JRKNbTKVEeujCCBoMdkEi+V+e8oktO9qGQNSvHrFTM6JZRXrUvGR1czww== dependencies: source-map "~0.6.0" @@ -2581,7 +2500,7 @@ cspell-dictionary@6.19.2: fast-equals "^4.0.3" gensequence "^4.0.3" -cspell-gitignore@6.19.2, cspell-gitignore@^6.18.1: +cspell-gitignore@6.19.2, cspell-gitignore@^6.19.2: version "6.19.2" resolved "https://registry.npmjs.org/cspell-gitignore/-/cspell-gitignore-6.19.2.tgz#fc90615cb72c6d64d2cf9333ed284b755e251c45" integrity sha512-dPxGxakkBs5dmD+nCom6t74ejWsd6RJJkgs0sccPDFKULXAInjeKMeTraskYTg4wXqybbiuXCB2sOIdeQmNq6w== @@ -2589,7 +2508,7 @@ cspell-gitignore@6.19.2, cspell-gitignore@^6.18.1: cspell-glob "6.19.2" find-up "^5.0.0" -cspell-glob@6.19.2, cspell-glob@^6.18.1: +cspell-glob@6.19.2, cspell-glob@^6.19.2: version "6.19.2" resolved "https://registry.npmjs.org/cspell-glob/-/cspell-glob-6.19.2.tgz#787e06d0463019360668e72f2be28cf33d5d32f4" integrity sha512-raco5vbd3Exb1uQaD5Bn6aS0KpRbNM7etmn/Q2T2KSwhvH+DRSEMTAkSG3rb0+y0ixkA/Qspjt68QnYxsbFPmw== @@ -2612,7 +2531,7 @@ cspell-io@6.19.2: "@cspell/cspell-service-bus" "6.19.2" node-fetch "^2.6.8" -cspell-lib@6.19.2, cspell-lib@^6.18.1: +cspell-lib@6.19.2, cspell-lib@^6.19.2: version "6.19.2" resolved "https://registry.npmjs.org/cspell-lib/-/cspell-lib-6.19.2.tgz#80f7fd1967ae162479a528a2a114a1ed47bd091e" integrity sha512-phPyt68bKeTUZKdmnjke2ffnIJPaXLdiUFAeU0kMNk15ljkczjMR4J6WkgYCKc+SCNQjYJSS+z4nLbtQivqDxg== @@ -3591,9 +3510,9 @@ get-func-name@^2.0.0: integrity sha512-Hm0ixYtaSZ/V7C8FJrtZIuBBI+iSgL+1Aq82zSu8VQNB4S3Gk8e7Qs3VwBDJAhmRZcFqkl3tQu36g/Foh5I5ig== get-intrinsic@^1.0.2, get-intrinsic@^1.1.1, get-intrinsic@^1.1.3: - version "1.1.3" - resolved "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.1.3.tgz#063c84329ad93e83893c7f4f243ef63ffa351385" - integrity sha512-QJVz1Tj7MS099PevUG5jvnt9tSkXN8K14dxQlikJuPt4uD9hHAHjLyLBiLR5zELelBdD9QNRAXZzsJx0WaDL9A== + version "1.2.0" + resolved "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.2.0.tgz#7ad1dc0535f3a2904bba075772763e5051f6d05f" + integrity sha512-L049y6nFOuom5wGyRc3/gdTLO94dySVKRACj1RmJZBQXlbTMhtNIgkWkUHq+jYmZvKf14EW1EoJnnjbmoHij0Q== dependencies: function-bind "^1.1.1" has "^1.0.3" @@ -5086,10 +5005,10 @@ minimatch@^3.0.3, minimatch@^3.0.4, minimatch@^3.1.1, minimatch@^3.1.2: dependencies: brace-expansion "^1.1.7" -minimatch@^5.0.1, minimatch@^5.1.4: - version "5.1.4" - resolved "https://registry.npmjs.org/minimatch/-/minimatch-5.1.4.tgz#4e2d39d872684e97b309a9104251c3f1aa4e9d1c" - integrity sha512-U0iNYXt9wALljzfnGkhFSy5sAC6/SCR3JrHrlsdJz4kF8MvhTRQNiC59iUi1iqsitV7abrNAJWElVL9pdnoUgw== +minimatch@^5.0.1, minimatch@^5.1.6: + version "5.1.6" + resolved "https://registry.npmjs.org/minimatch/-/minimatch-5.1.6.tgz#1cfcb8cf5522ea69952cd2af95ae09477f122a96" + integrity sha512-lKwV/1brpG6mBUFHtb7NUmtABCb2WZZmm2wNiOA5hAb8VdCS4B3dtMWyvcoViccwAW/COERjXLt0zP1zXUN26g== dependencies: brace-expansion "^2.0.1" @@ -5690,9 +5609,9 @@ pump@^3.0.0: once "^1.3.1" punycode@^2.1.0: - version "2.2.0" - resolved "https://registry.npmjs.org/punycode/-/punycode-2.2.0.tgz#2092cc57cd2582c38e4e7e8bb869dc8d3148bc74" - integrity sha512-LN6QV1IJ9ZhxWTNdktaPClrNfp8xdSAYS0Zk2ddX7XsXZAxckMHPCBcHRo0cTcEIgYPRiGEkmji3Idkh2yFtYw== + version "2.3.0" + resolved "https://registry.npmjs.org/punycode/-/punycode-2.3.0.tgz#f67fa67c94da8f4d0cfff981aee4118064199b8f" + integrity sha512-rRV+zQD8tVFys26lAGR9WUuS4iUAngJScM+ZRSKtvl5tKeZ2t5bvdNFdNHBW9FWR4guGHlgmsZ1G7BSm2wTbuA== qs@6.11.0, qs@^6.9.1: version "6.11.0"