|
2268 | 2268 | "@types/yargs-parser" "*"
|
2269 | 2269 |
|
2270 | 2270 | "@typescript-eslint/eslint-plugin@^8.18.0":
|
2271 |
| - version "8.20.0" |
2272 |
| - resolved "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.20.0.tgz#b47a398e0e551cb008c60190b804394e6852c863" |
2273 |
| - integrity sha512-naduuphVw5StFfqp4Gq4WhIBE2gN1GEmMUExpJYknZJdRnc+2gDzB8Z3+5+/Kv33hPQRDGzQO/0opHE72lZZ6A== |
| 2271 | + version "8.22.0" |
| 2272 | + resolved "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.22.0.tgz#63a1b0d24d85a971949f8d71d693019f58d2e861" |
| 2273 | + integrity sha512-4Uta6REnz/xEJMvwf72wdUnC3rr4jAQf5jnTkeRQ9b6soxLxhDEbS/pfMPoJLDfFPNVRdryqWUIV/2GZzDJFZw== |
2274 | 2274 | dependencies:
|
2275 | 2275 | "@eslint-community/regexpp" "^4.10.0"
|
2276 |
| - "@typescript-eslint/scope-manager" "8.20.0" |
2277 |
| - "@typescript-eslint/type-utils" "8.20.0" |
2278 |
| - "@typescript-eslint/utils" "8.20.0" |
2279 |
| - "@typescript-eslint/visitor-keys" "8.20.0" |
| 2276 | + "@typescript-eslint/scope-manager" "8.22.0" |
| 2277 | + "@typescript-eslint/type-utils" "8.22.0" |
| 2278 | + "@typescript-eslint/utils" "8.22.0" |
| 2279 | + "@typescript-eslint/visitor-keys" "8.22.0" |
2280 | 2280 | graphemer "^1.4.0"
|
2281 | 2281 | ignore "^5.3.1"
|
2282 | 2282 | natural-compare "^1.4.0"
|
2283 | 2283 | ts-api-utils "^2.0.0"
|
2284 | 2284 |
|
2285 | 2285 | "@typescript-eslint/parser@^8.18.0":
|
2286 |
| - version "8.20.0" |
2287 |
| - resolved "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-8.20.0.tgz#5caf2230a37094dc0e671cf836b96dd39b587ced" |
2288 |
| - integrity sha512-gKXG7A5HMyjDIedBi6bUrDcun8GIjnI8qOwVLiY3rx6T/sHP/19XLJOnIq/FgQvWLHja5JN/LSE7eklNBr612g== |
2289 |
| - dependencies: |
2290 |
| - "@typescript-eslint/scope-manager" "8.20.0" |
2291 |
| - "@typescript-eslint/types" "8.20.0" |
2292 |
| - "@typescript-eslint/typescript-estree" "8.20.0" |
2293 |
| - "@typescript-eslint/visitor-keys" "8.20.0" |
| 2286 | + version "8.22.0" |
| 2287 | + resolved "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-8.22.0.tgz#f21c5db24271f182ebbb4ba8c7ad3eb76e5f5f3a" |
| 2288 | + integrity sha512-MqtmbdNEdoNxTPzpWiWnqNac54h8JDAmkWtJExBVVnSrSmi9z+sZUt0LfKqk9rjqmKOIeRhO4fHHJ1nQIjduIQ== |
| 2289 | + dependencies: |
| 2290 | + "@typescript-eslint/scope-manager" "8.22.0" |
| 2291 | + "@typescript-eslint/types" "8.22.0" |
| 2292 | + "@typescript-eslint/typescript-estree" "8.22.0" |
| 2293 | + "@typescript-eslint/visitor-keys" "8.22.0" |
2294 | 2294 | debug "^4.3.4"
|
2295 | 2295 |
|
2296 | 2296 | "@typescript-eslint/[email protected]":
|
|
2301 | 2301 | "@typescript-eslint/types" "8.20.0"
|
2302 | 2302 | "@typescript-eslint/visitor-keys" "8.20.0"
|
2303 | 2303 |
|
2304 |
| -"@typescript-eslint/type-utils@8.20.0": |
2305 |
| - version "8.20.0" |
2306 |
| - resolved "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-8.20.0.tgz#958171d86b213a3f32b5b16b91db267968a4ef19" |
2307 |
| - integrity sha512-bPC+j71GGvA7rVNAHAtOjbVXbLN5PkwqMvy1cwGeaxUoRQXVuKCebRoLzm+IPW/NtFFpstn1ummSIasD5t60GA== |
| 2304 | +"@typescript-eslint/scope-manager@8.22.0": |
| 2305 | + version "8.22.0" |
| 2306 | + resolved "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.22.0.tgz#e85836ddeb8eae715f870628bcc32fe96aaf4d0e" |
| 2307 | + integrity sha512-/lwVV0UYgkj7wPSw0o8URy6YI64QmcOdwHuGuxWIYznO6d45ER0wXUbksr9pYdViAofpUCNJx/tAzNukgvaaiQ== |
2308 | 2308 | dependencies:
|
2309 |
| - "@typescript-eslint/typescript-estree" "8.20.0" |
2310 |
| - "@typescript-eslint/utils" "8.20.0" |
| 2309 | + "@typescript-eslint/types" "8.22.0" |
| 2310 | + "@typescript-eslint/visitor-keys" "8.22.0" |
| 2311 | + |
| 2312 | +"@typescript-eslint/[email protected]": |
| 2313 | + version "8.22.0" |
| 2314 | + resolved "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-8.22.0.tgz#cd9f23c23f021357ef0baa3490d4d96edcc97509" |
| 2315 | + integrity sha512-NzE3aB62fDEaGjaAYZE4LH7I1MUwHooQ98Byq0G0y3kkibPJQIXVUspzlFOmOfHhiDLwKzMlWxaNv+/qcZurJA== |
| 2316 | + dependencies: |
| 2317 | + "@typescript-eslint/typescript-estree" "8.22.0" |
| 2318 | + "@typescript-eslint/utils" "8.22.0" |
2311 | 2319 | debug "^4.3.4"
|
2312 | 2320 | ts-api-utils "^2.0.0"
|
2313 | 2321 |
|
|
2316 | 2324 | resolved "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.20.0.tgz#487de5314b5415dee075e95568b87a75a3e730cf"
|
2317 | 2325 | integrity sha512-cqaMiY72CkP+2xZRrFt3ExRBu0WmVitN/rYPZErA80mHjHx/Svgp8yfbzkJmDoQ/whcytOPO9/IZXnOc+wigRA==
|
2318 | 2326 |
|
| 2327 | +"@typescript-eslint/[email protected]": |
| 2328 | + version "8.22.0" |
| 2329 | + resolved "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.22.0.tgz#d9dec7116479ad03aeb6c8ac9c5223c4c79cf360" |
| 2330 | + integrity sha512-0S4M4baNzp612zwpD4YOieP3VowOARgK2EkN/GBn95hpyF8E2fbMT55sRHWBq+Huaqk3b3XK+rxxlM8sPgGM6A== |
| 2331 | + |
2319 | 2332 | "@typescript-eslint/[email protected]":
|
2320 | 2333 | version "8.20.0"
|
2321 | 2334 | resolved "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.20.0.tgz#658cea07b7e5981f19bce5cf1662cb70ad59f26b"
|
|
2330 | 2343 | semver "^7.6.0"
|
2331 | 2344 | ts-api-utils "^2.0.0"
|
2332 | 2345 |
|
2333 |
| -"@typescript-eslint/[email protected]", "@typescript-eslint/utils@^6.0.0 || ^7.0.0 || ^8.0.0": |
| 2346 | +"@typescript-eslint/[email protected]": |
| 2347 | + version "8.22.0" |
| 2348 | + resolved "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.22.0.tgz#c188c3e19529d5b3145577c0bd967e2683b114df" |
| 2349 | + integrity sha512-SJX99NAS2ugGOzpyhMza/tX+zDwjvwAtQFLsBo3GQxiGcvaKlqGBkmZ+Y1IdiSi9h4Q0Lr5ey+Cp9CGWNY/F/w== |
| 2350 | + dependencies: |
| 2351 | + "@typescript-eslint/types" "8.22.0" |
| 2352 | + "@typescript-eslint/visitor-keys" "8.22.0" |
| 2353 | + debug "^4.3.4" |
| 2354 | + fast-glob "^3.3.2" |
| 2355 | + is-glob "^4.0.3" |
| 2356 | + minimatch "^9.0.4" |
| 2357 | + semver "^7.6.0" |
| 2358 | + ts-api-utils "^2.0.0" |
| 2359 | + |
| 2360 | +"@typescript-eslint/[email protected]": |
| 2361 | + version "8.22.0" |
| 2362 | + resolved "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-8.22.0.tgz#c8cc4e52a9c711af8a741a82dc5d7242b7a8dd44" |
| 2363 | + integrity sha512-T8oc1MbF8L+Bk2msAvCUzjxVB2Z2f+vXYfcucE2wOmYs7ZUwco5Ep0fYZw8quNwOiw9K8GYVL+Kgc2pETNTLOg== |
| 2364 | + dependencies: |
| 2365 | + "@eslint-community/eslint-utils" "^4.4.0" |
| 2366 | + "@typescript-eslint/scope-manager" "8.22.0" |
| 2367 | + "@typescript-eslint/types" "8.22.0" |
| 2368 | + "@typescript-eslint/typescript-estree" "8.22.0" |
| 2369 | + |
| 2370 | +"@typescript-eslint/utils@^6.0.0 || ^7.0.0 || ^8.0.0": |
2334 | 2371 | version "8.20.0"
|
2335 | 2372 | resolved "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-8.20.0.tgz#53127ecd314b3b08836b4498b71cdb86f4ef3aa2"
|
2336 | 2373 | integrity sha512-dq70RUw6UK9ei7vxc4KQtBRk7qkHZv447OUZ6RPQMQl71I3NZxQJX/f32Smr+iqWrB02pHKn2yAdHBb0KNrRMA==
|
|
2348 | 2385 | "@typescript-eslint/types" "8.20.0"
|
2349 | 2386 | eslint-visitor-keys "^4.2.0"
|
2350 | 2387 |
|
| 2388 | +"@typescript-eslint/[email protected]": |
| 2389 | + version "8.22.0" |
| 2390 | + resolved "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.22.0.tgz#02cc005014c372033eb9171e2275b76cba722a3f" |
| 2391 | + integrity sha512-AWpYAXnUgvLNabGTy3uBylkgZoosva/miNd1I8Bz3SjotmQPbVqhO4Cczo8AsZ44XVErEBPr/CRSgaj8sG7g0w== |
| 2392 | + dependencies: |
| 2393 | + "@typescript-eslint/types" "8.22.0" |
| 2394 | + eslint-visitor-keys "^4.2.0" |
| 2395 | + |
2351 | 2396 | "@ungap/structured-clone@^1.0.0":
|
2352 | 2397 | version "1.2.0"
|
2353 | 2398 | resolved "https://registry.npmjs.org/@ungap/structured-clone/-/structured-clone-1.2.0.tgz#756641adb587851b5ccb3e095daf27ae581c8406"
|
@@ -4347,9 +4392,9 @@ fast-uri@^3.0.1:
|
4347 | 4392 | integrity sha512-MWipKbbYiYI0UC7cl8m/i/IWTqfC8YXsqjzybjddLsFjStroQzsHXkc73JutMvBiXmOvapk+axIl79ig5t55Bw==
|
4348 | 4393 |
|
4349 | 4394 | fastq@^1.6.0:
|
4350 |
| - version "1.18.0" |
4351 |
| - resolved "https://registry.npmjs.org/fastq/-/fastq-1.18.0.tgz#d631d7e25faffea81887fe5ea8c9010e1b36fee0" |
4352 |
| - integrity sha512-QKHXPW0hD8g4UET03SdOdunzSouc9N4AuHdsX8XNcTsuz+yYFILVNIX4l9yHABMhiEI9Db0JTTIpu0wB+Y1QQw== |
| 4395 | + version "1.19.0" |
| 4396 | + resolved "https://registry.npmjs.org/fastq/-/fastq-1.19.0.tgz#a82c6b7c2bb4e44766d865f07997785fecfdcb89" |
| 4397 | + integrity sha512-7SFSRCNjBQIZH/xZR3iy5iQYR8aGBE0h3VG6/cwlbrpdciNYBMotQav8c1XI3HjHH+NikUpP53nPdlZSdWmFzA== |
4353 | 4398 | dependencies:
|
4354 | 4399 | reusify "^1.0.4"
|
4355 | 4400 |
|
@@ -7605,11 +7650,16 @@ semver@^7.0.0, semver@^7.1.1, semver@^7.3.4, semver@^7.3.5, semver@^7.3.7:
|
7605 | 7650 | dependencies:
|
7606 | 7651 | lru-cache "^6.0.0"
|
7607 | 7652 |
|
7608 |
| -semver@^7.5.3, semver@^7.5.4, semver@^7.6.0: |
| 7653 | +semver@^7.5.3, semver@^7.5.4: |
7609 | 7654 | version "7.6.3"
|
7610 | 7655 | resolved "https://registry.npmjs.org/semver/-/semver-7.6.3.tgz#980f7b5550bc175fb4dc09403085627f9eb33143"
|
7611 | 7656 | integrity sha512-oVekP1cKtI+CTDvHWYFUcMtsK/00wmAEfyqKfNdARm8u1wNVhSgaX7A8d4UuIlUI5e84iEwOhs7ZPYRmzU9U6A==
|
7612 | 7657 |
|
| 7658 | +semver@^7.6.0: |
| 7659 | + version "7.7.0" |
| 7660 | + resolved "https://registry.npmjs.org/semver/-/semver-7.7.0.tgz#9c6fe61d0c6f9fa9e26575162ee5a9180361b09c" |
| 7661 | + integrity sha512-DrfFnPzblFmNrIZzg5RzHegbiRWg7KMR7btwi2yjHwx06zsUbO5g613sVwEV7FTwmzJu+Io0lJe2GJ3LxqpvBQ== |
| 7662 | + |
7613 | 7663 | set-blocking@^2.0.0:
|
7614 | 7664 | version "2.0.0"
|
7615 | 7665 | resolved "https://registry.npmjs.org/set-blocking/-/set-blocking-2.0.0.tgz"
|
|
0 commit comments