From a24b99257e253ac46eb6204b56593994ce23f08b Mon Sep 17 00:00:00 2001 From: Jason3S Date: Fri, 8 Jul 2022 06:00:55 +0000 Subject: [PATCH] ci: Workflow Bot -- Update ALL Dependencies --- action-src/package.json | 6 +- .../@cspell/cspell-bundled-dicts/package.json | 22 +-- .../@cspell/cspell-pipe/package.json | 6 +- .../@cspell/cspell-types/package.json | 4 +- .../@cspell/dict-companies/companies.txt.gz | Bin 12197 -> 12203 bytes .../@cspell/dict-companies/package.json | 4 +- .../@cspell/dict-software-terms/package.json | 4 +- .../dict-software-terms/softwareTerms.txt.gz | Bin 7328 -> 7335 bytes .../@octokit/openapi-types/package.json | 4 +- .../dist-node/index.js | 2 +- .../dist-src/version.js | 2 +- .../dist-web/index.js | 2 +- .../plugin-rest-endpoint-methods/package.json | 4 +- action/node_modules/@types/node/README.md | 2 +- action/node_modules/@types/node/package.json | 4 +- .../cspell-gitignore/package.json | 8 +- action/node_modules/cspell-glob/package.json | 6 +- .../node_modules/cspell-grammar/package.json | 10 +- action/node_modules/cspell-io/package.json | 6 +- action/node_modules/cspell-lib/package.json | 22 +-- .../node_modules/cspell-trie-lib/package.json | 12 +- action/node_modules/cspell/package.json | 16 +- action/package.json | 6 +- yarn.lock | 186 +++++++++--------- 24 files changed, 169 insertions(+), 169 deletions(-) diff --git a/action-src/package.json b/action-src/package.json index 91850e5a3..ceaa95a3c 100644 --- a/action-src/package.json +++ b/action-src/package.json @@ -39,10 +39,10 @@ "@actions/core": "^1.9.0", "@actions/github": "^5.0.3", "@octokit/core": "^3.6.0", - "@octokit/plugin-rest-endpoint-methods": "^5.16.1", + "@octokit/plugin-rest-endpoint-methods": "^5.16.2", "@octokit/rest": "^18.12.0", - "cspell": "^6.2.2", - "cspell-glob": "^6.2.2", + "cspell": "^6.2.3", + "cspell-glob": "^6.2.3", "vscode-uri": "^3.0.3" } } diff --git a/action/node_modules/@cspell/cspell-bundled-dicts/package.json b/action/node_modules/@cspell/cspell-bundled-dicts/package.json index 830c92e2d..25f3a50d1 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.2.2", + "version": "6.2.3", "description": "Dictionaries bundled with cspell", "publishConfig": { "access": "public" @@ -47,7 +47,7 @@ "@cspell/dict-aws": "^2.0.0", "@cspell/dict-bash": "^2.0.3", "@cspell/dict-companies": "^2.0.6", - "@cspell/dict-cpp": "^3.1.1", + "@cspell/dict-cpp": "^3.2.0", "@cspell/dict-cryptocurrencies": "^2.0.0", "@cspell/dict-csharp": "^3.0.1", "@cspell/dict-css": "^2.0.0", @@ -57,17 +57,17 @@ "@cspell/dict-dotnet": "^2.0.1", "@cspell/dict-elixir": "^2.0.1", "@cspell/dict-en-gb": "^1.1.33", - "@cspell/dict-en_us": "^2.2.8", - "@cspell/dict-filetypes": "^2.0.2", + "@cspell/dict-en_us": "^2.2.10", + "@cspell/dict-filetypes": "^2.1.0", "@cspell/dict-fonts": "^2.0.1", "@cspell/dict-fullstack": "^2.0.6", "@cspell/dict-git": "^1.0.1", "@cspell/dict-golang": "^3.0.1", - "@cspell/dict-haskell": "^2.0.0", + "@cspell/dict-haskell": "^2.0.1", "@cspell/dict-html": "^3.0.2", "@cspell/dict-html-symbol-entities": "^3.0.0", - "@cspell/dict-java": "^3.0.5", - "@cspell/dict-latex": "^2.0.7", + "@cspell/dict-java": "^3.0.7", + "@cspell/dict-latex": "^2.0.9", "@cspell/dict-lorem-ipsum": "^2.0.0", "@cspell/dict-lua": "^2.0.0", "@cspell/dict-node": "^3.0.1", @@ -80,7 +80,7 @@ "@cspell/dict-ruby": "^2.0.1", "@cspell/dict-rust": "^2.0.1", "@cspell/dict-scala": "^2.0.0", - "@cspell/dict-software-terms": "^2.1.9", + "@cspell/dict-software-terms": "^2.1.10", "@cspell/dict-swift": "^1.0.3", "@cspell/dict-typescript": "^2.0.0", "@cspell/dict-vue": "^2.0.2" @@ -89,8 +89,8 @@ "node": ">=14" }, "devDependencies": { - "@cspell/cspell-tools": "^6.2.2", - "@cspell/cspell-types": "^6.2.2" + "@cspell/cspell-tools": "^6.2.3", + "@cspell/cspell-types": "^6.2.3" }, - "gitHead": "b7716e80c39a780f98cde747ad66c55247636621" + "gitHead": "39766b5de9d52077dce7e3af0af5f25b6f2d4f6a" } diff --git a/action/node_modules/@cspell/cspell-pipe/package.json b/action/node_modules/@cspell/cspell-pipe/package.json index 3ec2f288b..03e11fdf9 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.2.2", + "version": "6.2.3", "description": "Library to make working with Iterators/AsyncIterators easier.", "keywords": [ "cspell", @@ -93,9 +93,9 @@ "node": ">=14" }, "devDependencies": { - "@types/node": "^18.0.0", + "@types/node": "^18.0.3", "jest": "^28.1.2", "rimraf": "^3.0.2" }, - "gitHead": "b7716e80c39a780f98cde747ad66c55247636621" + "gitHead": "39766b5de9d52077dce7e3af0af5f25b6f2d4f6a" } diff --git a/action/node_modules/@cspell/cspell-types/package.json b/action/node_modules/@cspell/cspell-types/package.json index 55b88df8f..3b20c932e 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.2.2", + "version": "6.2.3", "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": "b7716e80c39a780f98cde747ad66c55247636621" + "gitHead": "39766b5de9d52077dce7e3af0af5f25b6f2d4f6a" } diff --git a/action/node_modules/@cspell/dict-companies/companies.txt.gz b/action/node_modules/@cspell/dict-companies/companies.txt.gz index 2a1fe19323a7183c04e0e332d2908acab09b8722..1c405ff847c5624aa391f3e9e8c5a98a4e96dfa8 100644 GIT binary patch delta 9109 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 TS>z2*lgIr(&X5tz^k)D7bUIQu delta 9103 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 N0elAttmxlo006hB_{snP diff --git a/action/node_modules/@cspell/dict-companies/package.json b/action/node_modules/@cspell/dict-companies/package.json index 4b1f229f3..afd02a501 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.6", + "version": "2.0.7", "description": "Company names dictionary for cspell.", "publishConfig": { "access": "public" @@ -38,5 +38,5 @@ "companies.txt.gz", "cspell-ext.json" ], - "gitHead": "a8f2cebf015fc62d32c76af2d75cde4b2a2e81a9" + "gitHead": "8ddc057b66a16f494aae11b38ee0256ff55c52ec" } diff --git a/action/node_modules/@cspell/dict-software-terms/package.json b/action/node_modules/@cspell/dict-software-terms/package.json index 90efc444e..923a8794f 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.1.10", + "version": "2.1.11", "description": "Software terms dictionary for cspell.", "publishConfig": { "access": "public" @@ -42,5 +42,5 @@ "networkingTerms.txt.gz", "cspell-ext.json" ], - "gitHead": "7ce737e328d7381043f738ebf7df5e05957bd84f" + "gitHead": "8ddc057b66a16f494aae11b38ee0256ff55c52ec" } 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 852e496a673a76b150772eb83a8d36c0328f124f..7caa642decdafb33f0b120e7e8a33ca327d364b4 100644 GIT binary patch delta 2333 zcmV+&3F7vkIj1?WmlJ=;jUDcb?}#a5$j9*%(qKw@aw2i_GnJx{6DCRg5O%P(U^k@w z7+ZE#rEJ(_&Xl^UOZfcIXp)SQKp2zcG&f&uG`-$tx@YP%3i) zG9*(2p*@}=ObZ?e!jDx#X|Wzmt%XIGIJH58r;c8Ki-lw2X+Vsv)D>PBi%0`l`lh!7 zm$T$}x$iO^ql7~}wsL@QGhIYald#p~9HC5|3b}qs0~UGdSIZyIi=I4~G31!Xg1&B?i1t*_k56aj1xoa`{U>=`f(rx4xUF^| z&-11Rkoa$RAP?yl(1(~^VGD}LOogmaGnaH&jZJL#4M~5btQInt2-&P57vqQ^n*bN6 z38Nk}-O=AAmeN@07`h7VkJL{np;2iRgC0;8NSSK{*T0#wJ*pstdN)n-j%PHD4oNw8 z6zmhv-t|&ooViji2%oXv`mTKaiw0<7xrl+J``qneU*Z+ISuk)=F|zUkzo0U0}%94{Nr zAP`I|0LI89v*>jonUR_Wwn{HVbJKOPvSjiW9}G)#nS-uopt0d0Uzrj}WDT`}BnYMK z@R4rwKLQR~oeqk34Cpkh^03^=y7W4bwvgLFwWEJ{L3=uB0O(9T4o3tVcjHI}J2UYx z@dlV(hVtzT&WX!*s5~hVno7{O_EID{I<=$f z0^=2Arp_519T+uEh(MS|P~@=YN13;UN;XrLnK+HjV#dwaJ*L(dLRq}jxyXJ?dA{Oc z!i0aV=WrOnC?k`}1VAhJB8#Q*MW*ISealk;^I$!D_1xU0NT6z+H#?&DVVkH~8 zr11rEC`Bjn8KK}iW(oEHGU_j#kdw?Td@KCGUD5xWb=qr#wCDwg!F&)Gl(i(2I>E*eJ+g#7;+6 z`^}R$v}7>{oDZ=~(esB{ZK4sw^S$`(f)%0ux%V!F{sVHA?W9GQfid#b$;^vXNIE|a z+<^u^d9I&ky_PTyKrQbLVDYshyta8BH^8W~nG5`fvydvz!VeQ=lPJ~ZwGV1O#EG8G6A$K#>t{!({*I*xTOcVMEN@R-V2*!Q2kNN_ zw)5u1J5MJ}U-?G$`=>?V(E(ChGnJ8x-b)|DU zoy=J-3!JMU%ZsxYTLX-=)1UXLJ z=vi#n3XxYAm^sVBtpOuj0VIE2msyS^Xqv8rQT96cVqUm`gc*k8@P*UTOMs0*lFVu^ zmn&Cw%XGhhT;l!9)#^3N)%tjn&6L&ViKB|yGtxt6jo zw3a*xfx_|7Iaa&i`O4*5<~x@Jdec&oT(wlF>!P)kdzX1pxb7#TMKvKfl}%LuTwTOm z^#C$&fdNKTqnweJ$@IJ~Ig3^4)yyDQGuKM*X0Dv#*Zr{JN=F}v7^!O|_ciNwq4Rrn zWz{%g$&z)XEq*}>@^OD$Y6|b^B3ZW+Yyc9?tD9@RUD{l0f2Lwyw^Lf{p~Tk@)qtwx zGgkonwM|0a+guNFY;Zm3{mu0-LBp@jtIL}RwgadiN?zYwo5XH!(oDMD$ZWj<{g~% zdJ9Jay0MHR!w$FGq$}+P$||^IfiateQ4+`` zGz3z;S-PG&R+W~;Ae)`5oB|QbK$4z0L3Tk;#Ah+m*0WwaU12eB?`l2k{nPa<6USl? zy(i;6)b)i66QR6rN+8PZh07%|EdU|7n9^Tr#>)u{WegGWLhAaWH&Xu}8qMu$nLz*m Dx1NUY delta 2318 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 diff --git a/action/node_modules/@octokit/openapi-types/package.json b/action/node_modules/@octokit/openapi-types/package.json index f32a58acd..b4d8d7b3f 100644 --- a/action/node_modules/@octokit/openapi-types/package.json +++ b/action/node_modules/@octokit/openapi-types/package.json @@ -9,12 +9,12 @@ "publishConfig": { "access": "public" }, - "version": "12.7.0", + "version": "12.8.0", "main": "", "types": "types.d.ts", "author": "Gregor Martynus (https://twitter.com/gr2m)", "license": "MIT", "octokit": { - "openapi-version": "6.4.0" + "openapi-version": "6.5.0" } } diff --git a/action/node_modules/@octokit/plugin-rest-endpoint-methods/dist-node/index.js b/action/node_modules/@octokit/plugin-rest-endpoint-methods/dist-node/index.js index e2bfc8fde..a7c5c16c2 100644 --- a/action/node_modules/@octokit/plugin-rest-endpoint-methods/dist-node/index.js +++ b/action/node_modules/@octokit/plugin-rest-endpoint-methods/dist-node/index.js @@ -1004,7 +1004,7 @@ const Endpoints = { } }; -const VERSION = "5.16.1"; +const VERSION = "5.16.2"; function endpointsToMethods(octokit, endpointsMap) { const newMethods = {}; diff --git a/action/node_modules/@octokit/plugin-rest-endpoint-methods/dist-src/version.js b/action/node_modules/@octokit/plugin-rest-endpoint-methods/dist-src/version.js index f2ac9ba30..80a383f2f 100644 --- a/action/node_modules/@octokit/plugin-rest-endpoint-methods/dist-src/version.js +++ b/action/node_modules/@octokit/plugin-rest-endpoint-methods/dist-src/version.js @@ -1 +1 @@ -export const VERSION = "5.16.1"; +export const VERSION = "5.16.2"; diff --git a/action/node_modules/@octokit/plugin-rest-endpoint-methods/dist-web/index.js b/action/node_modules/@octokit/plugin-rest-endpoint-methods/dist-web/index.js index 4aaee2b2c..e35644d71 100644 --- a/action/node_modules/@octokit/plugin-rest-endpoint-methods/dist-web/index.js +++ b/action/node_modules/@octokit/plugin-rest-endpoint-methods/dist-web/index.js @@ -1662,7 +1662,7 @@ const Endpoints = { }, }; -const VERSION = "5.16.1"; +const VERSION = "5.16.2"; function endpointsToMethods(octokit, endpointsMap) { const newMethods = {}; diff --git a/action/node_modules/@octokit/plugin-rest-endpoint-methods/package.json b/action/node_modules/@octokit/plugin-rest-endpoint-methods/package.json index 3bb38bff6..42c5ce34a 100644 --- a/action/node_modules/@octokit/plugin-rest-endpoint-methods/package.json +++ b/action/node_modules/@octokit/plugin-rest-endpoint-methods/package.json @@ -1,7 +1,7 @@ { "name": "@octokit/plugin-rest-endpoint-methods", "description": "Octokit plugin adding one method for all of api.github.com REST API endpoints", - "version": "5.16.1", + "version": "5.16.2", "license": "MIT", "files": [ "dist-*/", @@ -17,7 +17,7 @@ ], "repository": "github:octokit/plugin-rest-endpoint-methods.js", "dependencies": { - "@octokit/types": "^6.38.2", + "@octokit/types": "^6.39.0", "deprecation": "^2.3.1" }, "peerDependencies": { diff --git a/action/node_modules/@types/node/README.md b/action/node_modules/@types/node/README.md index 3129eb476..9900a5ad9 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, 03 Jul 2022 13:02:19 GMT + * Last updated: Wed, 06 Jul 2022 04:02:23 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 ccd46b2c1..57fb225b1 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.1", + "version": "18.0.3", "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": "54636f01c874a366065f9b55b2a2d8bac9b0b654b04e244404745c7e0506e5f7", + "typesPublisherContentHash": "f88edb516946d349187ba7de857caf040f59be37853483f48af1af856105ff55", "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 db924eb32..bfb462ba5 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.2.2", + "version": "6.2.3", "description": "Gitignore Glob matcher for cspell", "keywords": [ "cspell", @@ -47,13 +47,13 @@ "node": ">=14" }, "dependencies": { - "cspell-glob": "^6.2.2", + "cspell-glob": "^6.2.3", "find-up": "^5.0.0" }, "devDependencies": { - "@types/node": "^18.0.0", + "@types/node": "^18.0.3", "jest": "^28.1.2", "rimraf": "^3.0.2" }, - "gitHead": "b7716e80c39a780f98cde747ad66c55247636621" + "gitHead": "39766b5de9d52077dce7e3af0af5f25b6f2d4f6a" } diff --git a/action/node_modules/cspell-glob/package.json b/action/node_modules/cspell-glob/package.json index 5a50bdb48..a1bdf77d4 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.2.2", + "version": "6.2.3", "description": "Glob matcher for cspell", "keywords": [ "cspell", @@ -46,9 +46,9 @@ }, "devDependencies": { "@types/micromatch": "^4.0.2", - "@types/node": "^18.0.0", + "@types/node": "^18.0.3", "jest": "^28.1.2", "rimraf": "^3.0.2" }, - "gitHead": "b7716e80c39a780f98cde747ad66c55247636621" + "gitHead": "39766b5de9d52077dce7e3af0af5f25b6f2d4f6a" } diff --git a/action/node_modules/cspell-grammar/package.json b/action/node_modules/cspell-grammar/package.json index 684545ce2..255d816a6 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.2.2", + "version": "6.2.3", "description": "Grammar parsing support for cspell", "keywords": [ "cspell", @@ -64,13 +64,13 @@ "node": ">=14" }, "devDependencies": { - "@types/node": "^18.0.0", + "@types/node": "^18.0.3", "jest": "^28.1.2", "rimraf": "^3.0.2" }, "dependencies": { - "@cspell/cspell-pipe": "^6.2.2", - "@cspell/cspell-types": "^6.2.2" + "@cspell/cspell-pipe": "^6.2.3", + "@cspell/cspell-types": "^6.2.3" }, - "gitHead": "b7716e80c39a780f98cde747ad66c55247636621" + "gitHead": "39766b5de9d52077dce7e3af0af5f25b6f2d4f6a" } diff --git a/action/node_modules/cspell-io/package.json b/action/node_modules/cspell-io/package.json index 52398c4dc..5a45c2aff 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.2.2", + "version": "6.2.3", "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.0", + "@types/node": "^18.0.3", "fs-extra": "^10.1.0", "jest": "^28.1.2", "lorem-ipsum": "^2.0.8", @@ -49,5 +49,5 @@ "@types/node-fetch": "^2.6.2", "node-fetch": "^2.6.7" }, - "gitHead": "b7716e80c39a780f98cde747ad66c55247636621" + "gitHead": "39766b5de9d52077dce7e3af0af5f25b6f2d4f6a" } diff --git a/action/node_modules/cspell-lib/package.json b/action/node_modules/cspell-lib/package.json index 277623690..466f327eb 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.2.2", + "version": "6.2.3", "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.2.2", - "@cspell/cspell-pipe": "^6.2.2", - "@cspell/cspell-types": "^6.2.2", + "@cspell/cspell-bundled-dicts": "^6.2.3", + "@cspell/cspell-pipe": "^6.2.3", + "@cspell/cspell-types": "^6.2.3", "clear-module": "^4.1.2", "comment-json": "^4.2.2", "configstore": "^5.0.1", "cosmiconfig": "^7.0.1", - "cspell-glob": "^6.2.2", - "cspell-grammar": "^6.2.2", - "cspell-io": "^6.2.2", - "cspell-trie-lib": "^6.2.2", + "cspell-glob": "^6.2.3", + "cspell-grammar": "^6.2.3", + "cspell-io": "^6.2.3", + "cspell-trie-lib": "^6.2.3", "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.1.1", + "@cspell/dict-cpp": "^3.2.0", "@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.4", - "@types/node": "^18.0.0", + "@types/node": "^18.0.3", "cspell-dict-nl-nl": "^1.1.2", "jest": "^28.1.2", "lorem-ipsum": "^2.0.8", @@ -93,5 +93,5 @@ "rollup-plugin-dts": "^4.2.2", "ts-jest": "^28.0.5" }, - "gitHead": "b7716e80c39a780f98cde747ad66c55247636621" + "gitHead": "39766b5de9d52077dce7e3af0af5f25b6f2d4f6a" } diff --git a/action/node_modules/cspell-trie-lib/package.json b/action/node_modules/cspell-trie-lib/package.json index 669174030..ca5dc896c 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.2.2", + "version": "6.2.3", "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.2.2", + "@cspell/cspell-pipe": "^6.2.3", "fs-extra": "^10.1.0", "gensequence": "^3.1.1" }, @@ -45,13 +45,13 @@ "node": ">=14" }, "devDependencies": { - "@cspell/cspell-types": "^6.2.2", - "@cspell/dict-en_us": "^2.2.8", + "@cspell/cspell-types": "^6.2.3", + "@cspell/dict-en_us": "^2.2.10", "@cspell/dict-es-es": "^2.2.0", "@types/fs-extra": "^9.0.13", - "@types/node": "^18.0.0", + "@types/node": "^18.0.3", "jest": "^28.1.2", "rimraf": "^3.0.2" }, - "gitHead": "b7716e80c39a780f98cde747ad66c55247636621" + "gitHead": "39766b5de9d52077dce7e3af0af5f25b6f2d4f6a" } diff --git a/action/node_modules/cspell/package.json b/action/node_modules/cspell/package.json index 761687d73..1cd40b038 100644 --- a/action/node_modules/cspell/package.json +++ b/action/node_modules/cspell/package.json @@ -1,6 +1,6 @@ { "name": "cspell", - "version": "6.2.2", + "version": "6.2.3", "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.2.2", + "@cspell/cspell-pipe": "^6.2.3", "chalk": "^4.1.2", "commander": "^9.3.0", - "cspell-gitignore": "^6.2.2", - "cspell-glob": "^6.2.2", - "cspell-lib": "^6.2.2", + "cspell-gitignore": "^6.2.3", + "cspell-glob": "^6.2.3", + "cspell-lib": "^6.2.3", "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.2.2", - "@cspell/cspell-types": "^6.2.2", + "@cspell/cspell-json-reporter": "^6.2.3", + "@cspell/cspell-types": "^6.2.3", "@types/file-entry-cache": "^5.0.2", "@types/fs-extra": "^9.0.13", "@types/glob": "^7.2.0", @@ -106,5 +106,5 @@ "rollup": "^2.75.7", "rollup-plugin-dts": "^4.2.2" }, - "gitHead": "b7716e80c39a780f98cde747ad66c55247636621" + "gitHead": "39766b5de9d52077dce7e3af0af5f25b6f2d4f6a" } diff --git a/action/package.json b/action/package.json index bca1cbc47..68491a1fe 100644 --- a/action/package.json +++ b/action/package.json @@ -12,10 +12,10 @@ "@actions/core": "^1.9.0", "@actions/github": "^5.0.3", "@octokit/core": "^3.6.0", - "@octokit/plugin-rest-endpoint-methods": "^5.16.1", + "@octokit/plugin-rest-endpoint-methods": "^5.16.2", "@octokit/rest": "^18.12.0", - "cspell": "^6.2.2", - "cspell-glob": "^6.2.2", + "cspell": "^6.2.3", + "cspell-glob": "^6.2.3", "vscode-uri": "^3.0.3" } } diff --git a/yarn.lock b/yarn.lock index 21c144a83..5a4d71b31 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.2.2": - version "6.2.2" - resolved "https://registry.npmjs.org/@cspell/cspell-bundled-dicts/-/cspell-bundled-dicts-6.2.2.tgz#56132417a05beac7aed14a21f55596c64fba1181" - integrity sha512-RyWRgaS1DW3FOkH3zd/meXGt704GfHfAcYaNQTmrEdqe15J8dH42ki+GYgmgA6jG8I+ZqEkiDx5pt+mYgOo/dQ== +"@cspell/cspell-bundled-dicts@^6.2.3": + version "6.2.3" + resolved "https://registry.npmjs.org/@cspell/cspell-bundled-dicts/-/cspell-bundled-dicts-6.2.3.tgz#ae9bc707c313d556b3fd2190f77a16ea11ea90e8" + integrity sha512-W0g0rTaLhyiFaLctZgrx8N68R6RLA2yge9lnCaMjdmGk8JcmO+BcxsVQEC+ctnCzMU82xrS9Jh9LZUEXpWQ5lw== dependencies: "@cspell/dict-ada" "^2.0.0" "@cspell/dict-aws" "^2.0.0" "@cspell/dict-bash" "^2.0.3" "@cspell/dict-companies" "^2.0.6" - "@cspell/dict-cpp" "^3.1.1" + "@cspell/dict-cpp" "^3.2.0" "@cspell/dict-cryptocurrencies" "^2.0.0" "@cspell/dict-csharp" "^3.0.1" "@cspell/dict-css" "^2.0.0" @@ -327,17 +327,17 @@ "@cspell/dict-dotnet" "^2.0.1" "@cspell/dict-elixir" "^2.0.1" "@cspell/dict-en-gb" "^1.1.33" - "@cspell/dict-en_us" "^2.2.8" - "@cspell/dict-filetypes" "^2.0.2" + "@cspell/dict-en_us" "^2.2.10" + "@cspell/dict-filetypes" "^2.1.0" "@cspell/dict-fonts" "^2.0.1" "@cspell/dict-fullstack" "^2.0.6" "@cspell/dict-git" "^1.0.1" "@cspell/dict-golang" "^3.0.1" - "@cspell/dict-haskell" "^2.0.0" + "@cspell/dict-haskell" "^2.0.1" "@cspell/dict-html" "^3.0.2" "@cspell/dict-html-symbol-entities" "^3.0.0" - "@cspell/dict-java" "^3.0.5" - "@cspell/dict-latex" "^2.0.7" + "@cspell/dict-java" "^3.0.7" + "@cspell/dict-latex" "^2.0.9" "@cspell/dict-lorem-ipsum" "^2.0.0" "@cspell/dict-lua" "^2.0.0" "@cspell/dict-node" "^3.0.1" @@ -350,20 +350,20 @@ "@cspell/dict-ruby" "^2.0.1" "@cspell/dict-rust" "^2.0.1" "@cspell/dict-scala" "^2.0.0" - "@cspell/dict-software-terms" "^2.1.9" + "@cspell/dict-software-terms" "^2.1.10" "@cspell/dict-swift" "^1.0.3" "@cspell/dict-typescript" "^2.0.0" "@cspell/dict-vue" "^2.0.2" -"@cspell/cspell-pipe@^6.2.2": - version "6.2.2" - resolved "https://registry.npmjs.org/@cspell/cspell-pipe/-/cspell-pipe-6.2.2.tgz#191042b50dfdf415a436721998d8ff1694b27e33" - integrity sha512-Fwj979nv4970xEF/7KBu4eyQWglP5HZkKzI7++sikgJHt3jmWSiiA5VQOl8oqg4X3beJDwplP8dc/bjEXMA9TQ== +"@cspell/cspell-pipe@^6.2.3": + version "6.2.3" + resolved "https://registry.npmjs.org/@cspell/cspell-pipe/-/cspell-pipe-6.2.3.tgz#bff75e891d3b48792d409502dffccb6f9a0260cc" + integrity sha512-0BXpwTHOv3Ea3dFqGvhTHWwhKchOUOHQDoxd92vkbucSlqGHWavhgkXYSkPWgkP3CpIL7Hngb+hRXfcjldv19w== -"@cspell/cspell-types@^6.2.2": - version "6.2.2" - resolved "https://registry.npmjs.org/@cspell/cspell-types/-/cspell-types-6.2.2.tgz#12b01a108ce0d9a6512fdbe564f3fbc67205a78b" - integrity sha512-8HBXahSu3DmMms5W9C00jRzYiH770WtvzRHxh/WdEtDD8qqXYRbjX8+gMsaDR5yhjI8MZZE+GGXk5wyuayw+/g== +"@cspell/cspell-types@^6.2.3": + version "6.2.3" + resolved "https://registry.npmjs.org/@cspell/cspell-types/-/cspell-types-6.2.3.tgz#3c0cb78dd745fbb3c88ee630ba7027128df8eabb" + integrity sha512-LniJZh677y25yFgVcoXdNM09aagXN2D0/wuQs2dTLiRHLNJnUlHHc0es4KOkbgkg0fqkcpzJAokS5TqdpPv89Q== "@cspell/dict-ada@^2.0.0": version "2.0.0" @@ -381,11 +381,11 @@ integrity sha512-iw78lmxm49q2LhHTQCSu9zs85E8Sm6ui82OvxajU9rdhckFzZoj/KCQi9P0gFuL+w3WmQObHqdH2/sxK4oi2wA== "@cspell/dict-companies@^2.0.6": - version "2.0.6" - resolved "https://registry.npmjs.org/@cspell/dict-companies/-/dict-companies-2.0.6.tgz#55bd1c0bb48cd10682ea023506503fcba82c3de7" - integrity sha512-S1U+ZqvwDwiMYEFPKNxRmH0z7YlmOj93xadga4U0LMa3S4ORSf192uMB0w0AFBwXUPnXHM5uqIGP0LTt0b4Ygg== + version "2.0.7" + resolved "https://registry.npmjs.org/@cspell/dict-companies/-/dict-companies-2.0.7.tgz#55296633d47c72bcbd1cc01e0107401dcf45219a" + integrity sha512-Nb1Tc/HKotxagJ9w1U4tLAM9bH83QXQojoW7cl135yRVmjfeVG0qufKXjq6wq84KdAtnhmzSyzvVJa/ciD1t9g== -"@cspell/dict-cpp@^3.1.1": +"@cspell/dict-cpp@^3.2.0": version "3.2.0" resolved "https://registry.npmjs.org/@cspell/dict-cpp/-/dict-cpp-3.2.0.tgz#31dc134f2adabad9373cce3f9393edaf70588796" integrity sha512-xMHC00Ozq2zKKqgDMCe+E+z5oExlT7GP9PFM4XzUDwG7fmkU3WQnDtBGP2Zn6ed7mhz5DEmvT+SKrmCh6mh3Yg== @@ -435,12 +435,12 @@ resolved "https://registry.npmjs.org/@cspell/dict-en-gb/-/dict-en-gb-1.1.33.tgz#7f1fd90fc364a5cb77111b5438fc9fcf9cc6da0e" integrity sha512-tKSSUf9BJEV+GJQAYGw5e+ouhEe2ZXE620S7BLKe3ZmpnjlNG9JqlnaBhkIMxKnNFkLY2BP/EARzw31AZnOv4g== -"@cspell/dict-en_us@^2.2.8": +"@cspell/dict-en_us@^2.2.10": version "2.2.10" resolved "https://registry.npmjs.org/@cspell/dict-en_us/-/dict-en_us-2.2.10.tgz#a3def574677b8ef0073707acbb9e55ec27967a9e" integrity sha512-f9R4JpxwhA7kGITO95+NHP+RlURj6sFsRIdSx3uUsc66OXv4F77XWtkdMcTpRIvAr1r5ZpiK/m9ITWZ4wAeYMg== -"@cspell/dict-filetypes@^2.0.2": +"@cspell/dict-filetypes@^2.1.0": version "2.1.0" resolved "https://registry.npmjs.org/@cspell/dict-filetypes/-/dict-filetypes-2.1.0.tgz#31a38e7ced057d97e4423c277f6a255cd543a5e5" integrity sha512-YqdBw5sgZsEbXCbA7Dz01982sUrOyOQEJNwRrU2HlSgEswubapwJnATZ8WoPnE/NviVi0TvTqhReEQni55vtLA== @@ -465,7 +465,7 @@ resolved "https://registry.npmjs.org/@cspell/dict-golang/-/dict-golang-3.0.1.tgz#acde95eb340c4512d132586a8326b1b3d971c0f7" integrity sha512-0KNfXTbxHW2l8iVjxeOf+KFv9Qrw3z5cyKnkuYJWlBTSB5KcUBfeKCb4fsds26VdANqiy6U91b4gDx5kNEmBjQ== -"@cspell/dict-haskell@^2.0.0": +"@cspell/dict-haskell@^2.0.1": version "2.0.1" resolved "https://registry.npmjs.org/@cspell/dict-haskell/-/dict-haskell-2.0.1.tgz#941aa5eed0eb5e327e1a2b04dcad4f0e60f663c0" integrity sha512-ooA23qIG7InOOxlLm67CNH5O2J85QsPHEAzEU9KEqVfYG5ovFs5tx6n9pHekDVk3MpQULpqfNUYDR0KigPLg5g== @@ -480,12 +480,12 @@ resolved "https://registry.npmjs.org/@cspell/dict-html/-/dict-html-3.0.2.tgz#acd0a06a9adcbff85d1ed6044c0636fb5294b078" integrity sha512-ugMVQHZTvpYA/w8/E2dbSx2hdfFU9y91Omx40VUC6cNyF7jx00VKueK6gcRF3QZoB1PUhjla2YzxqRxuXI908A== -"@cspell/dict-java@^3.0.5": +"@cspell/dict-java@^3.0.7": version "3.0.7" resolved "https://registry.npmjs.org/@cspell/dict-java/-/dict-java-3.0.7.tgz#609a640f6e6816de0e2ac1f1e2ef2c9939970601" integrity sha512-IL7ubsRvKX6dZSx++TplJCfhiS7kkEGpbTPG0gMEP50DTNAVM4icZS8zmer2UBCU5PTwF85abJjdX7mRADWKVg== -"@cspell/dict-latex@^2.0.7": +"@cspell/dict-latex@^2.0.9": version "2.0.9" resolved "https://registry.npmjs.org/@cspell/dict-latex/-/dict-latex-2.0.9.tgz#ba376b2ae8c4b9fad14e8ed293df027a8b08348f" integrity sha512-d1kTK6dJb5z6UcfASQWjqQlsjZvnoVOvMWxYtLpGksYf6gM4IgqoPVNMLYYK6xBS4T/uAnLIj975A6YuAeyZpg== @@ -550,10 +550,10 @@ 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.9": - version "2.1.10" - resolved "https://registry.npmjs.org/@cspell/dict-software-terms/-/dict-software-terms-2.1.10.tgz#de290a0d153299baece5401f7faa81a7443d39d2" - integrity sha512-L/4XuWQj0EAzWiuq16+9Mk5bTD2FtLCT+VY1gMgrzWtrwdMNTuunyGDzOC6iN5/yxrMSm7BeOKmaVpBhx4Et9g== +"@cspell/dict-software-terms@^2.1.10": + version "2.1.11" + resolved "https://registry.npmjs.org/@cspell/dict-software-terms/-/dict-software-terms-2.1.11.tgz#c7dd19ef40ba0edac7fdfbdc7c1887eb571e0b20" + integrity sha512-GYW/CNDkPxX3QYsecHim0/rejxeBTR/eXCMYuFWuGOpc7D08lmI57+W+aNZLHqaQ//7YvqNAFOrLXGFmvPUqWg== "@cspell/dict-swift@^1.0.3": version "1.0.3" @@ -831,9 +831,9 @@ "@jridgewell/trace-mapping" "^0.3.9" "@jridgewell/resolve-uri@^3.0.3": - version "3.0.8" - resolved "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.0.8.tgz#687cc2bbf243f4e9a868ecf2262318e2658873a1" - integrity sha512-YK5G9LaddzGbcucK4c8h5tWFmMPBvRZ/uyWmN1/SbBdIvqGUdWGkJ5BAaccgs6XbzVLsqbPJrBSFwKv3kT9i7w== + version "3.1.0" + resolved "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.1.0.tgz#2203b118c157721addfe69d47b70465463066d78" + integrity sha512-F2msla3tad+Mfht5cJq7LSXcdudKTWCVYUgw6pLFOOHSTtZlj6SWNYAp+AhuqLmWdBO2X5hPrLcu8cVP8fy28w== "@jridgewell/set-array@^1.0.0", "@jridgewell/set-array@^1.0.1": version "1.1.2" @@ -913,9 +913,9 @@ universal-user-agent "^6.0.0" "@octokit/openapi-types@^12.7.0": - version "12.7.0" - resolved "https://registry.npmjs.org/@octokit/openapi-types/-/openapi-types-12.7.0.tgz#b8e9434b5e005d88ebc49e102b39ba10d022923f" - integrity sha512-vWXEPETgvltt9jEYdNtQTM8xnsQ7loEbBaLV26V7Tx8ovoN8P7R3XvhFeWiboqNhlXuBsIg1QI979WElB5mGXw== + version "12.8.0" + resolved "https://registry.npmjs.org/@octokit/openapi-types/-/openapi-types-12.8.0.tgz#f4708cf948724d6e8f7d878cfd91584c1c5c0523" + integrity sha512-ydcKLs2KKcxlhpdWLzJxEBDEk/U5MUeqtqkXlrtAUXXFPs6vLl1PEGghFC/BbpleosB7iXs0Z4P2DGe7ZT5ZNg== "@octokit/plugin-paginate-rest@^2.16.8", "@octokit/plugin-paginate-rest@^2.17.0": version "2.21.1" @@ -929,12 +929,12 @@ resolved "https://registry.npmjs.org/@octokit/plugin-request-log/-/plugin-request-log-1.0.4.tgz#5e50ed7083a613816b1e4a28aeec5fb7f1462e85" integrity sha512-mLUsMkgP7K/cnFEw07kWqXGF5LKrOkD+lhCrKvPHXWDywAwuDUeDwWBpc69XK3pNX0uKiVt8g5z96PJ6z9xCFA== -"@octokit/plugin-rest-endpoint-methods@^5.12.0", "@octokit/plugin-rest-endpoint-methods@^5.13.0", "@octokit/plugin-rest-endpoint-methods@^5.16.1": - version "5.16.1" - resolved "https://registry.npmjs.org/@octokit/plugin-rest-endpoint-methods/-/plugin-rest-endpoint-methods-5.16.1.tgz#24e5c33cb039bef3168db7e6266be5a6025df2a4" - integrity sha512-RMHD3aJZvOpjR2fGzD2an6eU7LG8MsknhUHvP+wRUnKdbt7eDdhTMLQsZ4xsHZcLNsxPO/K4DDIZPhI2s571Ag== +"@octokit/plugin-rest-endpoint-methods@^5.12.0", "@octokit/plugin-rest-endpoint-methods@^5.13.0", "@octokit/plugin-rest-endpoint-methods@^5.16.2": + version "5.16.2" + resolved "https://registry.npmjs.org/@octokit/plugin-rest-endpoint-methods/-/plugin-rest-endpoint-methods-5.16.2.tgz#7ee8bf586df97dd6868cf68f641354e908c25342" + integrity sha512-8QFz29Fg5jDuTPXVtey05BLm7OB+M8fnvE64RNegzX7U+5NUXcOcnpTIK0YfSHBg8gYd0oxIq3IZTe9SfPZiRw== dependencies: - "@octokit/types" "^6.38.2" + "@octokit/types" "^6.39.0" deprecation "^2.3.1" "@octokit/request-error@^2.0.5", "@octokit/request-error@^2.1.0": @@ -968,7 +968,7 @@ "@octokit/plugin-request-log" "^1.0.4" "@octokit/plugin-rest-endpoint-methods" "^5.12.0" -"@octokit/types@^6.0.3", "@octokit/types@^6.16.1", "@octokit/types@^6.38.2": +"@octokit/types@^6.0.3", "@octokit/types@^6.16.1", "@octokit/types@^6.38.2", "@octokit/types@^6.39.0": version "6.39.0" resolved "https://registry.npmjs.org/@octokit/types/-/types-6.39.0.tgz#46ce28ca59a3d4bac0e487015949008302e78eee" integrity sha512-Mq4N9sOAYCitTsBtDdRVrBE80lIrMBhL9Jbrw0d+j96BAzlq4V+GLHFJbHokEsVvO/9tQupQdoFdgVYhD2C8UQ== @@ -1170,9 +1170,9 @@ form-data "^3.0.0" "@types/node@*": - version "18.0.1" - resolved "https://registry.npmjs.org/@types/node/-/node-18.0.1.tgz#e91bd73239b338557a84d1f67f7b9e0f25643870" - integrity sha512-CmR8+Tsy95hhwtZBKJBs0/FFq4XX7sDZHlGGf+0q+BRZfMbOTkzkj0AFAuTyXbObDIoanaBBW0+KEW+m3N16Wg== + version "18.0.3" + resolved "https://registry.npmjs.org/@types/node/-/node-18.0.3.tgz#463fc47f13ec0688a33aec75d078a0541a447199" + integrity sha512-HzNRZtp4eepNitP+BD6k2L6DROIDG4Q0fm4x+dwfsr6LGmROENnok75VGw40628xf+iR24WeMFcHuuBDUAzzsQ== "@types/normalize-package-data@^2.4.0": version "2.4.1" @@ -1989,53 +1989,53 @@ crypto-random-string@^2.0.0: resolved "https://registry.npmjs.org/crypto-random-string/-/crypto-random-string-2.0.0.tgz#ef2a7a966ec11083388369baa02ebead229b30d5" integrity sha512-v1plID3y9r/lPhviJ1wrXpLeyUIGAZ2SHNYTEapm7/8A9nLPoyvVp3RK/EPFqn5kEznyWgYZNsRtYYIWbuG8KA== -cspell-gitignore@^6.2.2: - version "6.2.2" - resolved "https://registry.npmjs.org/cspell-gitignore/-/cspell-gitignore-6.2.2.tgz#efa2e6d854caca2eec70b3f2d315ea52b97acbf8" - integrity sha512-B8w99hyf+Hlzc/6LibsGRyd7D2gW8U729Jpo6UIIN/etiiwFMAcLhtK7E5xVo4qKaOkLTKAf/YpYC7yMaY8UYQ== +cspell-gitignore@^6.2.3: + version "6.2.3" + resolved "https://registry.npmjs.org/cspell-gitignore/-/cspell-gitignore-6.2.3.tgz#0f69e1c8216cc73776c7fc5f1e3113e0dfeca9d0" + integrity sha512-+oZ6n/LWMUYSgvxompdaaPM9gcQN2SDNEs2wmaPh1NbcdClUsNQ/sBHkux8eH41go/FP5wBI4i0ZAeiGcyPCrw== dependencies: - cspell-glob "^6.2.2" + cspell-glob "^6.2.3" find-up "^5.0.0" -cspell-glob@^6.2.2: - version "6.2.2" - resolved "https://registry.npmjs.org/cspell-glob/-/cspell-glob-6.2.2.tgz#e3b6359af87c17e5b6f1dc1da766ad3c9aa2583f" - integrity sha512-v37OZskdjjRBjX1KA657Y+RegTZg1nHVqN5NkZNlbnqRERkZ0avhxjgaWA9WAcEDQOV02lmXIrLsq/JCps660A== +cspell-glob@^6.2.3: + version "6.2.3" + resolved "https://registry.npmjs.org/cspell-glob/-/cspell-glob-6.2.3.tgz#b98bea3d15d5a0c929a7659dd320d878b149a9cd" + integrity sha512-syeig1xAvReU8Qn78NuUaUhbUfop4oSAt+0l+zCQk0wsXA9vGhIzH5rctwOzBfDQhA7RFC62c+OUCEtVZ4QY4g== dependencies: micromatch "^4.0.5" -cspell-grammar@^6.2.2: - version "6.2.2" - resolved "https://registry.npmjs.org/cspell-grammar/-/cspell-grammar-6.2.2.tgz#53da93649fcabaa53c97689efe5f5bcd39c4671e" - integrity sha512-YXY+Wz3UzEHxRDgwIig4wCAoKsslsE31wMVfVWBwoAd1Pnl+d1wXKbW+6G2/awpRCKcRMLBCr/a3yepo2ZSwFg== +cspell-grammar@^6.2.3: + version "6.2.3" + resolved "https://registry.npmjs.org/cspell-grammar/-/cspell-grammar-6.2.3.tgz#defdcf7c7133cebaeef5d25d0c5047cbdf08ce8c" + integrity sha512-KzAGwfGWDMuWbTR2iHQJDxwiN8tAwNsyHh7H9x2gdKR3LXqGiAvYRbMkmYZWqyUnc6vvkFeuAn2HgsjB0W7zdQ== dependencies: - "@cspell/cspell-pipe" "^6.2.2" - "@cspell/cspell-types" "^6.2.2" + "@cspell/cspell-pipe" "^6.2.3" + "@cspell/cspell-types" "^6.2.3" -cspell-io@^6.2.2: - version "6.2.2" - resolved "https://registry.npmjs.org/cspell-io/-/cspell-io-6.2.2.tgz#1e1378239e77c9b290ed66a415d2ec867b66b7a2" - integrity sha512-wIHYxN6Fq8w22S37gEYKCWEBO3sntwxm8dvInbmbKM4qH7VSWAivZFcb7hW0gO2WAx4iOgMm2BiT3IfqFmBZgQ== +cspell-io@^6.2.3: + version "6.2.3" + resolved "https://registry.npmjs.org/cspell-io/-/cspell-io-6.2.3.tgz#092b3cbdaa2e890710110c14e2586b44a9119e71" + integrity sha512-ePAJINDJiaKh85ejOAzRKwyDbOLdXA6oeewqTbLDjm3+qc04B4ekbxUYip0ntQSTsCEJzGXUC+DjMwk53Aie2A== dependencies: "@types/node-fetch" "^2.6.2" node-fetch "^2.6.7" -cspell-lib@^6.2.2: - version "6.2.2" - resolved "https://registry.npmjs.org/cspell-lib/-/cspell-lib-6.2.2.tgz#72d3b38268358d6fb4b0b46db040109b1c41a913" - integrity sha512-+oTxHuX0mrtsIjT+jx1gHVISEWpKMYk1JtxiYdvoBNVDvtOKMO/IztfS0v72dq/oC57RsFB/X8miFI4p9jYBrQ== +cspell-lib@^6.2.3: + version "6.2.3" + resolved "https://registry.npmjs.org/cspell-lib/-/cspell-lib-6.2.3.tgz#c7862c0e40229a3067f551afd2a90395c8108c97" + integrity sha512-/Wh03jf6EUJEUZcqeZcswfLQVOzkRF0hOD06DUso+IHg6/jkC/zMjZcUTWpkbCDlp2H0CRzR+Oonm0VPvyVs/Q== dependencies: - "@cspell/cspell-bundled-dicts" "^6.2.2" - "@cspell/cspell-pipe" "^6.2.2" - "@cspell/cspell-types" "^6.2.2" + "@cspell/cspell-bundled-dicts" "^6.2.3" + "@cspell/cspell-pipe" "^6.2.3" + "@cspell/cspell-types" "^6.2.3" clear-module "^4.1.2" comment-json "^4.2.2" configstore "^5.0.1" cosmiconfig "^7.0.1" - cspell-glob "^6.2.2" - cspell-grammar "^6.2.2" - cspell-io "^6.2.2" - cspell-trie-lib "^6.2.2" + cspell-glob "^6.2.3" + cspell-grammar "^6.2.3" + cspell-io "^6.2.3" + cspell-trie-lib "^6.2.3" fast-equals "^4.0.1" find-up "^5.0.0" fs-extra "^10.1.0" @@ -2046,26 +2046,26 @@ cspell-lib@^6.2.2: vscode-languageserver-textdocument "^1.0.5" vscode-uri "^3.0.3" -cspell-trie-lib@^6.2.2: - version "6.2.2" - resolved "https://registry.npmjs.org/cspell-trie-lib/-/cspell-trie-lib-6.2.2.tgz#5e711b71747cbcbbce51002c493e989129de7947" - integrity sha512-SaxlXLJTcHi6u+nMqtmt7BEPaUEqBpG7KFOBdLyxen6EYxKfZfAJ9Oazki4z91BjcPOHbEoKI0ou7+IgQKqNuQ== +cspell-trie-lib@^6.2.3: + version "6.2.3" + resolved "https://registry.npmjs.org/cspell-trie-lib/-/cspell-trie-lib-6.2.3.tgz#d53b826c2e94f94a7d284ab556cc7b22dc7c5ab3" + integrity sha512-MiModTZkkwymFFP1kr4deGB85i5CXxg6XeDuv2MTX9IDtPFQ03OTqP8YhnGSJCEQVrhgV6FUWI893BsXy0hz9A== dependencies: - "@cspell/cspell-pipe" "^6.2.2" + "@cspell/cspell-pipe" "^6.2.3" fs-extra "^10.1.0" gensequence "^3.1.1" -cspell@^6.2.2: - version "6.2.2" - resolved "https://registry.npmjs.org/cspell/-/cspell-6.2.2.tgz#fbec694b71e3b8514ad11297ae9a42c30fe2f4b9" - integrity sha512-c/dEvmlriOM6at/FQ2gQN6ywu1K9wRw+JU8I9QHpYrJ3VIOMen3c1AXy3rnAkGMOWm6y9gy5PGDRcJaQlE4C7Q== +cspell@^6.2.3: + version "6.2.3" + resolved "https://registry.npmjs.org/cspell/-/cspell-6.2.3.tgz#ec1390cd36f6b6c0973194b080835c7d5f0560a5" + integrity sha512-b4fNrBZSiXaDJARLZqYVOW8mEQ2nTO/8ZzLGRorvGasWtpy58hKdXQp9IcynT6w/Ck2WfUqjffEayFNZYbYWEQ== dependencies: - "@cspell/cspell-pipe" "^6.2.2" + "@cspell/cspell-pipe" "^6.2.3" chalk "^4.1.2" commander "^9.3.0" - cspell-gitignore "^6.2.2" - cspell-glob "^6.2.2" - cspell-lib "^6.2.2" + cspell-gitignore "^6.2.3" + cspell-glob "^6.2.3" + cspell-lib "^6.2.3" fast-json-stable-stringify "^2.1.0" file-entry-cache "^6.0.1" fs-extra "^10.1.0" @@ -2198,9 +2198,9 @@ ee-first@1.1.1: integrity sha512-WMwm9LhRUo+WUaRN+vRuETqG89IgZphVSNkdFgeb6sS/E4OrDIN7t48CAewSHXc6C8lefD8KKfr5vY61brQlow== electron-to-chromium@^1.4.172: - version "1.4.179" - resolved "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.179.tgz#450561ade3ca3497dfed65af412c672972b2dad5" - integrity sha512-1XeTb/U/8Xgh2YgPOqhakLYsvCcU4U7jUjTMbEnhIJoIWd/Qt3yC8y0cbG+fHzn4zUNF99Ey1xiPf20bwgLO3Q== + version "1.4.184" + resolved "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.184.tgz#381d4d111fc82d3376ed690dfb621e675f9078a9" + integrity sha512-IADi390FRdvxWfVX3hjzfTDNVHiTqVo9ar53/7em/SfhUG9YcjVhyQecY/XwmBHRKden/wFud7RWOUH7+7LFng== emittery@^0.10.2: version "0.10.2"