|
395 | 395 | integrity sha512-LyeCIU3jb9d38w0MXFwta9r0Jx23ugujkAxdwLTNCyspdZTKUc43t7ppPbCiPoQ/Ivd/pnDFZrb4hWd45wrsgA==
|
396 | 396 |
|
397 | 397 | "@typescript-eslint/eslint-plugin@^8.0.0":
|
398 |
| - version "8.32.1" |
399 |
| - resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.32.1.tgz#9185b3eaa3b083d8318910e12d56c68b3c4f45b4" |
400 |
| - integrity sha512-6u6Plg9nP/J1GRpe/vcjjabo6Uc5YQPAMxsgQyGC/I0RuukiG1wIe3+Vtg3IrSCVJDmqK3j8adrtzXSENRtFgg== |
| 398 | + version "8.33.1" |
| 399 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.33.1.tgz#532641b416ed2afd5be893cddb2a58e9cd1f7a3e" |
| 400 | + integrity sha512-TDCXj+YxLgtvxvFlAvpoRv9MAncDLBV2oT9Bd7YBGC/b/sEURoOYuIwLI99rjWOfY3QtDzO+mk0n4AmdFExW8A== |
401 | 401 | dependencies:
|
402 | 402 | "@eslint-community/regexpp" "^4.10.0"
|
403 |
| - "@typescript-eslint/scope-manager" "8.32.1" |
404 |
| - "@typescript-eslint/type-utils" "8.32.1" |
405 |
| - "@typescript-eslint/utils" "8.32.1" |
406 |
| - "@typescript-eslint/visitor-keys" "8.32.1" |
| 403 | + "@typescript-eslint/scope-manager" "8.33.1" |
| 404 | + "@typescript-eslint/type-utils" "8.33.1" |
| 405 | + "@typescript-eslint/utils" "8.33.1" |
| 406 | + "@typescript-eslint/visitor-keys" "8.33.1" |
407 | 407 | graphemer "^1.4.0"
|
408 | 408 | ignore "^7.0.0"
|
409 | 409 | natural-compare "^1.4.0"
|
410 | 410 | ts-api-utils "^2.1.0"
|
411 | 411 |
|
412 | 412 | "@typescript-eslint/parser@^8.0.0":
|
413 |
| - version "8.32.1" |
414 |
| - resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.32.1.tgz#18b0e53315e0bc22b2619d398ae49a968370935e" |
415 |
| - integrity sha512-LKMrmwCPoLhM45Z00O1ulb6jwyVr2kr3XJp+G+tSEZcbauNnScewcQwtJqXDhXeYPDEjZ8C1SjXm015CirEmGg== |
416 |
| - dependencies: |
417 |
| - "@typescript-eslint/scope-manager" "8.32.1" |
418 |
| - "@typescript-eslint/types" "8.32.1" |
419 |
| - "@typescript-eslint/typescript-estree" "8.32.1" |
420 |
| - "@typescript-eslint/visitor-keys" "8.32.1" |
| 413 | + version "8.33.1" |
| 414 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.33.1.tgz#ef9a5ee6aa37a6b4f46cc36d08a14f828238afe2" |
| 415 | + integrity sha512-qwxv6dq682yVvgKKp2qWwLgRbscDAYktPptK4JPojCwwi3R9cwrvIxS4lvBpzmcqzR4bdn54Z0IG1uHFskW4dA== |
| 416 | + dependencies: |
| 417 | + "@typescript-eslint/scope-manager" "8.33.1" |
| 418 | + "@typescript-eslint/types" "8.33.1" |
| 419 | + "@typescript-eslint/typescript-estree" "8.33.1" |
| 420 | + "@typescript-eslint/visitor-keys" "8.33.1" |
421 | 421 | debug "^4.3.4"
|
422 | 422 |
|
423 |
| -"@typescript-eslint/scope-manager@8.32.1": |
424 |
| - version "8.32.1" |
425 |
| - resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.32.1.tgz#9a6bf5fb2c5380e14fe9d38ccac6e4bbe17e8afc" |
426 |
| - integrity sha512-7IsIaIDeZn7kffk7qXC3o6Z4UblZJKV3UBpkvRNpr5NSyLji7tvTcvmnMNYuYLyh26mN8W723xpo3i4MlD33vA== |
| 423 | +"@typescript-eslint/project-service@8.33.1": |
| 424 | + version "8.33.1" |
| 425 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/project-service/-/project-service-8.33.1.tgz#c85e7d9a44d6a11fe64e73ac1ed47de55dc2bf9f" |
| 426 | + integrity sha512-DZR0efeNklDIHHGRpMpR5gJITQpu6tLr9lDJnKdONTC7vvzOlLAG/wcfxcdxEWrbiZApcoBCzXqU/Z458Za5Iw== |
427 | 427 | dependencies:
|
428 |
| - "@typescript-eslint/types" "8.32.1" |
429 |
| - "@typescript-eslint/visitor-keys" "8.32.1" |
| 428 | + "@typescript-eslint/tsconfig-utils" "^8.33.1" |
| 429 | + "@typescript-eslint/types" "^8.33.1" |
| 430 | + debug "^4.3.4" |
| 431 | + |
| 432 | +"@typescript-eslint/scope-manager@8.33.1": |
| 433 | + version "8.33.1" |
| 434 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.33.1.tgz#d1e0efb296da5097d054bc9972e69878a2afea73" |
| 435 | + integrity sha512-dM4UBtgmzHR9bS0Rv09JST0RcHYearoEoo3pG5B6GoTR9XcyeqX87FEhPo+5kTvVfKCvfHaHrcgeJQc6mrDKrA== |
| 436 | + dependencies: |
| 437 | + "@typescript-eslint/types" "8.33.1" |
| 438 | + "@typescript-eslint/visitor-keys" "8.33.1" |
430 | 439 |
|
431 |
| -"@typescript-eslint/type-utils@8.32.1": |
432 |
| - version "8.32.1" |
433 |
| - resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.32.1.tgz#b9292a45f69ecdb7db74d1696e57d1a89514d21e" |
434 |
| - integrity sha512-mv9YpQGA8iIsl5KyUPi+FGLm7+bA4fgXaeRcFKRDRwDMu4iwrSHeDPipwueNXhdIIZltwCJv+NkxftECbIZWfA== |
| 440 | +"@typescript-eslint/tsconfig-utils@8.33.1", "@typescript-eslint/tsconfig-utils@^8.33.1": |
| 441 | + version "8.33.1" |
| 442 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.33.1.tgz#7836afcc097a4657a5ed56670851a450d8b70ab8" |
| 443 | + integrity sha512-STAQsGYbHCF0/e+ShUQ4EatXQ7ceh3fBCXkNU7/MZVKulrlq1usH7t2FhxvCpuCi5O5oi1vmVaAjrGeL71OK1g== |
| 444 | + |
| 445 | +"@typescript-eslint/type-utils@8.33.1": |
| 446 | + version "8.33.1" |
| 447 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.33.1.tgz#d73ee1a29d8a0abe60d4abbff4f1d040f0de15fa" |
| 448 | + integrity sha512-1cG37d9xOkhlykom55WVwG2QRNC7YXlxMaMzqw2uPeJixBFfKWZgaP/hjAObqMN/u3fr5BrTwTnc31/L9jQ2ww== |
435 | 449 | dependencies:
|
436 |
| - "@typescript-eslint/typescript-estree" "8.32.1" |
437 |
| - "@typescript-eslint/utils" "8.32.1" |
| 450 | + "@typescript-eslint/typescript-estree" "8.33.1" |
| 451 | + "@typescript-eslint/utils" "8.33.1" |
438 | 452 | debug "^4.3.4"
|
439 | 453 | ts-api-utils "^2.1.0"
|
440 | 454 |
|
441 |
| -"@typescript-eslint/types@8.32.1": |
442 |
| - version "8.32.1" |
443 |
| - resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.32.1.tgz#b19fe4ac0dc08317bae0ce9ec1168123576c1d4b" |
444 |
| - integrity sha512-YmybwXUJcgGqgAp6bEsgpPXEg6dcCyPyCSr0CAAueacR/CCBi25G3V8gGQ2kRzQRBNol7VQknxMs9HvVa9Rvfg== |
| 455 | +"@typescript-eslint/types@8.33.1", "@typescript-eslint/types@^8.33.1": |
| 456 | + version "8.33.1" |
| 457 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.33.1.tgz#b693111bc2180f8098b68e9958cf63761657a55f" |
| 458 | + integrity sha512-xid1WfizGhy/TKMTwhtVOgalHwPtV8T32MS9MaH50Cwvz6x6YqRIPdD2WvW0XaqOzTV9p5xdLY0h/ZusU5Lokg== |
445 | 459 |
|
446 |
| -"@typescript-eslint/typescript-estree@8.32.1": |
447 |
| - version "8.32.1" |
448 |
| - resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.32.1.tgz#9023720ca4ecf4f59c275a05b5fed69b1276face" |
449 |
| - integrity sha512-Y3AP9EIfYwBb4kWGb+simvPaqQoT5oJuzzj9m0i6FCY6SPvlomY2Ei4UEMm7+FXtlNJbor80ximyslzaQF6xhg== |
| 460 | +"@typescript-eslint/typescript-estree@8.33.1": |
| 461 | + version "8.33.1" |
| 462 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.33.1.tgz#d271beed470bc915b8764e22365d4925c2ea265d" |
| 463 | + integrity sha512-+s9LYcT8LWjdYWu7IWs7FvUxpQ/DGkdjZeE/GGulHvv8rvYwQvVaUZ6DE+j5x/prADUgSbbCWZ2nPI3usuVeOA== |
450 | 464 | dependencies:
|
451 |
| - "@typescript-eslint/types" "8.32.1" |
452 |
| - "@typescript-eslint/visitor-keys" "8.32.1" |
| 465 | + "@typescript-eslint/project-service" "8.33.1" |
| 466 | + "@typescript-eslint/tsconfig-utils" "8.33.1" |
| 467 | + "@typescript-eslint/types" "8.33.1" |
| 468 | + "@typescript-eslint/visitor-keys" "8.33.1" |
453 | 469 | debug "^4.3.4"
|
454 | 470 | fast-glob "^3.3.2"
|
455 | 471 | is-glob "^4.0.3"
|
456 | 472 | minimatch "^9.0.4"
|
457 | 473 | semver "^7.6.0"
|
458 | 474 | ts-api-utils "^2.1.0"
|
459 | 475 |
|
460 |
| -"@typescript-eslint/utils@8.32.1": |
461 |
| - version "8.32.1" |
462 |
| - resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.32.1.tgz#4d6d5d29b9e519e9a85e9a74e9f7bdb58abe9704" |
463 |
| - integrity sha512-DsSFNIgLSrc89gpq1LJB7Hm1YpuhK086DRDJSNrewcGvYloWW1vZLHBTIvarKZDcAORIy/uWNx8Gad+4oMpkSA== |
| 476 | +"@typescript-eslint/utils@8.33.1": |
| 477 | + version "8.33.1" |
| 478 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.33.1.tgz#ea22f40d3553da090f928cf17907e963643d4b96" |
| 479 | + integrity sha512-52HaBiEQUaRYqAXpfzWSR2U3gxk92Kw006+xZpElaPMg3C4PgM+A5LqwoQI1f9E5aZ/qlxAZxzm42WX+vn92SQ== |
464 | 480 | dependencies:
|
465 | 481 | "@eslint-community/eslint-utils" "^4.7.0"
|
466 |
| - "@typescript-eslint/scope-manager" "8.32.1" |
467 |
| - "@typescript-eslint/types" "8.32.1" |
468 |
| - "@typescript-eslint/typescript-estree" "8.32.1" |
| 482 | + "@typescript-eslint/scope-manager" "8.33.1" |
| 483 | + "@typescript-eslint/types" "8.33.1" |
| 484 | + "@typescript-eslint/typescript-estree" "8.33.1" |
469 | 485 |
|
470 |
| -"@typescript-eslint/visitor-keys@8.32.1": |
471 |
| - version "8.32.1" |
472 |
| - resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.32.1.tgz#4321395cc55c2eb46036cbbb03e101994d11ddca" |
473 |
| - integrity sha512-ar0tjQfObzhSaW3C3QNmTc5ofj0hDoNQ5XWrCy6zDyabdr0TWhCkClp+rywGNj/odAFBVzzJrK4tEq5M4Hmu4w== |
| 486 | +"@typescript-eslint/visitor-keys@8.33.1": |
| 487 | + version "8.33.1" |
| 488 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.33.1.tgz#6c6e002c24d13211df3df851767f24dfdb4f42bc" |
| 489 | + integrity sha512-3i8NrFcZeeDHJ+7ZUuDkGT+UHq+XoFGsymNK2jZCOHcfEzRQ0BdpRtdpSx/Iyf3MHLWIcLS0COuOPibKQboIiQ== |
474 | 490 | dependencies:
|
475 |
| - "@typescript-eslint/types" "8.32.1" |
| 491 | + "@typescript-eslint/types" "8.33.1" |
476 | 492 | eslint-visitor-keys "^4.2.0"
|
477 | 493 |
|
478 | 494 | "@ungap/structured-clone@^1.2.0":
|
@@ -2725,9 +2741,9 @@ ignore@^5.2.0:
|
2725 | 2741 | integrity sha512-hsBTNUqQTDwkWtcdYI2i06Y/nUBEsNEDJKjWdigLvegy8kDuJAS8uRlpkkcQpyEXL0Z/pjDy5HBmMjRCJ2gq+g==
|
2726 | 2742 |
|
2727 | 2743 | ignore@^7.0.0:
|
2728 |
| - version "7.0.4" |
2729 |
| - resolved "https://registry.yarnpkg.com/ignore/-/ignore-7.0.4.tgz#a12c70d0f2607c5bf508fb65a40c75f037d7a078" |
2730 |
| - integrity sha512-gJzzk+PQNznz8ysRrC0aOkBNVRBDtE1n53IqyqEf3PXrYwomFs5q4pGMizBMJF+ykh03insJ27hB8gSrD2Hn8A== |
| 2744 | + version "7.0.5" |
| 2745 | + resolved "https://registry.yarnpkg.com/ignore/-/ignore-7.0.5.tgz#4cb5f6cd7d4c7ab0365738c7aea888baa6d7efd9" |
| 2746 | + integrity sha512-Hs59xBNfUIunMFgWAbGX5cq6893IbWg4KnrjbYwX3tx0ztorVgTDA6B2sxf8ejHJ4wz8BqGUMYlnzNBer5NvGg== |
2731 | 2747 |
|
2732 | 2748 | immediate@~3.0.5:
|
2733 | 2749 | version "3.0.6"
|
|
0 commit comments