|
607 | 607 | natural-compare "^1.4.0" |
608 | 608 | ts-api-utils "^2.1.0" |
609 | 609 |
|
610 | | -"@typescript-eslint/parser@8.40.0", "@typescript-eslint/parser@^8.37.0": |
| 610 | +"@typescript-eslint/parser@8.40.0": |
611 | 611 | version "8.40.0" |
612 | 612 | resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.40.0.tgz#1bc9f3701ced29540eb76ff2d95ce0d52ddc7e69" |
613 | 613 | integrity sha512-jCNyAuXx8dr5KJMkecGmZ8KI61KBUhkCob+SD+C+I5+Y1FWI2Y3QmY4/cxMCC5WAsZqoEtEETVhUiUMIGCf6Bw== |
|
618 | 618 | "@typescript-eslint/visitor-keys" "8.40.0" |
619 | 619 | debug "^4.3.4" |
620 | 620 |
|
| 621 | +"@typescript-eslint/parser@^8.37.0": |
| 622 | + version "8.41.0" |
| 623 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.41.0.tgz#677f5b2b3fa947ee1eac4129220c051b1990d898" |
| 624 | + integrity sha512-gTtSdWX9xiMPA/7MV9STjJOOYtWwIJIYxkQxnSV1U3xcE+mnJSH3f6zI0RYP+ew66WSlZ5ed+h0VCxsvdC1jJg== |
| 625 | + dependencies: |
| 626 | + "@typescript-eslint/scope-manager" "8.41.0" |
| 627 | + "@typescript-eslint/types" "8.41.0" |
| 628 | + "@typescript-eslint/typescript-estree" "8.41.0" |
| 629 | + "@typescript-eslint/visitor-keys" "8.41.0" |
| 630 | + debug "^4.3.4" |
| 631 | + |
621 | 632 | "@typescript-eslint/project-service@8.40.0": |
622 | 633 | version "8.40.0" |
623 | 634 | resolved "https://registry.yarnpkg.com/@typescript-eslint/project-service/-/project-service-8.40.0.tgz#1b7ba6079ff580c3215882fe75a43e5d3ed166b9" |
|
627 | 638 | "@typescript-eslint/types" "^8.40.0" |
628 | 639 | debug "^4.3.4" |
629 | 640 |
|
| 641 | +"@typescript-eslint/project-service@8.41.0": |
| 642 | + version "8.41.0" |
| 643 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/project-service/-/project-service-8.41.0.tgz#08ebf882d413a038926e73fda36e00c3dba84882" |
| 644 | + integrity sha512-b8V9SdGBQzQdjJ/IO3eDifGpDBJfvrNTp2QD9P2BeqWTGrRibgfgIlBSw6z3b6R7dPzg752tOs4u/7yCLxksSQ== |
| 645 | + dependencies: |
| 646 | + "@typescript-eslint/tsconfig-utils" "^8.41.0" |
| 647 | + "@typescript-eslint/types" "^8.41.0" |
| 648 | + debug "^4.3.4" |
| 649 | + |
630 | 650 | "@typescript-eslint/scope-manager@8.40.0": |
631 | 651 | version "8.40.0" |
632 | 652 | resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.40.0.tgz#2fbfcc8643340d8cd692267e61548b946190be8a" |
|
635 | 655 | "@typescript-eslint/types" "8.40.0" |
636 | 656 | "@typescript-eslint/visitor-keys" "8.40.0" |
637 | 657 |
|
| 658 | +"@typescript-eslint/scope-manager@8.41.0": |
| 659 | + version "8.41.0" |
| 660 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.41.0.tgz#c8aba12129cb9cead1f1727f58e6a0fcebeecdb5" |
| 661 | + integrity sha512-n6m05bXn/Cd6DZDGyrpXrELCPVaTnLdPToyhBoFkLIMznRUQUEQdSp96s/pcWSQdqOhrgR1mzJ+yItK7T+WPMQ== |
| 662 | + dependencies: |
| 663 | + "@typescript-eslint/types" "8.41.0" |
| 664 | + "@typescript-eslint/visitor-keys" "8.41.0" |
| 665 | + |
638 | 666 | "@typescript-eslint/tsconfig-utils@8.40.0", "@typescript-eslint/tsconfig-utils@^8.40.0": |
639 | 667 | version "8.40.0" |
640 | 668 | resolved "https://registry.yarnpkg.com/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.40.0.tgz#8e8fdb9b988854aedd04abdde3239c4bdd2d26e4" |
641 | 669 | integrity sha512-jtMytmUaG9d/9kqSl/W3E3xaWESo4hFDxAIHGVW/WKKtQhesnRIJSAJO6XckluuJ6KDB5woD1EiqknriCtAmcw== |
642 | 670 |
|
| 671 | +"@typescript-eslint/tsconfig-utils@8.41.0", "@typescript-eslint/tsconfig-utils@^8.41.0": |
| 672 | + version "8.41.0" |
| 673 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.41.0.tgz#134dee36eb16cdd78095a20bca0516d10b5dda75" |
| 674 | + integrity sha512-TDhxYFPUYRFxFhuU5hTIJk+auzM/wKvWgoNYOPcOf6i4ReYlOoYN8q1dV5kOTjNQNJgzWN3TUUQMtlLOcUgdUw== |
| 675 | + |
643 | 676 | "@typescript-eslint/type-utils@8.40.0": |
644 | 677 | version "8.40.0" |
645 | 678 | resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.40.0.tgz#a7e4a1f0815dd0ba3e4eef945cc87193ca32c422" |
|
651 | 684 | debug "^4.3.4" |
652 | 685 | ts-api-utils "^2.1.0" |
653 | 686 |
|
654 | | -"@typescript-eslint/types@8.40.0", "@typescript-eslint/types@^8.40.0": |
| 687 | +"@typescript-eslint/types@8.40.0": |
655 | 688 | version "8.40.0" |
656 | 689 | resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.40.0.tgz#0b580fdf643737aa5c01285314b5c6e9543846a9" |
657 | 690 | integrity sha512-ETdbFlgbAmXHyFPwqUIYrfc12ArvpBhEVgGAxVYSwli26dn8Ko+lIo4Su9vI9ykTZdJn+vJprs/0eZU0YMAEQg== |
658 | 691 |
|
| 692 | +"@typescript-eslint/types@8.41.0", "@typescript-eslint/types@^8.40.0", "@typescript-eslint/types@^8.41.0": |
| 693 | + version "8.41.0" |
| 694 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.41.0.tgz#9935afeaae65e535abcbcee95383fa649c64d16d" |
| 695 | + integrity sha512-9EwxsWdVqh42afLbHP90n2VdHaWU/oWgbH2P0CfcNfdKL7CuKpwMQGjwev56vWu9cSKU7FWSu6r9zck6CVfnag== |
| 696 | + |
659 | 697 | "@typescript-eslint/typescript-estree@8.40.0": |
660 | 698 | version "8.40.0" |
661 | 699 | resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.40.0.tgz#295149440ce7da81c790a4e14e327599a3a1e5c9" |
|
672 | 710 | semver "^7.6.0" |
673 | 711 | ts-api-utils "^2.1.0" |
674 | 712 |
|
| 713 | +"@typescript-eslint/typescript-estree@8.41.0": |
| 714 | + version "8.41.0" |
| 715 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.41.0.tgz#7c9cff8b4334ce96f14e9689692e8cf426ce4d59" |
| 716 | + integrity sha512-D43UwUYJmGhuwHfY7MtNKRZMmfd8+p/eNSfFe6tH5mbVDto+VQCayeAt35rOx3Cs6wxD16DQtIKw/YXxt5E0UQ== |
| 717 | + dependencies: |
| 718 | + "@typescript-eslint/project-service" "8.41.0" |
| 719 | + "@typescript-eslint/tsconfig-utils" "8.41.0" |
| 720 | + "@typescript-eslint/types" "8.41.0" |
| 721 | + "@typescript-eslint/visitor-keys" "8.41.0" |
| 722 | + debug "^4.3.4" |
| 723 | + fast-glob "^3.3.2" |
| 724 | + is-glob "^4.0.3" |
| 725 | + minimatch "^9.0.4" |
| 726 | + semver "^7.6.0" |
| 727 | + ts-api-utils "^2.1.0" |
| 728 | + |
675 | 729 | "@typescript-eslint/utils@8.40.0": |
676 | 730 | version "8.40.0" |
677 | 731 | resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.40.0.tgz#8d0c6430ed2f5dc350784bb0d8be514da1e54054" |
|
690 | 744 | "@typescript-eslint/types" "8.40.0" |
691 | 745 | eslint-visitor-keys "^4.2.1" |
692 | 746 |
|
| 747 | +"@typescript-eslint/visitor-keys@8.41.0": |
| 748 | + version "8.41.0" |
| 749 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.41.0.tgz#16eb99b55d207f6688002a2cf425e039579aa9a9" |
| 750 | + integrity sha512-+GeGMebMCy0elMNg67LRNoVnUFPIm37iu5CmHESVx56/9Jsfdpsvbv605DQ81Pi/x11IdKUsS5nzgTYbCQU9fg== |
| 751 | + dependencies: |
| 752 | + "@typescript-eslint/types" "8.41.0" |
| 753 | + eslint-visitor-keys "^4.2.1" |
| 754 | + |
693 | 755 | "@typespec/ts-http-runtime@^0.3.0": |
694 | 756 | version "0.3.0" |
695 | 757 | resolved "https://registry.yarnpkg.com/@typespec/ts-http-runtime/-/ts-http-runtime-0.3.0.tgz#f506ff2170e594a257f8e78aa196088f3a46a22d" |
|
0 commit comments