|
2067 | 2067 | "@types/yargs-parser" "*"
|
2068 | 2068 |
|
2069 | 2069 | "@typescript-eslint/eslint-plugin@^6.8.0":
|
2070 |
| - version "6.19.1" |
2071 |
| - resolved "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-6.19.1.tgz#bb0676af940bc23bf299ca58dbdc6589c2548c2e" |
2072 |
| - integrity sha512-roQScUGFruWod9CEyoV5KlCYrubC/fvG8/1zXuT0WTcxX87GnMMmnksMwSg99lo1xiKrBzw2icsJPMAw1OtKxg== |
| 2070 | + version "6.20.0" |
| 2071 | + resolved "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-6.20.0.tgz#9cf31546d2d5e884602626d89b0e0d2168ac25ed" |
| 2072 | + integrity sha512-fTwGQUnjhoYHeSF6m5pWNkzmDDdsKELYrOBxhjMrofPqCkoC2k3B2wvGHFxa1CTIqkEn88nlW1HVMztjo2K8Hg== |
2073 | 2073 | dependencies:
|
2074 | 2074 | "@eslint-community/regexpp" "^4.5.1"
|
2075 |
| - "@typescript-eslint/scope-manager" "6.19.1" |
2076 |
| - "@typescript-eslint/type-utils" "6.19.1" |
2077 |
| - "@typescript-eslint/utils" "6.19.1" |
2078 |
| - "@typescript-eslint/visitor-keys" "6.19.1" |
| 2075 | + "@typescript-eslint/scope-manager" "6.20.0" |
| 2076 | + "@typescript-eslint/type-utils" "6.20.0" |
| 2077 | + "@typescript-eslint/utils" "6.20.0" |
| 2078 | + "@typescript-eslint/visitor-keys" "6.20.0" |
2079 | 2079 | debug "^4.3.4"
|
2080 | 2080 | graphemer "^1.4.0"
|
2081 | 2081 | ignore "^5.2.4"
|
|
2084 | 2084 | ts-api-utils "^1.0.1"
|
2085 | 2085 |
|
2086 | 2086 | "@typescript-eslint/parser@^6.8.0":
|
2087 |
| - version "6.19.1" |
2088 |
| - resolved "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-6.19.1.tgz#68a87bb21afaf0b1689e9cdce0e6e75bc91ada78" |
2089 |
| - integrity sha512-WEfX22ziAh6pRE9jnbkkLGp/4RhTpffr2ZK5bJ18M8mIfA8A+k97U9ZyaXCEJRlmMHh7R9MJZWXp/r73DzINVQ== |
2090 |
| - dependencies: |
2091 |
| - "@typescript-eslint/scope-manager" "6.19.1" |
2092 |
| - "@typescript-eslint/types" "6.19.1" |
2093 |
| - "@typescript-eslint/typescript-estree" "6.19.1" |
2094 |
| - "@typescript-eslint/visitor-keys" "6.19.1" |
| 2087 | + version "6.20.0" |
| 2088 | + resolved "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-6.20.0.tgz#17e314177304bdf498527e3c4b112e41287b7416" |
| 2089 | + integrity sha512-bYerPDF/H5v6V76MdMYhjwmwgMA+jlPVqjSDq2cRqMi8bP5sR3Z+RLOiOMad3nsnmDVmn2gAFCyNgh/dIrfP/w== |
| 2090 | + dependencies: |
| 2091 | + "@typescript-eslint/scope-manager" "6.20.0" |
| 2092 | + "@typescript-eslint/types" "6.20.0" |
| 2093 | + "@typescript-eslint/typescript-estree" "6.20.0" |
| 2094 | + "@typescript-eslint/visitor-keys" "6.20.0" |
2095 | 2095 | debug "^4.3.4"
|
2096 | 2096 |
|
2097 | 2097 | "@typescript-eslint/[email protected]":
|
|
2102 | 2102 | "@typescript-eslint/types" "5.62.0"
|
2103 | 2103 | "@typescript-eslint/visitor-keys" "5.62.0"
|
2104 | 2104 |
|
2105 |
| -"@typescript-eslint/scope-manager@6.19.1": |
2106 |
| - version "6.19.1" |
2107 |
| - resolved "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-6.19.1.tgz#2f527ee30703a6169a52b31d42a1103d80acd51b" |
2108 |
| - integrity sha512-4CdXYjKf6/6aKNMSly/BP4iCSOpvMmqtDzRtqFyyAae3z5kkqEjKndR5vDHL8rSuMIIWP8u4Mw4VxLyxZW6D5w== |
| 2105 | +"@typescript-eslint/scope-manager@6.20.0": |
| 2106 | + version "6.20.0" |
| 2107 | + resolved "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-6.20.0.tgz#8a926e60f6c47feb5bab878246dc2ae465730151" |
| 2108 | + integrity sha512-p4rvHQRDTI1tGGMDFQm+GtxP1ZHyAh64WANVoyEcNMpaTFn3ox/3CcgtIlELnRfKzSs/DwYlDccJEtr3O6qBvA== |
2109 | 2109 | dependencies:
|
2110 |
| - "@typescript-eslint/types" "6.19.1" |
2111 |
| - "@typescript-eslint/visitor-keys" "6.19.1" |
| 2110 | + "@typescript-eslint/types" "6.20.0" |
| 2111 | + "@typescript-eslint/visitor-keys" "6.20.0" |
2112 | 2112 |
|
2113 |
| -"@typescript-eslint/type-utils@6.19.1": |
2114 |
| - version "6.19.1" |
2115 |
| - resolved "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-6.19.1.tgz#6a130e3afe605a4898e043fa9f72e96309b54935" |
2116 |
| - integrity sha512-0vdyld3ecfxJuddDjACUvlAeYNrHP/pDeQk2pWBR2ESeEzQhg52DF53AbI9QCBkYE23lgkhLCZNkHn2hEXXYIg== |
| 2113 | +"@typescript-eslint/type-utils@6.20.0": |
| 2114 | + version "6.20.0" |
| 2115 | + resolved "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-6.20.0.tgz#d395475cd0f3610dd80c7d8716fa0db767da3831" |
| 2116 | + integrity sha512-qnSobiJQb1F5JjN0YDRPHruQTrX7ICsmltXhkV536mp4idGAYrIyr47zF/JmkJtEcAVnIz4gUYJ7gOZa6SmN4g== |
2117 | 2117 | dependencies:
|
2118 |
| - "@typescript-eslint/typescript-estree" "6.19.1" |
2119 |
| - "@typescript-eslint/utils" "6.19.1" |
| 2118 | + "@typescript-eslint/typescript-estree" "6.20.0" |
| 2119 | + "@typescript-eslint/utils" "6.20.0" |
2120 | 2120 | debug "^4.3.4"
|
2121 | 2121 | ts-api-utils "^1.0.1"
|
2122 | 2122 |
|
|
2125 | 2125 | resolved "https://registry.npmjs.org/@typescript-eslint/types/-/types-5.62.0.tgz#258607e60effa309f067608931c3df6fed41fd2f"
|
2126 | 2126 | integrity sha512-87NVngcbVXUahrRTqIK27gD2t5Cu1yuCXxbLcFtCzZGlfyVWWh8mLHkoxzjsB6DDNnvdL+fW8MiwPEJyGJQDgQ==
|
2127 | 2127 |
|
2128 |
| -"@typescript-eslint/types@6.19.1": |
2129 |
| - version "6.19.1" |
2130 |
| - resolved "https://registry.npmjs.org/@typescript-eslint/types/-/types-6.19.1.tgz#2d4c9d492a63ede15e7ba7d129bdf7714b77f771" |
2131 |
| - integrity sha512-6+bk6FEtBhvfYvpHsDgAL3uo4BfvnTnoge5LrrCj2eJN8g3IJdLTD4B/jK3Q6vo4Ql/Hoip9I8aB6fF+6RfDqg== |
| 2128 | +"@typescript-eslint/types@6.20.0": |
| 2129 | + version "6.20.0" |
| 2130 | + resolved "https://registry.npmjs.org/@typescript-eslint/types/-/types-6.20.0.tgz#5ccd74c29011ae7714ae6973e4ec0c634708b448" |
| 2131 | + integrity sha512-MM9mfZMAhiN4cOEcUOEx+0HmuaW3WBfukBZPCfwSqFnQy0grXYtngKCqpQN339X3RrwtzspWJrpbrupKYUSBXQ== |
2132 | 2132 |
|
2133 | 2133 | "@typescript-eslint/[email protected]":
|
2134 | 2134 | version "5.62.0"
|
|
2143 | 2143 | semver "^7.3.7"
|
2144 | 2144 | tsutils "^3.21.0"
|
2145 | 2145 |
|
2146 |
| -"@typescript-eslint/typescript-estree@6.19.1": |
2147 |
| - version "6.19.1" |
2148 |
| - resolved "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-6.19.1.tgz#796d88d88882f12e85bb33d6d82d39e1aea54ed1" |
2149 |
| - integrity sha512-aFdAxuhzBFRWhy+H20nYu19+Km+gFfwNO4TEqyszkMcgBDYQjmPJ61erHxuT2ESJXhlhrO7I5EFIlZ+qGR8oVA== |
| 2146 | +"@typescript-eslint/typescript-estree@6.20.0": |
| 2147 | + version "6.20.0" |
| 2148 | + resolved "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-6.20.0.tgz#5b2d0975949e6bdd8d45ee1471461ef5fadc5542" |
| 2149 | + integrity sha512-RnRya9q5m6YYSpBN7IzKu9FmLcYtErkDkc8/dKv81I9QiLLtVBHrjz+Ev/crAqgMNW2FCsoZF4g2QUylMnJz+g== |
2150 | 2150 | dependencies:
|
2151 |
| - "@typescript-eslint/types" "6.19.1" |
2152 |
| - "@typescript-eslint/visitor-keys" "6.19.1" |
| 2151 | + "@typescript-eslint/types" "6.20.0" |
| 2152 | + "@typescript-eslint/visitor-keys" "6.20.0" |
2153 | 2153 | debug "^4.3.4"
|
2154 | 2154 | globby "^11.1.0"
|
2155 | 2155 | is-glob "^4.0.3"
|
2156 | 2156 | minimatch "9.0.3"
|
2157 | 2157 | semver "^7.5.4"
|
2158 | 2158 | ts-api-utils "^1.0.1"
|
2159 | 2159 |
|
2160 |
| -"@typescript-eslint/utils@6.19.1": |
2161 |
| - version "6.19.1" |
2162 |
| - resolved "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-6.19.1.tgz#df93497f9cfddde2bcc2a591da80536e68acd151" |
2163 |
| - integrity sha512-JvjfEZuP5WoMqwh9SPAPDSHSg9FBHHGhjPugSRxu5jMfjvBpq5/sGTD+9M9aQ5sh6iJ8AY/Kk/oUYVEMAPwi7w== |
| 2160 | +"@typescript-eslint/utils@6.20.0": |
| 2161 | + version "6.20.0" |
| 2162 | + resolved "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-6.20.0.tgz#0e52afcfaa51af5656490ba4b7437cc3aa28633d" |
| 2163 | + integrity sha512-/EKuw+kRu2vAqCoDwDCBtDRU6CTKbUmwwI7SH7AashZ+W+7o8eiyy6V2cdOqN49KsTcASWsC5QeghYuRDTyOOg== |
2164 | 2164 | dependencies:
|
2165 | 2165 | "@eslint-community/eslint-utils" "^4.4.0"
|
2166 | 2166 | "@types/json-schema" "^7.0.12"
|
2167 | 2167 | "@types/semver" "^7.5.0"
|
2168 |
| - "@typescript-eslint/scope-manager" "6.19.1" |
2169 |
| - "@typescript-eslint/types" "6.19.1" |
2170 |
| - "@typescript-eslint/typescript-estree" "6.19.1" |
| 2168 | + "@typescript-eslint/scope-manager" "6.20.0" |
| 2169 | + "@typescript-eslint/types" "6.20.0" |
| 2170 | + "@typescript-eslint/typescript-estree" "6.20.0" |
2171 | 2171 | semver "^7.5.4"
|
2172 | 2172 |
|
2173 | 2173 | "@typescript-eslint/utils@^5.10.0":
|
|
2192 | 2192 | "@typescript-eslint/types" "5.62.0"
|
2193 | 2193 | eslint-visitor-keys "^3.3.0"
|
2194 | 2194 |
|
2195 |
| -"@typescript-eslint/visitor-keys@6.19.1": |
2196 |
| - version "6.19.1" |
2197 |
| - resolved "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-6.19.1.tgz#2164073ed4fc34a5ff3b5e25bb5a442100454c4c" |
2198 |
| - integrity sha512-gkdtIO+xSO/SmI0W68DBg4u1KElmIUo3vXzgHyGPs6cxgB0sa3TlptRAAE0hUY1hM6FcDKEv7aIwiTGm76cXfQ== |
| 2195 | +"@typescript-eslint/visitor-keys@6.20.0": |
| 2196 | + version "6.20.0" |
| 2197 | + resolved "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-6.20.0.tgz#f7ada27f2803de89df0edd9fd7be22c05ce6a498" |
| 2198 | + integrity sha512-E8Cp98kRe4gKHjJD4NExXKz/zOJ1A2hhZc+IMVD6i7w4yjIvh6VyuRI0gRtxAsXtoC35uGMaQ9rjI2zJaXDEAw== |
2199 | 2199 | dependencies:
|
2200 |
| - "@typescript-eslint/types" "6.19.1" |
| 2200 | + "@typescript-eslint/types" "6.20.0" |
2201 | 2201 | eslint-visitor-keys "^3.4.1"
|
2202 | 2202 |
|
2203 | 2203 | "@ungap/structured-clone@^1.2.0":
|
@@ -4136,9 +4136,9 @@ fast-safe-stringify@^2.0.6:
|
4136 | 4136 | integrity sha512-W+KJc2dmILlPplD/H4K9l9LcAHAfPtP6BY84uVLXQ6Evcz9Lcg33Y2z1IVblT6xdY54PXYVHEv+0Wpq8Io6zkA==
|
4137 | 4137 |
|
4138 | 4138 | fastq@^1.6.0:
|
4139 |
| - version "1.16.0" |
4140 |
| - resolved "https://registry.npmjs.org/fastq/-/fastq-1.16.0.tgz#83b9a9375692db77a822df081edb6a9cf6839320" |
4141 |
| - integrity sha512-ifCoaXsDrsdkWTtiNJX5uzHDsrck5TzfKKDcuFFTIrrc/BS076qgEIfoIy1VeZqViznfKiysPYTh/QeHtnIsYA== |
| 4139 | + version "1.17.0" |
| 4140 | + resolved "https://registry.npmjs.org/fastq/-/fastq-1.17.0.tgz#ca5e1a90b5e68f97fc8b61330d5819b82f5fab03" |
| 4141 | + integrity sha512-zGygtijUMT7jnk3h26kUms3BkSDp4IfIKjmnqI2tvx6nuBfiF1UqOxbnLfzdv+apBy+53oaImsKtMw/xYbW+1w== |
4142 | 4142 | dependencies:
|
4143 | 4143 | reusify "^1.0.4"
|
4144 | 4144 |
|
|
0 commit comments