|
314 | 314 | semver "^7.6.0"
|
315 | 315 | ts-api-utils "^1.3.0"
|
316 | 316 |
|
317 |
| -"@typescript-eslint/parser@^7.8.0": |
318 |
| - version "7.8.0" |
319 |
| - resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-7.8.0.tgz#1e1db30c8ab832caffee5f37e677dbcb9357ddc8" |
320 |
| - integrity sha512-KgKQly1pv0l4ltcftP59uQZCi4HUYswCLbTqVZEJu7uLX8CTLyswqMLqLN+2QFz4jCptqWVV4SB7vdxcH2+0kQ== |
321 |
| - dependencies: |
322 |
| - "@typescript-eslint/scope-manager" "7.8.0" |
323 |
| - "@typescript-eslint/types" "7.8.0" |
324 |
| - "@typescript-eslint/typescript-estree" "7.8.0" |
325 |
| - "@typescript-eslint/visitor-keys" "7.8.0" |
| 317 | +"@typescript-eslint/parser@^7.9.0": |
| 318 | + version "7.9.0" |
| 319 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-7.9.0.tgz#fb3ba01b75e0e65cb78037a360961b00301f6c70" |
| 320 | + integrity sha512-qHMJfkL5qvgQB2aLvhUSXxbK7OLnDkwPzFalg458pxQgfxKDfT1ZDbHQM/I6mDIf/svlMkj21kzKuQ2ixJlatQ== |
| 321 | + dependencies: |
| 322 | + "@typescript-eslint/scope-manager" "7.9.0" |
| 323 | + "@typescript-eslint/types" "7.9.0" |
| 324 | + "@typescript-eslint/typescript-estree" "7.9.0" |
| 325 | + "@typescript-eslint/visitor-keys" "7.9.0" |
326 | 326 | debug "^4.3.4"
|
327 | 327 |
|
328 | 328 | "@typescript-eslint/[email protected]":
|
|
333 | 333 | "@typescript-eslint/types" "7.8.0"
|
334 | 334 | "@typescript-eslint/visitor-keys" "7.8.0"
|
335 | 335 |
|
| 336 | +"@typescript-eslint/[email protected]": |
| 337 | + version "7.9.0" |
| 338 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-7.9.0.tgz#1dd3e63a4411db356a9d040e75864851b5f2619b" |
| 339 | + integrity sha512-ZwPK4DeCDxr3GJltRz5iZejPFAAr4Wk3+2WIBaj1L5PYK5RgxExu/Y68FFVclN0y6GGwH8q+KgKRCvaTmFBbgQ== |
| 340 | + dependencies: |
| 341 | + "@typescript-eslint/types" "7.9.0" |
| 342 | + "@typescript-eslint/visitor-keys" "7.9.0" |
| 343 | + |
336 | 344 | "@typescript-eslint/[email protected]":
|
337 | 345 | version "7.8.0"
|
338 | 346 | resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-7.8.0.tgz#9de166f182a6e4d1c5da76e94880e91831e3e26f"
|
|
348 | 356 | resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-7.8.0.tgz#1fd2577b3ad883b769546e2d1ef379f929a7091d"
|
349 | 357 | integrity sha512-wf0peJ+ZGlcH+2ZS23aJbOv+ztjeeP8uQ9GgwMJGVLx/Nj9CJt17GWgWWoSmoRVKAX2X+7fzEnAjxdvK2gqCLw==
|
350 | 358 |
|
| 359 | +"@typescript-eslint/[email protected]": |
| 360 | + version "7.9.0" |
| 361 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-7.9.0.tgz#b58e485e4bfba055659c7e683ad4f5f0821ae2ec" |
| 362 | + integrity sha512-oZQD9HEWQanl9UfsbGVcZ2cGaR0YT5476xfWE0oE5kQa2sNK2frxOlkeacLOTh9po4AlUT5rtkGyYM5kew0z5w== |
| 363 | + |
351 | 364 | "@typescript-eslint/[email protected]":
|
352 | 365 | version "7.8.0"
|
353 | 366 | resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-7.8.0.tgz#b028a9226860b66e623c1ee55cc2464b95d2987c"
|
|
362 | 375 | semver "^7.6.0"
|
363 | 376 | ts-api-utils "^1.3.0"
|
364 | 377 |
|
| 378 | +"@typescript-eslint/[email protected]": |
| 379 | + version "7.9.0" |
| 380 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-7.9.0.tgz#3395e27656060dc313a6b406c3a298b729685e07" |
| 381 | + integrity sha512-zBCMCkrb2YjpKV3LA0ZJubtKCDxLttxfdGmwZvTqqWevUPN0FZvSI26FalGFFUZU/9YQK/A4xcQF9o/VVaCKAg== |
| 382 | + dependencies: |
| 383 | + "@typescript-eslint/types" "7.9.0" |
| 384 | + "@typescript-eslint/visitor-keys" "7.9.0" |
| 385 | + debug "^4.3.4" |
| 386 | + globby "^11.1.0" |
| 387 | + is-glob "^4.0.3" |
| 388 | + minimatch "^9.0.4" |
| 389 | + semver "^7.6.0" |
| 390 | + ts-api-utils "^1.3.0" |
| 391 | + |
365 | 392 | "@typescript-eslint/[email protected]":
|
366 | 393 | version "7.8.0"
|
367 | 394 | resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-7.8.0.tgz#57a79f9c0c0740ead2f622e444cfaeeb9fd047cd"
|
|
383 | 410 | "@typescript-eslint/types" "7.8.0"
|
384 | 411 | eslint-visitor-keys "^3.4.3"
|
385 | 412 |
|
| 413 | +"@typescript-eslint/[email protected]": |
| 414 | + version "7.9.0" |
| 415 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-7.9.0.tgz#82162656e339c3def02895f5c8546f6888d9b9ea" |
| 416 | + integrity sha512-iESPx2TNLDNGQLyjKhUvIKprlP49XNEK+MvIf9nIO7ZZaZdbnfWKHnXAgufpxqfA0YryH8XToi4+CjBgVnFTSQ== |
| 417 | + dependencies: |
| 418 | + "@typescript-eslint/types" "7.9.0" |
| 419 | + eslint-visitor-keys "^3.4.3" |
| 420 | + |
386 | 421 | "@ungap/structured-clone@^1.2.0":
|
387 | 422 | version "1.2.0"
|
388 | 423 | resolved "https://registry.yarnpkg.com/@ungap/structured-clone/-/structured-clone-1.2.0.tgz#756641adb587851b5ccb3e095daf27ae581c8406"
|
|
0 commit comments