diff --git a/action-src/package.json b/action-src/package.json index 487e6fc08..e544310d9 100644 --- a/action-src/package.json +++ b/action-src/package.json @@ -40,8 +40,8 @@ "@octokit/core": "^3.6.0", "@octokit/plugin-rest-endpoint-methods": "^5.16.2", "@octokit/rest": "^18.12.0", - "cspell": "^6.4.1", - "cspell-glob": "^6.4.1", + "cspell": "^6.4.2", + "cspell-glob": "^6.4.2", "vscode-uri": "^3.0.3" } } diff --git a/action/node_modules/@cspell/cspell-bundled-dicts/cspell-default.config.js b/action/node_modules/@cspell/cspell-bundled-dicts/cspell-default.config.js index 30e0541f4..bff9f36cb 100644 --- a/action/node_modules/@cspell/cspell-bundled-dicts/cspell-default.config.js +++ b/action/node_modules/@cspell/cspell-bundled-dicts/cspell-default.config.js @@ -112,8 +112,8 @@ const settings = { '@cspell/dict-git/cspell-ext.json', '@cspell/dict-golang/cspell-ext.json', '@cspell/dict-haskell/cspell-ext.json', - '@cspell/dict-html/cspell-ext.json', '@cspell/dict-html-symbol-entities/cspell-ext.json', + '@cspell/dict-html/cspell-ext.json', '@cspell/dict-java/cspell-ext.json', '@cspell/dict-latex/cspell-ext.json', '@cspell/dict-lorem-ipsum/cspell-ext.json', @@ -128,6 +128,7 @@ const settings = { '@cspell/dict-ruby/cspell-ext.json', '@cspell/dict-rust/cspell-ext.json', '@cspell/dict-scala/cspell-ext.json', + '@cspell/dict-sql/cspell-ext.json', '@cspell/dict-software-terms/cspell-ext.json', '@cspell/dict-swift/cspell-ext.json', '@cspell/dict-typescript/cspell-ext.json', diff --git a/action/node_modules/@cspell/cspell-bundled-dicts/package.json b/action/node_modules/@cspell/cspell-bundled-dicts/package.json index 79dd45b2f..5b5dadc17 100644 --- a/action/node_modules/@cspell/cspell-bundled-dicts/package.json +++ b/action/node_modules/@cspell/cspell-bundled-dicts/package.json @@ -1,6 +1,6 @@ { "name": "@cspell/cspell-bundled-dicts", - "version": "6.4.1", + "version": "6.4.2", "description": "Dictionaries bundled with cspell", "publishConfig": { "access": "public" @@ -43,11 +43,11 @@ }, "homepage": "https://github.com/streetsidesoftware/cspell#readme", "dependencies": { - "@cspell/dict-ada": "^2.0.0", + "@cspell/dict-ada": "^2.0.1", "@cspell/dict-aws": "^2.0.0", "@cspell/dict-bash": "^2.0.4", "@cspell/dict-companies": "^2.0.7", - "@cspell/dict-cpp": "^3.2.0", + "@cspell/dict-cpp": "^3.2.1", "@cspell/dict-cryptocurrencies": "^2.0.0", "@cspell/dict-csharp": "^3.0.1", "@cspell/dict-css": "^2.0.0", @@ -58,7 +58,7 @@ "@cspell/dict-elixir": "^2.0.1", "@cspell/dict-en-gb": "^1.1.33", "@cspell/dict-en_us": "^2.3.0", - "@cspell/dict-filetypes": "^2.1.0", + "@cspell/dict-filetypes": "^2.1.1", "@cspell/dict-fonts": "^2.0.1", "@cspell/dict-fullstack": "^2.0.6", "@cspell/dict-git": "^1.0.1", @@ -71,16 +71,17 @@ "@cspell/dict-lorem-ipsum": "^2.0.0", "@cspell/dict-lua": "^2.0.0", "@cspell/dict-node": "^3.0.1", - "@cspell/dict-npm": "^3.0.1", + "@cspell/dict-npm": "^3.1.0", "@cspell/dict-php": "^2.0.0", "@cspell/dict-powershell": "^2.0.0", "@cspell/dict-public-licenses": "^1.0.5", "@cspell/dict-python": "^3.0.6", "@cspell/dict-r": "^1.0.3", - "@cspell/dict-ruby": "^2.0.1", + "@cspell/dict-ruby": "^2.0.2", "@cspell/dict-rust": "^2.0.1", "@cspell/dict-scala": "^2.0.0", - "@cspell/dict-software-terms": "^2.1.12", + "@cspell/dict-software-terms": "^2.2.0", + "@cspell/dict-sql": "^1.0.3", "@cspell/dict-swift": "^1.0.3", "@cspell/dict-typescript": "^2.0.1", "@cspell/dict-vue": "^2.0.2" @@ -89,8 +90,8 @@ "node": ">=14" }, "devDependencies": { - "@cspell/cspell-tools": "^6.4.1", - "@cspell/cspell-types": "^6.4.1" + "@cspell/cspell-tools": "^6.4.2", + "@cspell/cspell-types": "^6.4.2" }, - "gitHead": "578f97ba68078fb5f3284cf13abb06c518d8e1ad" + "gitHead": "1f7481fd7d6a561de92ba49870da6eb1441a9d20" } diff --git a/action/node_modules/@cspell/cspell-pipe/package.json b/action/node_modules/@cspell/cspell-pipe/package.json index 680930a92..48113ff14 100644 --- a/action/node_modules/@cspell/cspell-pipe/package.json +++ b/action/node_modules/@cspell/cspell-pipe/package.json @@ -3,7 +3,7 @@ "publishConfig": { "access": "public" }, - "version": "6.4.1", + "version": "6.4.2", "description": "Library to make working with Iterators/AsyncIterators easier.", "keywords": [ "cspell", @@ -93,9 +93,9 @@ "node": ">=14" }, "devDependencies": { - "@types/node": "^18.0.6", + "@types/node": "^18.6.1", "jest": "^28.1.3", "rimraf": "^3.0.2" }, - "gitHead": "578f97ba68078fb5f3284cf13abb06c518d8e1ad" + "gitHead": "1f7481fd7d6a561de92ba49870da6eb1441a9d20" } diff --git a/action/node_modules/@cspell/cspell-types/package.json b/action/node_modules/@cspell/cspell-types/package.json index fce5cb8fd..e30c86bbe 100644 --- a/action/node_modules/@cspell/cspell-types/package.json +++ b/action/node_modules/@cspell/cspell-types/package.json @@ -3,7 +3,7 @@ "publishConfig": { "access": "public" }, - "version": "6.4.1", + "version": "6.4.2", "description": "Types for cspell and cspell-lib", "type": "commonjs", "main": "dist/index.js", @@ -69,5 +69,5 @@ "ts-json-schema-generator": "^1.0.0", "typescript": "^4.7.4" }, - "gitHead": "578f97ba68078fb5f3284cf13abb06c518d8e1ad" + "gitHead": "1f7481fd7d6a561de92ba49870da6eb1441a9d20" } diff --git a/action/node_modules/@cspell/dict-companies/companies.txt.gz b/action/node_modules/@cspell/dict-companies/companies.txt.gz index 1c405ff84..fb16afc50 100644 Binary files a/action/node_modules/@cspell/dict-companies/companies.txt.gz and b/action/node_modules/@cspell/dict-companies/companies.txt.gz differ diff --git a/action/node_modules/@cspell/dict-companies/package.json b/action/node_modules/@cspell/dict-companies/package.json index afd02a501..7e18f342c 100644 --- a/action/node_modules/@cspell/dict-companies/package.json +++ b/action/node_modules/@cspell/dict-companies/package.json @@ -1,6 +1,6 @@ { "name": "@cspell/dict-companies", - "version": "2.0.7", + "version": "2.0.9", "description": "Company names dictionary for cspell.", "publishConfig": { "access": "public" @@ -38,5 +38,5 @@ "companies.txt.gz", "cspell-ext.json" ], - "gitHead": "8ddc057b66a16f494aae11b38ee0256ff55c52ec" + "gitHead": "aabd3ee644fc60f51b8fb3c2e7f4ad857d358ed3" } diff --git a/action/node_modules/@cspell/dict-software-terms/networkingTerms.txt.gz b/action/node_modules/@cspell/dict-software-terms/networkingTerms.txt.gz index c3e86b8d6..50cb40ac6 100644 Binary files a/action/node_modules/@cspell/dict-software-terms/networkingTerms.txt.gz and b/action/node_modules/@cspell/dict-software-terms/networkingTerms.txt.gz differ diff --git a/action/node_modules/@cspell/dict-software-terms/package.json b/action/node_modules/@cspell/dict-software-terms/package.json index 91d2bf11c..84ff6e594 100644 --- a/action/node_modules/@cspell/dict-software-terms/package.json +++ b/action/node_modules/@cspell/dict-software-terms/package.json @@ -1,6 +1,6 @@ { "name": "@cspell/dict-software-terms", - "version": "2.2.0", + "version": "2.2.1", "description": "Software terms dictionary for cspell.", "publishConfig": { "access": "public" @@ -42,5 +42,5 @@ "networkingTerms.txt.gz", "cspell-ext.json" ], - "gitHead": "db27b978a6716c05374a17df850858b1531f3e99" + "gitHead": "f4a35d63e2fda4031434213f4bbe78c34917746d" } diff --git a/action/node_modules/@cspell/dict-software-terms/softwareTerms.txt.gz b/action/node_modules/@cspell/dict-software-terms/softwareTerms.txt.gz index 6013d1cf8..b31439868 100644 Binary files a/action/node_modules/@cspell/dict-software-terms/softwareTerms.txt.gz and b/action/node_modules/@cspell/dict-software-terms/softwareTerms.txt.gz differ diff --git a/action/node_modules/@cspell/dict-sql/LICENSE b/action/node_modules/@cspell/dict-sql/LICENSE new file mode 100644 index 000000000..34ad4ac1f --- /dev/null +++ b/action/node_modules/@cspell/dict-sql/LICENSE @@ -0,0 +1,21 @@ +The MIT License (MIT) + +Copyright (c) 2017-2022 Jason Dent + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. diff --git a/action/node_modules/@cspell/dict-sql/README.md b/action/node_modules/@cspell/dict-sql/README.md new file mode 100644 index 000000000..7c20f7a54 --- /dev/null +++ b/action/node_modules/@cspell/dict-sql/README.md @@ -0,0 +1,48 @@ +# CSpell SQL Dictionary + +SQL dictionary for CSpell. + +This is a pre-built dictionary for use with CSpell. + +## Installation + +Global Install and add to CSpell global settings. + +```sh +npm install -g @cspell/dict-sql +cspell link add @cspell/dict-sql +``` + +## Uninstall from CSpell + +```sh +cspell link remove @cspell/dict-sql +``` + +## Manual Installation + +Manual installation is useful if you want to include this dictionary as part of your CI/CD lint process. + +``` +npm i @cspell/dict-sql +``` + +The `cspell-ext.json` file in this package should be added to the import section in your `cspell.json` file. + +```javascript +{ + // … + "import": ["@cspell/dict-sql/cspell-ext.json"], + // … +} +``` + +# Dictionary Development + +See: [How to Create a New Dictionary](https://github.com/streetsidesoftware/cspell-dicts#how-to-create-a-new-dictionary) + +## License + +MIT + +> Some packages may have other licenses included. diff --git a/action/node_modules/@cspell/dict-sql/cspell-ext.json b/action/node_modules/@cspell/dict-sql/cspell-ext.json new file mode 100644 index 000000000..959022103 --- /dev/null +++ b/action/node_modules/@cspell/dict-sql/cspell-ext.json @@ -0,0 +1,35 @@ +{ + "id": "sql", + "version": "0.2", + "name": "sql", + "description": "SQL dictionary for CSpell.", + "readonly": true, + "dictionaryDefinitions": [ + { + "name": "sql", + "path": "./sql.txt.gz", + "description": "SQL dictionary for CSpell." + } + ], + "patterns": [ + { + "name": "sql-hex-number", + "pattern": "/0x[a-f0-9]*/gi" + }, + { + "name": "sql-unicode-string-prefix", + "pattern": "/\\bN'/g" + } + ], + "dictionaries": [], + "languageSettings": [ + { + "languageId": "sql", + "locale": "*", + "patterns": [], + "dictionaries": ["sql"], + "ignoreRegExpList": ["sql-hex-number", "sql-unicode-string-prefix"], + "dictionaryDefinitions": [] + } + ] +} diff --git a/action/node_modules/@cspell/dict-sql/package.json b/action/node_modules/@cspell/dict-sql/package.json new file mode 100644 index 000000000..250001cb6 --- /dev/null +++ b/action/node_modules/@cspell/dict-sql/package.json @@ -0,0 +1,45 @@ +{ + "name": "@cspell/dict-sql", + "version": "1.0.3", + "description": "SQL dictionary for cspell.", + "publishConfig": { + "access": "public" + }, + "exports": { + ".": "./cspell-ext.json", + "./cspell": "./cspell-ext.json", + "./cspell-ext.json": "./cspell-ext.json" + }, + "scripts": { + "build": "cat source-files.txt | xargs cspell-tools-cli compile -M sql -o .", + "test": "yarn test-dict && yarn test-samples", + "test-dict": "head -n 1000 \"src/sql.txt\" | cspell -v -c ./cspell-ext.json \"--local=*\" \"--languageId=sql\" stdin", + "test-samples": "cspell \"samples/**\"", + "prepublishOnly": "echo pre-publish", + "prepare": "yarn run build" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/streetsidesoftware/cspell-dicts.git" + }, + "keywords": [ + "cspell", + "cspell-ext", + "sql", + "dictionary", + "spelling" + ], + "author": "Jason Dent", + "license": "MIT", + "bugs": { + "url": "https://github.com/streetsidesoftware/cspell-dicts/issues" + }, + "homepage": "https://github.com/streetsidesoftware/cspell-dicts/blob/main/dictionaries/sql#readme", + "files": [ + "sql.txt.gz", + "cspell-ext.json", + "*.js", + "*.d.ts" + ], + "gitHead": "42046d713c01b57e567ab80e56bc48b1c4e685df" +} diff --git a/action/node_modules/@cspell/dict-sql/sql.txt.gz b/action/node_modules/@cspell/dict-sql/sql.txt.gz new file mode 100644 index 000000000..ea9fddc0a Binary files /dev/null and b/action/node_modules/@cspell/dict-sql/sql.txt.gz differ diff --git a/action/node_modules/@types/node/README.md b/action/node_modules/@types/node/README.md index 1bf809713..245373ea7 100755 --- a/action/node_modules/@types/node/README.md +++ b/action/node_modules/@types/node/README.md @@ -8,7 +8,7 @@ This package contains type definitions for Node.js (https://nodejs.org/). Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node. ### Additional Details - * Last updated: Sun, 17 Jul 2022 21:02:29 GMT + * Last updated: Mon, 25 Jul 2022 03:02:21 GMT * Dependencies: none * Global values: `AbortController`, `AbortSignal`, `__dirname`, `__filename`, `console`, `exports`, `gc`, `global`, `module`, `process`, `require`, `structuredClone` diff --git a/action/node_modules/@types/node/package.json b/action/node_modules/@types/node/package.json index 667d4a5a9..76a4b968a 100755 --- a/action/node_modules/@types/node/package.json +++ b/action/node_modules/@types/node/package.json @@ -1,6 +1,6 @@ { "name": "@types/node", - "version": "18.0.6", + "version": "18.6.1", "description": "TypeScript definitions for Node.js", "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node", "license": "MIT", @@ -220,6 +220,6 @@ }, "scripts": {}, "dependencies": {}, - "typesPublisherContentHash": "66f1b140a3a1f77d215036a5818c51674db9998bb96d0ae9b251d09f2825200e", + "typesPublisherContentHash": "44e628c188a3b958cbf3478d419ce6106d591da55cf4b80f1d8dffa1caae8bf2", "typeScriptVersion": "4.0" } \ No newline at end of file diff --git a/action/node_modules/cspell-gitignore/package.json b/action/node_modules/cspell-gitignore/package.json index 1388faf45..34cb278e5 100644 --- a/action/node_modules/cspell-gitignore/package.json +++ b/action/node_modules/cspell-gitignore/package.json @@ -1,6 +1,6 @@ { "name": "cspell-gitignore", - "version": "6.4.1", + "version": "6.4.2", "description": "Gitignore Glob matcher for cspell", "keywords": [ "cspell", @@ -47,13 +47,13 @@ "node": ">=14" }, "dependencies": { - "cspell-glob": "^6.4.1", + "cspell-glob": "^6.4.2", "find-up": "^5.0.0" }, "devDependencies": { - "@types/node": "^18.0.6", + "@types/node": "^18.6.1", "jest": "^28.1.3", "rimraf": "^3.0.2" }, - "gitHead": "578f97ba68078fb5f3284cf13abb06c518d8e1ad" + "gitHead": "1f7481fd7d6a561de92ba49870da6eb1441a9d20" } diff --git a/action/node_modules/cspell-glob/package.json b/action/node_modules/cspell-glob/package.json index 1c50f2fda..1a38bca88 100644 --- a/action/node_modules/cspell-glob/package.json +++ b/action/node_modules/cspell-glob/package.json @@ -1,6 +1,6 @@ { "name": "cspell-glob", - "version": "6.4.1", + "version": "6.4.2", "description": "Glob matcher for cspell", "keywords": [ "cspell", @@ -46,9 +46,9 @@ }, "devDependencies": { "@types/micromatch": "^4.0.2", - "@types/node": "^18.0.6", + "@types/node": "^18.6.1", "jest": "^28.1.3", "rimraf": "^3.0.2" }, - "gitHead": "578f97ba68078fb5f3284cf13abb06c518d8e1ad" + "gitHead": "1f7481fd7d6a561de92ba49870da6eb1441a9d20" } diff --git a/action/node_modules/cspell-grammar/package.json b/action/node_modules/cspell-grammar/package.json index d94f49d19..2008febfe 100644 --- a/action/node_modules/cspell-grammar/package.json +++ b/action/node_modules/cspell-grammar/package.json @@ -1,6 +1,6 @@ { "name": "cspell-grammar", - "version": "6.4.1", + "version": "6.4.2", "description": "Grammar parsing support for cspell", "keywords": [ "cspell", @@ -64,13 +64,13 @@ "node": ">=14" }, "devDependencies": { - "@types/node": "^18.0.6", + "@types/node": "^18.6.1", "jest": "^28.1.3", "rimraf": "^3.0.2" }, "dependencies": { - "@cspell/cspell-pipe": "^6.4.1", - "@cspell/cspell-types": "^6.4.1" + "@cspell/cspell-pipe": "^6.4.2", + "@cspell/cspell-types": "^6.4.2" }, - "gitHead": "578f97ba68078fb5f3284cf13abb06c518d8e1ad" + "gitHead": "1f7481fd7d6a561de92ba49870da6eb1441a9d20" } diff --git a/action/node_modules/cspell-io/package.json b/action/node_modules/cspell-io/package.json index 54afb3e90..4c5b4446f 100644 --- a/action/node_modules/cspell-io/package.json +++ b/action/node_modules/cspell-io/package.json @@ -1,6 +1,6 @@ { "name": "cspell-io", - "version": "6.4.1", + "version": "6.4.2", "description": "A library of useful I/O functions used across various cspell tools.", "main": "dist/index.js", "typings": "dist/index.d.ts", @@ -39,7 +39,7 @@ }, "devDependencies": { "@types/fs-extra": "^9.0.13", - "@types/node": "^18.0.6", + "@types/node": "^18.6.1", "fs-extra": "^10.1.0", "jest": "^28.1.3", "lorem-ipsum": "^2.0.8", @@ -49,5 +49,5 @@ "@types/node-fetch": "^2.6.2", "node-fetch": "^2.6.7" }, - "gitHead": "578f97ba68078fb5f3284cf13abb06c518d8e1ad" + "gitHead": "1f7481fd7d6a561de92ba49870da6eb1441a9d20" } diff --git a/action/node_modules/cspell-lib/package.json b/action/node_modules/cspell-lib/package.json index 2c5279058..f5b2270a5 100644 --- a/action/node_modules/cspell-lib/package.json +++ b/action/node_modules/cspell-lib/package.json @@ -1,6 +1,6 @@ { "name": "cspell-lib", - "version": "6.4.1", + "version": "6.4.2", "description": "A library of useful functions used across various cspell tools.", "main": "dist/index.js", "typings": "dist/index.d.ts", @@ -48,17 +48,17 @@ }, "homepage": "https://github.com/streetsidesoftware/cspell#readme", "dependencies": { - "@cspell/cspell-bundled-dicts": "^6.4.1", - "@cspell/cspell-pipe": "^6.4.1", - "@cspell/cspell-types": "^6.4.1", + "@cspell/cspell-bundled-dicts": "^6.4.2", + "@cspell/cspell-pipe": "^6.4.2", + "@cspell/cspell-types": "^6.4.2", "clear-module": "^4.1.2", "comment-json": "^4.2.2", "configstore": "^5.0.1", "cosmiconfig": "^7.0.1", - "cspell-glob": "^6.4.1", - "cspell-grammar": "^6.4.1", - "cspell-io": "^6.4.1", - "cspell-trie-lib": "^6.4.1", + "cspell-glob": "^6.4.2", + "cspell-grammar": "^6.4.2", + "cspell-io": "^6.4.2", + "cspell-trie-lib": "^6.4.2", "fast-equals": "^4.0.1", "find-up": "^5.0.0", "fs-extra": "^10.1.0", @@ -73,7 +73,7 @@ "node": ">=14" }, "devDependencies": { - "@cspell/dict-cpp": "^3.2.0", + "@cspell/dict-cpp": "^3.2.1", "@cspell/dict-csharp": "^3.0.1", "@cspell/dict-css": "^1.0.13", "@cspell/dict-fa-ir": "^2.0.0", @@ -84,7 +84,7 @@ "@types/configstore": "^5.0.1", "@types/fs-extra": "^9.0.13", "@types/jest": "^28.1.6", - "@types/node": "^18.0.6", + "@types/node": "^18.6.1", "cspell-dict-nl-nl": "^1.1.2", "jest": "^28.1.3", "lorem-ipsum": "^2.0.8", @@ -93,5 +93,5 @@ "rollup-plugin-dts": "^4.2.2", "ts-jest": "^28.0.7" }, - "gitHead": "578f97ba68078fb5f3284cf13abb06c518d8e1ad" + "gitHead": "1f7481fd7d6a561de92ba49870da6eb1441a9d20" } diff --git a/action/node_modules/cspell-trie-lib/package.json b/action/node_modules/cspell-trie-lib/package.json index 2a7379197..e1ae374e7 100644 --- a/action/node_modules/cspell-trie-lib/package.json +++ b/action/node_modules/cspell-trie-lib/package.json @@ -1,6 +1,6 @@ { "name": "cspell-trie-lib", - "version": "6.4.1", + "version": "6.4.2", "description": "Trie Data Structure to support cspell.", "main": "dist/index.js", "types": "dist/index.d.ts", @@ -37,7 +37,7 @@ }, "homepage": "https://github.com/streetsidesoftware/cspell#readme", "dependencies": { - "@cspell/cspell-pipe": "^6.4.1", + "@cspell/cspell-pipe": "^6.4.2", "fs-extra": "^10.1.0", "gensequence": "^3.1.1" }, @@ -45,13 +45,13 @@ "node": ">=14" }, "devDependencies": { - "@cspell/cspell-types": "^6.4.1", + "@cspell/cspell-types": "^6.4.2", "@cspell/dict-en_us": "^2.3.0", "@cspell/dict-es-es": "^2.2.0", "@types/fs-extra": "^9.0.13", - "@types/node": "^18.0.6", + "@types/node": "^18.6.1", "jest": "^28.1.3", "rimraf": "^3.0.2" }, - "gitHead": "578f97ba68078fb5f3284cf13abb06c518d8e1ad" + "gitHead": "1f7481fd7d6a561de92ba49870da6eb1441a9d20" } diff --git a/action/node_modules/cspell/package.json b/action/node_modules/cspell/package.json index 7b432f1c8..eb1407e76 100644 --- a/action/node_modules/cspell/package.json +++ b/action/node_modules/cspell/package.json @@ -1,6 +1,6 @@ { "name": "cspell", - "version": "6.4.1", + "version": "6.4.2", "description": "A Spelling Checker for Code!", "funding": "https://github.com/streetsidesoftware/cspell?sponsor=1", "main": "dist/index.js", @@ -70,12 +70,12 @@ }, "homepage": "https://streetsidesoftware.github.io/cspell/", "dependencies": { - "@cspell/cspell-pipe": "^6.4.1", + "@cspell/cspell-pipe": "^6.4.2", "chalk": "^4.1.2", "commander": "^9.4.0", - "cspell-gitignore": "^6.4.1", - "cspell-glob": "^6.4.1", - "cspell-lib": "^6.4.1", + "cspell-gitignore": "^6.4.2", + "cspell-glob": "^6.4.2", + "cspell-lib": "^6.4.2", "fast-json-stable-stringify": "^2.1.0", "file-entry-cache": "^6.0.1", "fs-extra": "^10.1.0", @@ -90,8 +90,8 @@ "node": ">=14" }, "devDependencies": { - "@cspell/cspell-json-reporter": "^6.4.1", - "@cspell/cspell-types": "^6.4.1", + "@cspell/cspell-json-reporter": "^6.4.2", + "@cspell/cspell-types": "^6.4.2", "@types/file-entry-cache": "^5.0.2", "@types/fs-extra": "^9.0.13", "@types/glob": "^7.2.0", @@ -106,5 +106,5 @@ "rollup": "^2.77.0", "rollup-plugin-dts": "^4.2.2" }, - "gitHead": "578f97ba68078fb5f3284cf13abb06c518d8e1ad" + "gitHead": "1f7481fd7d6a561de92ba49870da6eb1441a9d20" } diff --git a/action/package.json b/action/package.json index fd914603c..a0f667602 100644 --- a/action/package.json +++ b/action/package.json @@ -14,8 +14,8 @@ "@octokit/core": "^3.6.0", "@octokit/plugin-rest-endpoint-methods": "^5.16.2", "@octokit/rest": "^18.12.0", - "cspell": "^6.4.1", - "cspell-glob": "^6.4.1", + "cspell": "^6.4.2", + "cspell-glob": "^6.4.2", "vscode-uri": "^3.0.3" } } diff --git a/package.json b/package.json index 23a2d7c5b..a289a944d 100644 --- a/package.json +++ b/package.json @@ -48,8 +48,8 @@ "homepage": "https://github.com/streetsidesoftware/cspell-action#readme", "devDependencies": { "@tsconfig/node12": "^1.0.11", - "@typescript-eslint/eslint-plugin": "^5.30.7", - "@typescript-eslint/parser": "^5.30.7", + "@typescript-eslint/eslint-plugin": "^5.31.0", + "@typescript-eslint/parser": "^5.31.0", "env-cmd": "^10.1.0", "eslint": "^8.20.0", "prettier": "^2.7.1", diff --git a/yarn.lock b/yarn.lock index 38eb9413f..fbed402cf 100644 --- a/yarn.lock +++ b/yarn.lock @@ -308,16 +308,16 @@ resolved "https://registry.npmjs.org/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39" integrity sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw== -"@cspell/cspell-bundled-dicts@^6.4.1": - version "6.4.1" - resolved "https://registry.npmjs.org/@cspell/cspell-bundled-dicts/-/cspell-bundled-dicts-6.4.1.tgz#0de8e47f4b23e778ef34c58bc121b368f65f239f" - integrity sha512-eLY0CcMz/aqXm9wCzIPYl4kV0rbSHWQAXB+FvssqVsN+BVz73KdFhdHPX63oVpKWO9/oblo58ceS5JuC0w1sEA== +"@cspell/cspell-bundled-dicts@^6.4.2": + version "6.4.2" + resolved "https://registry.npmjs.org/@cspell/cspell-bundled-dicts/-/cspell-bundled-dicts-6.4.2.tgz#c44355547fc3f222cce3aa8575ee857f7b16578e" + integrity sha512-/WHvAx/xsDAzpabfIJlfEvmQRLUO9pdBDPb4coKxJnAEYsvPvj7Gl8cHCz2FOd3VkAMuYM0OvJXzJQy4lwJggQ== dependencies: - "@cspell/dict-ada" "^2.0.0" + "@cspell/dict-ada" "^2.0.1" "@cspell/dict-aws" "^2.0.0" "@cspell/dict-bash" "^2.0.4" "@cspell/dict-companies" "^2.0.7" - "@cspell/dict-cpp" "^3.2.0" + "@cspell/dict-cpp" "^3.2.1" "@cspell/dict-cryptocurrencies" "^2.0.0" "@cspell/dict-csharp" "^3.0.1" "@cspell/dict-css" "^2.0.0" @@ -328,7 +328,7 @@ "@cspell/dict-elixir" "^2.0.1" "@cspell/dict-en-gb" "^1.1.33" "@cspell/dict-en_us" "^2.3.0" - "@cspell/dict-filetypes" "^2.1.0" + "@cspell/dict-filetypes" "^2.1.1" "@cspell/dict-fonts" "^2.0.1" "@cspell/dict-fullstack" "^2.0.6" "@cspell/dict-git" "^1.0.1" @@ -341,31 +341,32 @@ "@cspell/dict-lorem-ipsum" "^2.0.0" "@cspell/dict-lua" "^2.0.0" "@cspell/dict-node" "^3.0.1" - "@cspell/dict-npm" "^3.0.1" + "@cspell/dict-npm" "^3.1.0" "@cspell/dict-php" "^2.0.0" "@cspell/dict-powershell" "^2.0.0" "@cspell/dict-public-licenses" "^1.0.5" "@cspell/dict-python" "^3.0.6" "@cspell/dict-r" "^1.0.3" - "@cspell/dict-ruby" "^2.0.1" + "@cspell/dict-ruby" "^2.0.2" "@cspell/dict-rust" "^2.0.1" "@cspell/dict-scala" "^2.0.0" - "@cspell/dict-software-terms" "^2.1.12" + "@cspell/dict-software-terms" "^2.2.0" + "@cspell/dict-sql" "^1.0.3" "@cspell/dict-swift" "^1.0.3" "@cspell/dict-typescript" "^2.0.1" "@cspell/dict-vue" "^2.0.2" -"@cspell/cspell-pipe@^6.4.1": - version "6.4.1" - resolved "https://registry.npmjs.org/@cspell/cspell-pipe/-/cspell-pipe-6.4.1.tgz#9fb33dae3d4c589445d90aa457cc88dddb2894d8" - integrity sha512-TnWzVoBqzj1gTE4W5ewzxnV6XedxGYuR9qvY1iUIXA1QRZBY+F5bjfiuYy2Q2XR96Si1E5rB8sNmTv6mqPPF0g== +"@cspell/cspell-pipe@^6.4.2": + version "6.4.2" + resolved "https://registry.npmjs.org/@cspell/cspell-pipe/-/cspell-pipe-6.4.2.tgz#9ecc52a139e57f2649e2198f8e13e8e9a10d43c6" + integrity sha512-GlKhGXpWcD01fda+PouAOat8ey+HOOiqb5oFyFOcZBV6Dv2nXl4fKt+RgLvX1XrlJ0GL+BRKWUokwJ/xt38eIQ== -"@cspell/cspell-types@^6.4.1": - version "6.4.1" - resolved "https://registry.npmjs.org/@cspell/cspell-types/-/cspell-types-6.4.1.tgz#2086350c8f06bdf4d29814036457987a2d43b7dc" - integrity sha512-77wX9D0DSnNYPl2zdqV6UniG8Sfd5Vw/X2/kDYs/shg6z1QeA8SBRgNoC+IkHEb72/ZQXY76sKD13n3IpF5q7g== +"@cspell/cspell-types@^6.4.2": + version "6.4.2" + resolved "https://registry.npmjs.org/@cspell/cspell-types/-/cspell-types-6.4.2.tgz#a8c6820dfd53b6a0a9c3bff4cd6be1eb74234c8c" + integrity sha512-JBA/4ZctAU+DoEWAb0X8LN3RPkimW/wRsrYEot7njRlJ9RjkgwnFEeOYAhAjV9sbji6Sz6xmADl3VdA2YktqxQ== -"@cspell/dict-ada@^2.0.0": +"@cspell/dict-ada@^2.0.1": version "2.0.1" resolved "https://registry.npmjs.org/@cspell/dict-ada/-/dict-ada-2.0.1.tgz#662e1f459531298e7c3f1ff7e63fd36c2b311d5b" integrity sha512-vopTJ1oHrrFYV5GU55Sr+AzItR78Uj5YbCaspYABmYKlq4NRrcUAUsr4bWgymDcspMIHO7e7IFcj48OKs1fndA== @@ -381,11 +382,11 @@ integrity sha512-uK/ehmp5LYrmRH2Gv3nbvdPswpkybJUn34WYKLpeuYHQktmi+pOI1A9uPdBPnSbMDffSvwQlQohIyKawz+X8Ag== "@cspell/dict-companies@^2.0.7": - version "2.0.7" - resolved "https://registry.npmjs.org/@cspell/dict-companies/-/dict-companies-2.0.7.tgz#55296633d47c72bcbd1cc01e0107401dcf45219a" - integrity sha512-Nb1Tc/HKotxagJ9w1U4tLAM9bH83QXQojoW7cl135yRVmjfeVG0qufKXjq6wq84KdAtnhmzSyzvVJa/ciD1t9g== + version "2.0.9" + resolved "https://registry.npmjs.org/@cspell/dict-companies/-/dict-companies-2.0.9.tgz#bec117997a8a7a82a18f87b3a63ca4e1c7ae2bd5" + integrity sha512-4YHVjHnTsYv+el/H35AXzS8+YDAX4BNiIC9ZqK9c927e8HhxX8p9RtkerT2sFFJH2xDzqMArWC4LP5wkbl3ROw== -"@cspell/dict-cpp@^3.2.0": +"@cspell/dict-cpp@^3.2.1": version "3.2.1" resolved "https://registry.npmjs.org/@cspell/dict-cpp/-/dict-cpp-3.2.1.tgz#2c8c232c53c22c69b73802a26480203e1d9b6fbf" integrity sha512-XcmzrKIghqFfrYLLaHtWKOp9rupiuGdc5ODONk+emsq0W5CIc3Abn27IQHwUzxzF+Cm5IfKAIJ5Kpe6hkzm0HQ== @@ -440,7 +441,7 @@ resolved "https://registry.npmjs.org/@cspell/dict-en_us/-/dict-en_us-2.3.0.tgz#d2c186676ab3a43f38d759324434127ee63f25da" integrity sha512-wEGqVZ4uXxq9/mTemgN9B2MIqlcaLGPnvCBdqT5vPWxqxJjkGJmCkRCx9DYHHp2Cfd+VHc9zW6Xad59kORBS9g== -"@cspell/dict-filetypes@^2.1.0": +"@cspell/dict-filetypes@^2.1.1": version "2.1.1" resolved "https://registry.npmjs.org/@cspell/dict-filetypes/-/dict-filetypes-2.1.1.tgz#f778ad814ff6d7050f81bbd7c856b6f555ba6bae" integrity sha512-Oo0/mUbFHzsaATqRLdkV1RMoYns3aGzeKFIpVJg415GYtJ8EABXtEArYTXeMwlboyGTPvEk+PR2hBSTSfQTqmg== @@ -505,7 +506,7 @@ resolved "https://registry.npmjs.org/@cspell/dict-node/-/dict-node-3.0.1.tgz#a6ee043f5dc044391e5ecc4f293497f9d96d48e1" integrity sha512-sK2cpuV0EAc43Amd5xeQXkI9MeRTECMw+yjap06gKSModbgI7BqJUHeKZed+0Hii+LpaJ4TYpLGiRVsO+qSk0w== -"@cspell/dict-npm@^3.0.1": +"@cspell/dict-npm@^3.1.0": version "3.1.0" resolved "https://registry.npmjs.org/@cspell/dict-npm/-/dict-npm-3.1.0.tgz#ee294e5006d2c32f233f70e9bafc6ebb39c946bc" integrity sha512-Y9/kcrk9pw4BHAHHrEJxNcgXGNkfpFKbyGE4CjU5Bsfmr14y0DhKEw8wH8zUpJJ+ysFYH6vyE0vPIy224cjgYQ== @@ -535,7 +536,7 @@ resolved "https://registry.npmjs.org/@cspell/dict-r/-/dict-r-1.0.3.tgz#1480016695ee119cf63fa8c71b161d033bbb9029" integrity sha512-u2qeXd4cx/TvTVcmkvA+sK6f4K1uMAMO6QPMSr1pSvqGElPRP1mIBXmuiSuBzLO3LbsJuUEHw5Cp3/bxIB6rNA== -"@cspell/dict-ruby@^2.0.1": +"@cspell/dict-ruby@^2.0.2": version "2.0.2" resolved "https://registry.npmjs.org/@cspell/dict-ruby/-/dict-ruby-2.0.2.tgz#a0e9737832047e146e113f72268e198defda4e71" integrity sha512-vVnUpSmGDbPjs7MHq741DsLHhQcoA4CnUCM9wsTorQ9AQRDAkDTbK/LcY8nM19MoXCb3eF8PFku5Jq+gqH0u7w== @@ -550,10 +551,15 @@ 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.12": - version "2.2.0" - resolved "https://registry.npmjs.org/@cspell/dict-software-terms/-/dict-software-terms-2.2.0.tgz#b97b150d05af76cb38c5a553e63a777013b2accc" - integrity sha512-uEqqqpIm3ji6mkNTweDji5rSgeZpvy2WACH7k5ORXs9MOMRfEx0lsrXwWekKyjbMQKaq/NQOIUTRVc9QSqhghA== +"@cspell/dict-software-terms@^2.2.0": + version "2.2.1" + resolved "https://registry.npmjs.org/@cspell/dict-software-terms/-/dict-software-terms-2.2.1.tgz#7bcee23f50b9d1df3d69396c436e3af29619ccce" + integrity sha512-r5nmNOxfBc4kmQ2fxUpAbkFKJFfI/gfN0bi7P3TbQ7S+yDzkhMJ+thdWr9YDkVVv8YUoxaSH/K6NsVcnVQg/uA== + +"@cspell/dict-sql@^1.0.3": + version "1.0.3" + resolved "https://registry.npmjs.org/@cspell/dict-sql/-/dict-sql-1.0.3.tgz#51b12037ded96bb39a2a9b9c55a1ba76bf1714f8" + integrity sha512-Q7e5EebwjkUlAC5hU1uBeoE7/7YWArnuiQgWkwmSiXq4/qmiULGXJJOn/dY+54dSIlOIMVxtbTjfiG9q3u1Z+A== "@cspell/dict-swift@^1.0.3": version "1.0.3" @@ -1170,9 +1176,9 @@ form-data "^3.0.0" "@types/node@*": - version "18.0.6" - resolved "https://registry.npmjs.org/@types/node/-/node-18.0.6.tgz#0ba49ac517ad69abe7a1508bc9b3a5483df9d5d7" - integrity sha512-/xUq6H2aQm261exT6iZTMifUySEt4GR5KX8eYyY+C4MSNPqSh9oNIP7tz2GLKTlFaiBbgZNxffoR3CVRG+cljw== + version "18.6.1" + resolved "https://registry.npmjs.org/@types/node/-/node-18.6.1.tgz#828e4785ccca13f44e2fb6852ae0ef11e3e20ba5" + integrity sha512-z+2vB6yDt1fNwKOeGbckpmirO+VBDuQqecXkgeIqDlaOtmKn6hPR/viQ8cxCfqLU4fTlvM3+YjM367TukWdxpg== "@types/normalize-package-data@^2.4.0": version "2.4.1" @@ -1213,14 +1219,14 @@ dependencies: "@types/yargs-parser" "*" -"@typescript-eslint/eslint-plugin@^5.30.7": - version "5.30.7" - resolved "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.30.7.tgz#1621dabc1ae4084310e19e9efc80dfdbb97e7493" - integrity sha512-l4L6Do+tfeM2OK0GJsU7TUcM/1oN/N25xHm3Jb4z3OiDU4Lj8dIuxX9LpVMS9riSXQs42D1ieX7b85/r16H9Fw== +"@typescript-eslint/eslint-plugin@^5.31.0": + version "5.31.0" + resolved "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.31.0.tgz#cae1967b1e569e6171bbc6bec2afa4e0c8efccfe" + integrity sha512-VKW4JPHzG5yhYQrQ1AzXgVgX8ZAJEvCz0QI6mLRX4tf7rnFfh5D8SKm0Pq6w5PyNfAWJk6sv313+nEt3ohWMBQ== dependencies: - "@typescript-eslint/scope-manager" "5.30.7" - "@typescript-eslint/type-utils" "5.30.7" - "@typescript-eslint/utils" "5.30.7" + "@typescript-eslint/scope-manager" "5.31.0" + "@typescript-eslint/type-utils" "5.31.0" + "@typescript-eslint/utils" "5.31.0" debug "^4.3.4" functional-red-black-tree "^1.0.1" ignore "^5.2.0" @@ -1228,69 +1234,69 @@ semver "^7.3.7" tsutils "^3.21.0" -"@typescript-eslint/parser@^5.30.7": - version "5.30.7" - resolved "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-5.30.7.tgz#99d09729392aec9e64b1de45cd63cb81a4ddd980" - integrity sha512-Rg5xwznHWWSy7v2o0cdho6n+xLhK2gntImp0rJroVVFkcYFYQ8C8UJTSuTw/3CnExBmPjycjmUJkxVmjXsld6A== +"@typescript-eslint/parser@^5.31.0": + version "5.31.0" + resolved "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-5.31.0.tgz#7f42d7dcc68a0a6d80a0f3d9a65063aee7bb8d2c" + integrity sha512-UStjQiZ9OFTFReTrN+iGrC6O/ko9LVDhreEK5S3edmXgR396JGq7CoX2TWIptqt/ESzU2iRKXAHfSF2WJFcWHw== dependencies: - "@typescript-eslint/scope-manager" "5.30.7" - "@typescript-eslint/types" "5.30.7" - "@typescript-eslint/typescript-estree" "5.30.7" + "@typescript-eslint/scope-manager" "5.31.0" + "@typescript-eslint/types" "5.31.0" + "@typescript-eslint/typescript-estree" "5.31.0" debug "^4.3.4" -"@typescript-eslint/scope-manager@5.30.7": - version "5.30.7" - resolved "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-5.30.7.tgz#8269a931ef1e5ae68b5eb80743cc515c4ffe3dd7" - integrity sha512-7BM1bwvdF1UUvt+b9smhqdc/eniOnCKxQT/kj3oXtj3LqnTWCAM0qHRHfyzCzhEfWX0zrW7KqXXeE4DlchZBKw== +"@typescript-eslint/scope-manager@5.31.0": + version "5.31.0" + resolved "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-5.31.0.tgz#f47a794ba84d9b818ab7f8f44fff55a61016c606" + integrity sha512-8jfEzBYDBG88rcXFxajdVavGxb5/XKXyvWgvD8Qix3EEJLCFIdVloJw+r9ww0wbyNLOTYyBsR+4ALNGdlalLLg== dependencies: - "@typescript-eslint/types" "5.30.7" - "@typescript-eslint/visitor-keys" "5.30.7" + "@typescript-eslint/types" "5.31.0" + "@typescript-eslint/visitor-keys" "5.31.0" -"@typescript-eslint/type-utils@5.30.7": - version "5.30.7" - resolved "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-5.30.7.tgz#5693dc3db6f313f302764282d614cfdbc8a9fcfd" - integrity sha512-nD5qAE2aJX/YLyKMvOU5jvJyku4QN5XBVsoTynFrjQZaDgDV6i7QHFiYCx10wvn7hFvfuqIRNBtsgaLe0DbWhw== +"@typescript-eslint/type-utils@5.31.0": + version "5.31.0" + resolved "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-5.31.0.tgz#70a0b7201360b5adbddb0c36080495aa08f6f3d9" + integrity sha512-7ZYqFbvEvYXFn9ax02GsPcEOmuWNg+14HIf4q+oUuLnMbpJ6eHAivCg7tZMVwzrIuzX3QCeAOqKoyMZCv5xe+w== dependencies: - "@typescript-eslint/utils" "5.30.7" + "@typescript-eslint/utils" "5.31.0" debug "^4.3.4" tsutils "^3.21.0" -"@typescript-eslint/types@5.30.7": - version "5.30.7" - resolved "https://registry.npmjs.org/@typescript-eslint/types/-/types-5.30.7.tgz#18331487cc92d0f1fb1a6f580c8ec832528079d0" - integrity sha512-ocVkETUs82+U+HowkovV6uxf1AnVRKCmDRNUBUUo46/5SQv1owC/EBFkiu4MOHeZqhKz2ktZ3kvJJ1uFqQ8QPg== +"@typescript-eslint/types@5.31.0": + version "5.31.0" + resolved "https://registry.npmjs.org/@typescript-eslint/types/-/types-5.31.0.tgz#7aa389122b64b18e473c1672fb3b8310e5f07a9a" + integrity sha512-/f/rMaEseux+I4wmR6mfpM2wvtNZb1p9hAV77hWfuKc3pmaANp5dLAZSiE3/8oXTYTt3uV9KW5yZKJsMievp6g== -"@typescript-eslint/typescript-estree@5.30.7": - version "5.30.7" - resolved "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-5.30.7.tgz#05da9f1b281985bfedcf62349847f8d168eecc07" - integrity sha512-tNslqXI1ZdmXXrHER83TJ8OTYl4epUzJC0aj2i4DMDT4iU+UqLT3EJeGQvJ17BMbm31x5scSwo3hPM0nqQ1AEA== +"@typescript-eslint/typescript-estree@5.31.0": + version "5.31.0" + resolved "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-5.31.0.tgz#eb92970c9d6e3946690d50c346fb9b1d745ee882" + integrity sha512-3S625TMcARX71wBc2qubHaoUwMEn+l9TCsaIzYI/ET31Xm2c9YQ+zhGgpydjorwQO9pLfR/6peTzS/0G3J/hDw== dependencies: - "@typescript-eslint/types" "5.30.7" - "@typescript-eslint/visitor-keys" "5.30.7" + "@typescript-eslint/types" "5.31.0" + "@typescript-eslint/visitor-keys" "5.31.0" debug "^4.3.4" globby "^11.1.0" is-glob "^4.0.3" semver "^7.3.7" tsutils "^3.21.0" -"@typescript-eslint/utils@5.30.7": - version "5.30.7" - resolved "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-5.30.7.tgz#7135be070349e9f7caa262b0ca59dc96123351bb" - integrity sha512-Z3pHdbFw+ftZiGUnm1GZhkJgVqsDL5CYW2yj+TB2mfXDFOMqtbzQi2dNJIyPqPbx9mv2kUxS1gU+r2gKlKi1rQ== +"@typescript-eslint/utils@5.31.0": + version "5.31.0" + resolved "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-5.31.0.tgz#e146fa00dca948bfe547d665b2138a2dc1b79acd" + integrity sha512-kcVPdQS6VIpVTQ7QnGNKMFtdJdvnStkqS5LeALr4rcwx11G6OWb2HB17NMPnlRHvaZP38hL9iK8DdE9Fne7NYg== dependencies: "@types/json-schema" "^7.0.9" - "@typescript-eslint/scope-manager" "5.30.7" - "@typescript-eslint/types" "5.30.7" - "@typescript-eslint/typescript-estree" "5.30.7" + "@typescript-eslint/scope-manager" "5.31.0" + "@typescript-eslint/types" "5.31.0" + "@typescript-eslint/typescript-estree" "5.31.0" eslint-scope "^5.1.1" eslint-utils "^3.0.0" -"@typescript-eslint/visitor-keys@5.30.7": - version "5.30.7" - resolved "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-5.30.7.tgz#c093abae75b4fd822bfbad9fc337f38a7a14909a" - integrity sha512-KrRXf8nnjvcpxDFOKej4xkD7657+PClJs5cJVSG7NNoCNnjEdc46juNAQt7AyuWctuCgs6mVRc1xGctEqrjxWw== +"@typescript-eslint/visitor-keys@5.31.0": + version "5.31.0" + resolved "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-5.31.0.tgz#b0eca264df01ce85dceb76aebff3784629258f54" + integrity sha512-ZK0jVxSjS4gnPirpVjXHz7mgdOsZUHzNYSfTw2yPa3agfbt9YfqaBiBZFSSxeBWnpWkzCxTfUpnzA3Vily/CSg== dependencies: - "@typescript-eslint/types" "5.30.7" + "@typescript-eslint/types" "5.31.0" eslint-visitor-keys "^3.3.0" JSONStream@^1.0.4: @@ -1609,9 +1615,9 @@ camelcase@^6.2.0: integrity sha512-Gmy6FhYlCY7uOElZUSbxo2UCDH8owEk996gkbrpsgGtrJLM3J7jGxl9Ic7Qwwj4ivOE5AWZWRMecDdF7hqGjFA== caniuse-lite@^1.0.30001366: - version "1.0.30001369" - resolved "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001369.tgz#58ca6974acf839a72a02003258a005cbb0cb340d" - integrity sha512-OY1SBHaodJc4wflDIKnlkdqWzJZd1Ls/2zbVJHBSv3AT7vgOJ58yAhd2CN4d57l2kPJrgMb7P9+N1Mhy4tNSQA== + version "1.0.30001370" + resolved "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001370.tgz#0a30d4f20d38b9e108cc5ae7cc62df9fe66cd5ba" + integrity sha512-3PDmaP56wz/qz7G508xzjx8C+MC2qEm4SYhSEzC9IBROo+dGXFWRuaXkWti0A9tuI00g+toiriVqxtWMgl350g== chalk@^2.0.0, chalk@^2.4.2: version "2.4.2" @@ -1989,53 +1995,53 @@ crypto-random-string@^2.0.0: resolved "https://registry.npmjs.org/crypto-random-string/-/crypto-random-string-2.0.0.tgz#ef2a7a966ec11083388369baa02ebead229b30d5" integrity sha512-v1plID3y9r/lPhviJ1wrXpLeyUIGAZ2SHNYTEapm7/8A9nLPoyvVp3RK/EPFqn5kEznyWgYZNsRtYYIWbuG8KA== -cspell-gitignore@^6.4.1: - version "6.4.1" - resolved "https://registry.npmjs.org/cspell-gitignore/-/cspell-gitignore-6.4.1.tgz#5abe990a0e3227b6c7da4122d8ac905029559307" - integrity sha512-v/TsoSz/KXf+Ru0K8X/JNm1ksbfY+ipMatoVYZ21DKmqyxRqGGOAHVLQtjwPLZIxeBPdGSJuYglIIAGcR4WddQ== +cspell-gitignore@^6.4.2: + version "6.4.2" + resolved "https://registry.npmjs.org/cspell-gitignore/-/cspell-gitignore-6.4.2.tgz#43e77727bee9dcfda5ef8e71eca7539d4469fb18" + integrity sha512-lpeQYcf5VJVJ5WkztwmnQgJXg9DgTHUIpbs+jj5zA+RB95wiSjDWvOw9QxObvEjmahShGGyrg5Ay1A5Unp8b3Q== dependencies: - cspell-glob "^6.4.1" + cspell-glob "^6.4.2" find-up "^5.0.0" -cspell-glob@^6.4.1: - version "6.4.1" - resolved "https://registry.npmjs.org/cspell-glob/-/cspell-glob-6.4.1.tgz#a93cf74b6c7dd06d1bbeaba0a66e75d3d5e40613" - integrity sha512-EXX784GzOlEnfQckf5dlrGsGbgzCW3d1Al30FnD5yprdXd7aSv9/UFWxHCo1wErTKfpnqXeu5wygrhfxr+01ug== +cspell-glob@^6.4.2: + version "6.4.2" + resolved "https://registry.npmjs.org/cspell-glob/-/cspell-glob-6.4.2.tgz#255066bbe8e2c32dc56d76d2a4b111d630599c78" + integrity sha512-kVMim9Dry55rH00eYEieNv4/e5gHfDwUiyF+hjSCu2j/+oT+w+muF8YiJCA9YPNYfd7TByphE/G2ezhLs2Hv8w== dependencies: micromatch "^4.0.5" -cspell-grammar@^6.4.1: - version "6.4.1" - resolved "https://registry.npmjs.org/cspell-grammar/-/cspell-grammar-6.4.1.tgz#75f100aaacdcc70b997000be576d199f9af57d09" - integrity sha512-e6jFy7AGVHhfqkqlTkXjGlR7wNEg7yRdN7w2BLp89d3l5uYp++qmIk2R0uSZiyeuWA9gR/W8yywGwBkTAeC6dg== +cspell-grammar@^6.4.2: + version "6.4.2" + resolved "https://registry.npmjs.org/cspell-grammar/-/cspell-grammar-6.4.2.tgz#38b5ef08ecd0911de61f63a4d39da22f558db9c9" + integrity sha512-Cg9DHGd6IIIibpeF6KY5u/zZHpw455+RsZnJyLFkx43Uqdfgjxkl9k5N0A+Ac3fPAXc3Y8limtBtQosZ9W4HMw== dependencies: - "@cspell/cspell-pipe" "^6.4.1" - "@cspell/cspell-types" "^6.4.1" + "@cspell/cspell-pipe" "^6.4.2" + "@cspell/cspell-types" "^6.4.2" -cspell-io@^6.4.1: - version "6.4.1" - resolved "https://registry.npmjs.org/cspell-io/-/cspell-io-6.4.1.tgz#4813bb95a806561e689327197bfa933abd09b7ef" - integrity sha512-NYBT471oEabVWKiMFtKKOmUM4g98wNTdJ0PHgs/DWjqMma248ZN01kHuq5HkMd6DMpWZf2caYHCbQG/Ox3X7Sg== +cspell-io@^6.4.2: + version "6.4.2" + resolved "https://registry.npmjs.org/cspell-io/-/cspell-io-6.4.2.tgz#4044e38a9526eb5cd419869fe6ab343048a3719a" + integrity sha512-Hm/d1xG/Br7m11WpRROcMuL+ywJSogwuJxHlNoyO4+e/QTO4C/4BQ9p/c0xZO/lKGJerOUImfuy8t0XVl7xB7Q== dependencies: "@types/node-fetch" "^2.6.2" node-fetch "^2.6.7" -cspell-lib@^6.4.1: - version "6.4.1" - resolved "https://registry.npmjs.org/cspell-lib/-/cspell-lib-6.4.1.tgz#268a9182d2a982d211d0b62c9fd139e4d682f4db" - integrity sha512-ED9H5dyCgaUGwuriMNqwXX8g7AhCh5dLjnyroMOzZzruOiBdJgc3HvldRoDaeR/MK2dWLZFfCquEKPjq6w1ZBQ== +cspell-lib@^6.4.2: + version "6.4.2" + resolved "https://registry.npmjs.org/cspell-lib/-/cspell-lib-6.4.2.tgz#a450e11c5390c0654d2fe337b0ff678f0875d520" + integrity sha512-Lbf0hmUifNPtjFfD+HJ3uGtMwGMc3xAKYQgmmT2QGQt9xhVeJ6upmvgcPmVjxcgoB/tl0+KQ2FJ1/FSwY7APfg== dependencies: - "@cspell/cspell-bundled-dicts" "^6.4.1" - "@cspell/cspell-pipe" "^6.4.1" - "@cspell/cspell-types" "^6.4.1" + "@cspell/cspell-bundled-dicts" "^6.4.2" + "@cspell/cspell-pipe" "^6.4.2" + "@cspell/cspell-types" "^6.4.2" clear-module "^4.1.2" comment-json "^4.2.2" configstore "^5.0.1" cosmiconfig "^7.0.1" - cspell-glob "^6.4.1" - cspell-grammar "^6.4.1" - cspell-io "^6.4.1" - cspell-trie-lib "^6.4.1" + cspell-glob "^6.4.2" + cspell-grammar "^6.4.2" + cspell-io "^6.4.2" + cspell-trie-lib "^6.4.2" fast-equals "^4.0.1" find-up "^5.0.0" fs-extra "^10.1.0" @@ -2046,26 +2052,26 @@ cspell-lib@^6.4.1: vscode-languageserver-textdocument "^1.0.5" vscode-uri "^3.0.3" -cspell-trie-lib@^6.4.1: - version "6.4.1" - resolved "https://registry.npmjs.org/cspell-trie-lib/-/cspell-trie-lib-6.4.1.tgz#ab6fd1dfcbe27c41b4326ee096918c08022b96ae" - integrity sha512-ePkASPRg0LEZ39Cae5JHAOK96RXgszLC5ZSaDNF0BXF/HI6SUx9xQ4wnm2RSv1M/zl8mPwk61uXpkEa87UIdCA== +cspell-trie-lib@^6.4.2: + version "6.4.2" + resolved "https://registry.npmjs.org/cspell-trie-lib/-/cspell-trie-lib-6.4.2.tgz#a25f4e3c7901b825a79c8fbd4b3b42ad6f2b6038" + integrity sha512-6LpWNzVDO5M1OfJwjj0y1M2oUU+QKMOGPZre9VxcIBKM+F20Ndb6HfUflmsKZnN5RJx425r4JGvs7duhjRwZxQ== dependencies: - "@cspell/cspell-pipe" "^6.4.1" + "@cspell/cspell-pipe" "^6.4.2" fs-extra "^10.1.0" gensequence "^3.1.1" -cspell@^6.4.1: - version "6.4.1" - resolved "https://registry.npmjs.org/cspell/-/cspell-6.4.1.tgz#4bdd99816660191928ae1dfce872e551aab21f83" - integrity sha512-g6pUQWUG3KsoA69oIAjcSzzpnST2698ln3VIxWgdGAoQjyM8MKMyRlLaKVrm/ib0cKkMoLNREN5hL7icNc7RUQ== +cspell@^6.4.2: + version "6.4.2" + resolved "https://registry.npmjs.org/cspell/-/cspell-6.4.2.tgz#f9ae9276332d7d19351a401637e8396c302b7771" + integrity sha512-SEWd9CSZB9sMQVDN5g3aJczIULt/LFDNuAgEfl/tdceQwBNW95cVPBRe9heNF+cdIcDao1jnlEbNXPo8FNmYvA== dependencies: - "@cspell/cspell-pipe" "^6.4.1" + "@cspell/cspell-pipe" "^6.4.2" chalk "^4.1.2" commander "^9.4.0" - cspell-gitignore "^6.4.1" - cspell-glob "^6.4.1" - cspell-lib "^6.4.1" + cspell-gitignore "^6.4.2" + cspell-glob "^6.4.2" + cspell-lib "^6.4.2" fast-json-stable-stringify "^2.1.0" file-entry-cache "^6.0.1" fs-extra "^10.1.0" @@ -2198,9 +2204,9 @@ ee-first@1.1.1: integrity sha512-WMwm9LhRUo+WUaRN+vRuETqG89IgZphVSNkdFgeb6sS/E4OrDIN7t48CAewSHXc6C8lefD8KKfr5vY61brQlow== electron-to-chromium@^1.4.188: - version "1.4.199" - resolved "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.199.tgz#e0384fde79fdda89880e8be58196a9153e04db3b" - integrity sha512-WIGME0Cs7oob3mxsJwHbeWkH0tYkIE/sjkJ8ML2BYmuRcjhRl/q5kVDXG7W9LOOKwzPU5M0LBlXRq9rlSgnNlg== + version "1.4.200" + resolved "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.200.tgz#6e4c5266106688965b4ea7caa11f0dd315586854" + integrity sha512-nPyI7oHc8T64oSqRXrAt99gNMpk0SAgPHw/o+hkNKyb5+bcdnFtZcSO9FUJES5cVkVZvo8u4qiZ1gQILl8UXsA== emittery@^0.10.2: version "0.10.2" @@ -4362,9 +4368,9 @@ serve-static@1.15.0: send "0.18.0" set-cookie-parser@^2.4.8: - version "2.5.0" - resolved "https://registry.npmjs.org/set-cookie-parser/-/set-cookie-parser-2.5.0.tgz#96b59525e1362c94335c3c761100bb6e8f2da4b0" - integrity sha512-cHMAtSXilfyBePduZEBVPTCftTQWz6ehWJD5YNUg4mqvRosrrjKbo4WS8JkB0/RxonMoohHm7cOGH60mDkRQ9w== + version "2.5.1" + resolved "https://registry.npmjs.org/set-cookie-parser/-/set-cookie-parser-2.5.1.tgz#ddd3e9a566b0e8e0862aca974a6ac0e01349430b" + integrity sha512-1jeBGaKNGdEq4FgIrORu/N570dwoPYio8lSoYLWmX7sQ//0JY08Xh9o5pBcgmHQ/MbsYp/aZnOe1s1lIsbLprQ== setprototypeof@1.2.0: version "1.2.0" @@ -4779,9 +4785,9 @@ typescript@^4.7.4: integrity sha512-C0WQT0gezHuw6AdY1M2jxUO83Rjf0HP7Sk1DtXj6j1EwkQNZrHAg2XPWlq62oqEhYvONq5pkC2Y9oPljWToLmQ== uglify-js@^3.1.4: - version "3.16.2" - resolved "https://registry.npmjs.org/uglify-js/-/uglify-js-3.16.2.tgz#0481e1dbeed343ad1c2ddf3c6d42e89b7a6d4def" - integrity sha512-AaQNokTNgExWrkEYA24BTNMSjyqEXPSfhqoS0AxmHkCJ4U+Dyy5AvbGV/sqxuxficEfGGoX3zWw9R7QpLFfEsg== + version "3.16.3" + resolved "https://registry.npmjs.org/uglify-js/-/uglify-js-3.16.3.tgz#94c7a63337ee31227a18d03b8a3041c210fd1f1d" + integrity sha512-uVbFqx9vvLhQg0iBaau9Z75AxWJ8tqM9AV890dIZCLApF4rTcyHwmAvLeEdYRs+BzYWu8Iw81F79ah0EfTXbaw== unique-string@^2.0.0: version "2.0.0"