|
464 | 464 | "@types/node" "*" |
465 | 465 |
|
466 | 466 | "@typescript-eslint/eslint-plugin@^8.25.0": |
467 | | - version "8.53.0" |
468 | | - resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.53.0.tgz#afb966c66a2fdc6158cf81118204a971a36d0fc5" |
469 | | - integrity sha512-eEXsVvLPu8Z4PkFibtuFJLJOTAV/nPdgtSjkGoPpddpFk3/ym2oy97jynY6ic2m6+nc5M8SE1e9v/mHKsulcJg== |
| 467 | + version "8.54.0" |
| 468 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.54.0.tgz#d8899e5c2eccf5c4a20d01c036a193753748454d" |
| 469 | + integrity sha512-hAAP5io/7csFStuOmR782YmTthKBJ9ND3WVL60hcOjvtGFb+HJxH4O5huAcmcZ9v9G8P+JETiZ/G1B8MALnWZQ== |
470 | 470 | dependencies: |
471 | 471 | "@eslint-community/regexpp" "^4.12.2" |
472 | | - "@typescript-eslint/scope-manager" "8.53.0" |
473 | | - "@typescript-eslint/type-utils" "8.53.0" |
474 | | - "@typescript-eslint/utils" "8.53.0" |
475 | | - "@typescript-eslint/visitor-keys" "8.53.0" |
| 472 | + "@typescript-eslint/scope-manager" "8.54.0" |
| 473 | + "@typescript-eslint/type-utils" "8.54.0" |
| 474 | + "@typescript-eslint/utils" "8.54.0" |
| 475 | + "@typescript-eslint/visitor-keys" "8.54.0" |
476 | 476 | ignore "^7.0.5" |
477 | 477 | natural-compare "^1.4.0" |
478 | 478 | ts-api-utils "^2.4.0" |
|
497 | 497 | "@typescript-eslint/types" "^8.53.0" |
498 | 498 | debug "^4.4.3" |
499 | 499 |
|
| 500 | +"@typescript-eslint/project-service@8.54.0": |
| 501 | + version "8.54.0" |
| 502 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/project-service/-/project-service-8.54.0.tgz#f582aceb3d752544c8e1b11fea8d95d00cf9adc6" |
| 503 | + integrity sha512-YPf+rvJ1s7MyiWM4uTRhE4DvBXrEV+d8oC3P9Y2eT7S+HBS0clybdMIPnhiATi9vZOYDc7OQ1L/i6ga6NFYK/g== |
| 504 | + dependencies: |
| 505 | + "@typescript-eslint/tsconfig-utils" "^8.54.0" |
| 506 | + "@typescript-eslint/types" "^8.54.0" |
| 507 | + debug "^4.4.3" |
| 508 | + |
500 | 509 | "@typescript-eslint/scope-manager@5.62.0": |
501 | 510 | version "5.62.0" |
502 | 511 | resolved "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-5.62.0.tgz#d9457ccc6a0b8d6b37d0eb252a23022478c5460c" |
|
513 | 522 | "@typescript-eslint/types" "8.53.0" |
514 | 523 | "@typescript-eslint/visitor-keys" "8.53.0" |
515 | 524 |
|
| 525 | +"@typescript-eslint/scope-manager@8.54.0": |
| 526 | + version "8.54.0" |
| 527 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.54.0.tgz#307dc8cbd80157e2772c2d36216857415a71ab33" |
| 528 | + integrity sha512-27rYVQku26j/PbHYcVfRPonmOlVI6gihHtXFbTdB5sb6qA0wdAQAbyXFVarQ5t4HRojIz64IV90YtsjQSSGlQg== |
| 529 | + dependencies: |
| 530 | + "@typescript-eslint/types" "8.54.0" |
| 531 | + "@typescript-eslint/visitor-keys" "8.54.0" |
| 532 | + |
516 | 533 | "@typescript-eslint/tsconfig-utils@8.53.0", "@typescript-eslint/tsconfig-utils@^8.53.0": |
517 | 534 | version "8.53.0" |
518 | 535 | resolved "https://registry.yarnpkg.com/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.53.0.tgz#105279d7969a7abdc8345cc9c57cff83cf910f8f" |
519 | 536 | integrity sha512-K6Sc0R5GIG6dNoPdOooQ+KtvT5KCKAvTcY8h2rIuul19vxH5OTQk7ArKkd4yTzkw66WnNY0kPPzzcmWA+XRmiA== |
520 | 537 |
|
521 | | -"@typescript-eslint/type-utils@8.53.0": |
522 | | - version "8.53.0" |
523 | | - resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.53.0.tgz#81a0de5c01fc68f6df0591d03cd8226bda01c91f" |
524 | | - integrity sha512-BBAUhlx7g4SmcLhn8cnbxoxtmS7hcq39xKCgiutL3oNx1TaIp+cny51s8ewnKMpVUKQUGb41RAUWZ9kxYdovuw== |
| 538 | +"@typescript-eslint/tsconfig-utils@8.54.0", "@typescript-eslint/tsconfig-utils@^8.54.0": |
| 539 | + version "8.54.0" |
| 540 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.54.0.tgz#71dd7ba1674bd48b172fc4c85b2f734b0eae3dbc" |
| 541 | + integrity sha512-dRgOyT2hPk/JwxNMZDsIXDgyl9axdJI3ogZ2XWhBPsnZUv+hPesa5iuhdYt2gzwA9t8RE5ytOJ6xB0moV0Ujvw== |
| 542 | + |
| 543 | +"@typescript-eslint/type-utils@8.54.0": |
| 544 | + version "8.54.0" |
| 545 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.54.0.tgz#64965317dd4118346c2fa5ee94492892200e9fb9" |
| 546 | + integrity sha512-hiLguxJWHjjwL6xMBwD903ciAwd7DmK30Y9Axs/etOkftC3ZNN9K44IuRD/EB08amu+Zw6W37x9RecLkOo3pMA== |
525 | 547 | dependencies: |
526 | | - "@typescript-eslint/types" "8.53.0" |
527 | | - "@typescript-eslint/typescript-estree" "8.53.0" |
528 | | - "@typescript-eslint/utils" "8.53.0" |
| 548 | + "@typescript-eslint/types" "8.54.0" |
| 549 | + "@typescript-eslint/typescript-estree" "8.54.0" |
| 550 | + "@typescript-eslint/utils" "8.54.0" |
529 | 551 | debug "^4.4.3" |
530 | 552 | ts-api-utils "^2.4.0" |
531 | 553 |
|
|
539 | 561 | resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.53.0.tgz#1adcad3fa32bc2c4cbf3785ba07a5e3151819efb" |
540 | 562 | integrity sha512-Bmh9KX31Vlxa13+PqPvt4RzKRN1XORYSLlAE+sO1i28NkisGbTtSLFVB3l7PWdHtR3E0mVMuC7JilWJ99m2HxQ== |
541 | 563 |
|
| 564 | +"@typescript-eslint/types@8.54.0", "@typescript-eslint/types@^8.54.0": |
| 565 | + version "8.54.0" |
| 566 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.54.0.tgz#c12d41f67a2e15a8a96fbc5f2d07b17331130889" |
| 567 | + integrity sha512-PDUI9R1BVjqu7AUDsRBbKMtwmjWcn4J3le+5LpcFgWULN3LvHC5rkc9gCVxbrsrGmO1jfPybN5s6h4Jy+OnkAA== |
| 568 | + |
542 | 569 | "@typescript-eslint/typescript-estree@5.62.0": |
543 | 570 | version "5.62.0" |
544 | 571 | resolved "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-5.62.0.tgz#7d17794b77fabcac615d6a48fb143330d962eb9b" |
|
567 | 594 | tinyglobby "^0.2.15" |
568 | 595 | ts-api-utils "^2.4.0" |
569 | 596 |
|
570 | | -"@typescript-eslint/utils@8.53.0": |
571 | | - version "8.53.0" |
572 | | - resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.53.0.tgz#bf0a4e2edaf1afc9abce209fc02f8cab0b74af13" |
573 | | - integrity sha512-XDY4mXTez3Z1iRDI5mbRhH4DFSt46oaIFsLg+Zn97+sYrXACziXSQcSelMybnVZ5pa1P6xYkPr5cMJyunM1ZDA== |
| 597 | +"@typescript-eslint/typescript-estree@8.54.0": |
| 598 | + version "8.54.0" |
| 599 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.54.0.tgz#3c7716905b2b811fadbd2114804047d1bfc86527" |
| 600 | + integrity sha512-BUwcskRaPvTk6fzVWgDPdUndLjB87KYDrN5EYGetnktoeAvPtO4ONHlAZDnj5VFnUANg0Sjm7j4usBlnoVMHwA== |
| 601 | + dependencies: |
| 602 | + "@typescript-eslint/project-service" "8.54.0" |
| 603 | + "@typescript-eslint/tsconfig-utils" "8.54.0" |
| 604 | + "@typescript-eslint/types" "8.54.0" |
| 605 | + "@typescript-eslint/visitor-keys" "8.54.0" |
| 606 | + debug "^4.4.3" |
| 607 | + minimatch "^9.0.5" |
| 608 | + semver "^7.7.3" |
| 609 | + tinyglobby "^0.2.15" |
| 610 | + ts-api-utils "^2.4.0" |
| 611 | + |
| 612 | +"@typescript-eslint/utils@8.54.0": |
| 613 | + version "8.54.0" |
| 614 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.54.0.tgz#c79a4bcbeebb4f571278c0183ed1cb601d84c6c8" |
| 615 | + integrity sha512-9Cnda8GS57AQakvRyG0PTejJNlA2xhvyNtEVIMlDWOOeEyBkYWhGPnfrIAnqxLMTSTo6q8g12XVjjev5l1NvMA== |
574 | 616 | dependencies: |
575 | 617 | "@eslint-community/eslint-utils" "^4.9.1" |
576 | | - "@typescript-eslint/scope-manager" "8.53.0" |
577 | | - "@typescript-eslint/types" "8.53.0" |
578 | | - "@typescript-eslint/typescript-estree" "8.53.0" |
| 618 | + "@typescript-eslint/scope-manager" "8.54.0" |
| 619 | + "@typescript-eslint/types" "8.54.0" |
| 620 | + "@typescript-eslint/typescript-estree" "8.54.0" |
579 | 621 |
|
580 | 622 | "@typescript-eslint/utils@^5.10.0": |
581 | 623 | version "5.62.0" |
|
607 | 649 | "@typescript-eslint/types" "8.53.0" |
608 | 650 | eslint-visitor-keys "^4.2.1" |
609 | 651 |
|
| 652 | +"@typescript-eslint/visitor-keys@8.54.0": |
| 653 | + version "8.54.0" |
| 654 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.54.0.tgz#0e4b50124b210b8600b245dd66cbad52deb15590" |
| 655 | + integrity sha512-VFlhGSl4opC0bprJiItPQ1RfUhGDIBokcPwaFH4yiBCaNPeld/9VeXbiPO1cLyorQi1G1vL+ecBk1x8o1axORA== |
| 656 | + dependencies: |
| 657 | + "@typescript-eslint/types" "8.54.0" |
| 658 | + eslint-visitor-keys "^4.2.1" |
| 659 | + |
610 | 660 | "@ungap/structured-clone@^1.2.0": |
611 | 661 | version "1.2.0" |
612 | 662 | resolved "https://registry.yarnpkg.com/@ungap/structured-clone/-/structured-clone-1.2.0.tgz#756641adb587851b5ccb3e095daf27ae581c8406" |
|
0 commit comments