|
591 | 591 | natural-compare "^1.4.0" |
592 | 592 | ts-api-utils "^2.4.0" |
593 | 593 |
|
594 | | -"@typescript-eslint/parser@8.56.1", "@typescript-eslint/parser@^8.37.0": |
| 594 | +"@typescript-eslint/parser@8.56.1": |
595 | 595 | version "8.56.1" |
596 | 596 | resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.56.1.tgz#21d13b3d456ffb08614c1d68bb9a4f8d9237cdc7" |
597 | 597 | integrity sha512-klQbnPAAiGYFyI02+znpBRLyjL4/BrBd0nyWkdC0s/6xFLkXYQ8OoRrSkqacS1ddVxf/LDyODIKbQ5TgKAf/Fg== |
|
602 | 602 | "@typescript-eslint/visitor-keys" "8.56.1" |
603 | 603 | debug "^4.4.3" |
604 | 604 |
|
| 605 | +"@typescript-eslint/parser@^8.37.0": |
| 606 | + version "8.57.0" |
| 607 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.57.0.tgz#444c57a943e8b04f255cda18a94c8e023b46b08c" |
| 608 | + integrity sha512-XZzOmihLIr8AD1b9hL9ccNMzEMWt/dE2u7NyTY9jJG6YNiNthaD5XtUHVF2uCXZ15ng+z2hT3MVuxnUYhq6k1g== |
| 609 | + dependencies: |
| 610 | + "@typescript-eslint/scope-manager" "8.57.0" |
| 611 | + "@typescript-eslint/types" "8.57.0" |
| 612 | + "@typescript-eslint/typescript-estree" "8.57.0" |
| 613 | + "@typescript-eslint/visitor-keys" "8.57.0" |
| 614 | + debug "^4.4.3" |
| 615 | + |
605 | 616 | "@typescript-eslint/project-service@8.56.1": |
606 | 617 | version "8.56.1" |
607 | 618 | resolved "https://registry.yarnpkg.com/@typescript-eslint/project-service/-/project-service-8.56.1.tgz#65c8d645f028b927bfc4928593b54e2ecd809244" |
|
611 | 622 | "@typescript-eslint/types" "^8.56.1" |
612 | 623 | debug "^4.4.3" |
613 | 624 |
|
| 625 | +"@typescript-eslint/project-service@8.57.0": |
| 626 | + version "8.57.0" |
| 627 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/project-service/-/project-service-8.57.0.tgz#2014ed527bcd0eff8aecb7e44879ae3150604ab3" |
| 628 | + integrity sha512-pR+dK0BlxCLxtWfaKQWtYr7MhKmzqZxuii+ZjuFlZlIGRZm22HnXFqa2eY+90MUz8/i80YJmzFGDUsi8dMOV5w== |
| 629 | + dependencies: |
| 630 | + "@typescript-eslint/tsconfig-utils" "^8.57.0" |
| 631 | + "@typescript-eslint/types" "^8.57.0" |
| 632 | + debug "^4.4.3" |
| 633 | + |
614 | 634 | "@typescript-eslint/scope-manager@8.56.1": |
615 | 635 | version "8.56.1" |
616 | 636 | resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.56.1.tgz#254df93b5789a871351335dd23e20bc164060f24" |
|
619 | 639 | "@typescript-eslint/types" "8.56.1" |
620 | 640 | "@typescript-eslint/visitor-keys" "8.56.1" |
621 | 641 |
|
| 642 | +"@typescript-eslint/scope-manager@8.57.0": |
| 643 | + version "8.57.0" |
| 644 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.57.0.tgz#7d2a2aeaaef2ae70891b21939fadb4cb0b19f840" |
| 645 | + integrity sha512-nvExQqAHF01lUM66MskSaZulpPL5pgy5hI5RfrxviLgzZVffB5yYzw27uK/ft8QnKXI2X0LBrHJFr1TaZtAibw== |
| 646 | + dependencies: |
| 647 | + "@typescript-eslint/types" "8.57.0" |
| 648 | + "@typescript-eslint/visitor-keys" "8.57.0" |
| 649 | + |
622 | 650 | "@typescript-eslint/tsconfig-utils@8.56.1", "@typescript-eslint/tsconfig-utils@^8.56.1": |
623 | 651 | version "8.56.1" |
624 | 652 | resolved "https://registry.yarnpkg.com/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.56.1.tgz#1afa830b0fada5865ddcabdc993b790114a879b7" |
625 | 653 | integrity sha512-qOtCYzKEeyr3aR9f28mPJqBty7+DBqsdd63eO0yyDwc6vgThj2UjWfJIcsFeSucYydqcuudMOprZ+x1SpF3ZuQ== |
626 | 654 |
|
| 655 | +"@typescript-eslint/tsconfig-utils@8.57.0", "@typescript-eslint/tsconfig-utils@^8.57.0": |
| 656 | + version "8.57.0" |
| 657 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.57.0.tgz#cf2f2822af3887d25dd325b6bea6c3f60a83a0b4" |
| 658 | + integrity sha512-LtXRihc5ytjJIQEH+xqjB0+YgsV4/tW35XKX3GTZHpWtcC8SPkT/d4tqdf1cKtesryHm2bgp6l555NYcT2NLvA== |
| 659 | + |
627 | 660 | "@typescript-eslint/type-utils@8.56.1": |
628 | 661 | version "8.56.1" |
629 | 662 | resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.56.1.tgz#7a6c4fabf225d674644931e004302cbbdd2f2e24" |
|
635 | 668 | debug "^4.4.3" |
636 | 669 | ts-api-utils "^2.4.0" |
637 | 670 |
|
638 | | -"@typescript-eslint/types@8.56.1", "@typescript-eslint/types@^8.56.1": |
| 671 | +"@typescript-eslint/types@8.56.1": |
639 | 672 | version "8.56.1" |
640 | 673 | resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.56.1.tgz#975e5942bf54895291337c91b9191f6eb0632ab9" |
641 | 674 | integrity sha512-dbMkdIUkIkchgGDIv7KLUpa0Mda4IYjo4IAMJUZ+3xNoUXxMsk9YtKpTHSChRS85o+H9ftm51gsK1dZReY9CVw== |
642 | 675 |
|
| 676 | +"@typescript-eslint/types@8.57.0", "@typescript-eslint/types@^8.56.1", "@typescript-eslint/types@^8.57.0": |
| 677 | + version "8.57.0" |
| 678 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.57.0.tgz#4fa5385ffd1cd161fa5b9dce93e0493d491b8dc6" |
| 679 | + integrity sha512-dTLI8PEXhjUC7B9Kre+u0XznO696BhXcTlOn0/6kf1fHaQW8+VjJAVHJ3eTI14ZapTxdkOmc80HblPQLaEeJdg== |
| 680 | + |
643 | 681 | "@typescript-eslint/typescript-estree@8.56.1": |
644 | 682 | version "8.56.1" |
645 | 683 | resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.56.1.tgz#3b9e57d8129a860c50864c42188f761bdef3eab0" |
|
655 | 693 | tinyglobby "^0.2.15" |
656 | 694 | ts-api-utils "^2.4.0" |
657 | 695 |
|
| 696 | +"@typescript-eslint/typescript-estree@8.57.0": |
| 697 | + version "8.57.0" |
| 698 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.57.0.tgz#e0e4a89bfebb207de314826df876e2dabc7dea04" |
| 699 | + integrity sha512-m7faHcyVg0BT3VdYTlX8GdJEM7COexXxS6KqGopxdtkQRvBanK377QDHr4W/vIPAR+ah9+B/RclSW5ldVniO1Q== |
| 700 | + dependencies: |
| 701 | + "@typescript-eslint/project-service" "8.57.0" |
| 702 | + "@typescript-eslint/tsconfig-utils" "8.57.0" |
| 703 | + "@typescript-eslint/types" "8.57.0" |
| 704 | + "@typescript-eslint/visitor-keys" "8.57.0" |
| 705 | + debug "^4.4.3" |
| 706 | + minimatch "^10.2.2" |
| 707 | + semver "^7.7.3" |
| 708 | + tinyglobby "^0.2.15" |
| 709 | + ts-api-utils "^2.4.0" |
| 710 | + |
658 | 711 | "@typescript-eslint/utils@8.56.1": |
659 | 712 | version "8.56.1" |
660 | 713 | resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.56.1.tgz#5a86acaf9f1b4c4a85a42effb217f73059f6deb7" |
|
673 | 726 | "@typescript-eslint/types" "8.56.1" |
674 | 727 | eslint-visitor-keys "^5.0.0" |
675 | 728 |
|
| 729 | +"@typescript-eslint/visitor-keys@8.57.0": |
| 730 | + version "8.57.0" |
| 731 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.57.0.tgz#23aea662279bb66209700854453807a119350f85" |
| 732 | + integrity sha512-zm6xx8UT/Xy2oSr2ZXD0pZo7Jx2XsCoID2IUh9YSTFRu7z+WdwYTRk6LhUftm1crwqbuoF6I8zAFeCMw0YjwDg== |
| 733 | + dependencies: |
| 734 | + "@typescript-eslint/types" "8.57.0" |
| 735 | + eslint-visitor-keys "^5.0.0" |
| 736 | + |
676 | 737 | "@typespec/ts-http-runtime@^0.3.0": |
677 | 738 | version "0.3.0" |
678 | 739 | resolved "https://registry.yarnpkg.com/@typespec/ts-http-runtime/-/ts-http-runtime-0.3.0.tgz#f506ff2170e594a257f8e78aa196088f3a46a22d" |
|
0 commit comments