|
609 | 609 | natural-compare "^1.4.0" |
610 | 610 | ts-api-utils "^2.1.0" |
611 | 611 |
|
612 | | -"@typescript-eslint/parser@8.46.4", "@typescript-eslint/parser@^8.37.0": |
| 612 | +"@typescript-eslint/parser@8.46.4": |
613 | 613 | version "8.46.4" |
614 | 614 | resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.46.4.tgz#1a5bfd48be57bc07eec64e090ac46e89f47ade31" |
615 | 615 | integrity sha512-tK3GPFWbirvNgsNKto+UmB/cRtn6TZfyw0D6IKrW55n6Vbs7KJoZtI//kpTKzE/DUmmnAFD8/Ca46s7Obs92/w== |
|
620 | 620 | "@typescript-eslint/visitor-keys" "8.46.4" |
621 | 621 | debug "^4.3.4" |
622 | 622 |
|
| 623 | +"@typescript-eslint/parser@^8.37.0": |
| 624 | + version "8.47.0" |
| 625 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.47.0.tgz#51b14ab2be2057ec0f57073b9ff3a9c078b0a964" |
| 626 | + integrity sha512-lJi3PfxVmo0AkEY93ecfN+r8SofEqZNGByvHAI3GBLrvt1Cw6H5k1IM02nSzu0RfUafr2EvFSw0wAsZgubNplQ== |
| 627 | + dependencies: |
| 628 | + "@typescript-eslint/scope-manager" "8.47.0" |
| 629 | + "@typescript-eslint/types" "8.47.0" |
| 630 | + "@typescript-eslint/typescript-estree" "8.47.0" |
| 631 | + "@typescript-eslint/visitor-keys" "8.47.0" |
| 632 | + debug "^4.3.4" |
| 633 | + |
623 | 634 | "@typescript-eslint/project-service@8.46.4": |
624 | 635 | version "8.46.4" |
625 | 636 | resolved "https://registry.yarnpkg.com/@typescript-eslint/project-service/-/project-service-8.46.4.tgz#fa9872673b51fb57e5d5da034edbe17424ddd185" |
|
629 | 640 | "@typescript-eslint/types" "^8.46.4" |
630 | 641 | debug "^4.3.4" |
631 | 642 |
|
| 643 | +"@typescript-eslint/project-service@8.47.0": |
| 644 | + version "8.47.0" |
| 645 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/project-service/-/project-service-8.47.0.tgz#b8afc65e0527568018af911b702dcfbfdca16471" |
| 646 | + integrity sha512-2X4BX8hUeB5JcA1TQJ7GjcgulXQ+5UkNb0DL8gHsHUHdFoiCTJoYLTpib3LtSDPZsRET5ygN4qqIWrHyYIKERA== |
| 647 | + dependencies: |
| 648 | + "@typescript-eslint/tsconfig-utils" "^8.47.0" |
| 649 | + "@typescript-eslint/types" "^8.47.0" |
| 650 | + debug "^4.3.4" |
| 651 | + |
632 | 652 | "@typescript-eslint/scope-manager@8.46.4": |
633 | 653 | version "8.46.4" |
634 | 654 | resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.46.4.tgz#78c9b4856c0094def64ffa53ea955b46bec13304" |
|
637 | 657 | "@typescript-eslint/types" "8.46.4" |
638 | 658 | "@typescript-eslint/visitor-keys" "8.46.4" |
639 | 659 |
|
| 660 | +"@typescript-eslint/scope-manager@8.47.0": |
| 661 | + version "8.47.0" |
| 662 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.47.0.tgz#d1c36a973a5499fed3a99e2e6a66aec5c9b1e542" |
| 663 | + integrity sha512-a0TTJk4HXMkfpFkL9/WaGTNuv7JWfFTQFJd6zS9dVAjKsojmv9HT55xzbEpnZoY+VUb+YXLMp+ihMLz/UlZfDg== |
| 664 | + dependencies: |
| 665 | + "@typescript-eslint/types" "8.47.0" |
| 666 | + "@typescript-eslint/visitor-keys" "8.47.0" |
| 667 | + |
640 | 668 | "@typescript-eslint/tsconfig-utils@8.46.4", "@typescript-eslint/tsconfig-utils@^8.46.4": |
641 | 669 | version "8.46.4" |
642 | 670 | resolved "https://registry.yarnpkg.com/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.46.4.tgz#989a338093b6b91b0552f1f51331d89ec6980382" |
643 | 671 | integrity sha512-+/XqaZPIAk6Cjg7NWgSGe27X4zMGqrFqZ8atJsX3CWxH/jACqWnrWI68h7nHQld0y+k9eTTjb9r+KU4twLoo9A== |
644 | 672 |
|
| 673 | +"@typescript-eslint/tsconfig-utils@8.47.0", "@typescript-eslint/tsconfig-utils@^8.47.0": |
| 674 | + version "8.47.0" |
| 675 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.47.0.tgz#4f178b62813538759e0989dd081c5474fad39b84" |
| 676 | + integrity sha512-ybUAvjy4ZCL11uryalkKxuT3w3sXJAuWhOoGS3T/Wu+iUu1tGJmk5ytSY8gbdACNARmcYEB0COksD2j6hfGK2g== |
| 677 | + |
645 | 678 | "@typescript-eslint/type-utils@8.46.4": |
646 | 679 | version "8.46.4" |
647 | 680 | resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.46.4.tgz#ae71b428a3c138b5084affe47893c129949171e0" |
|
653 | 686 | debug "^4.3.4" |
654 | 687 | ts-api-utils "^2.1.0" |
655 | 688 |
|
656 | | -"@typescript-eslint/types@8.46.4", "@typescript-eslint/types@^8.46.4": |
| 689 | +"@typescript-eslint/types@8.46.4": |
657 | 690 | version "8.46.4" |
658 | 691 | resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.46.4.tgz#38022bfda051be80e4120eeefcd2b6e3e630a69b" |
659 | 692 | integrity sha512-USjyxm3gQEePdUwJBFjjGNG18xY9A2grDVGuk7/9AkjIF1L+ZrVnwR5VAU5JXtUnBL/Nwt3H31KlRDaksnM7/w== |
660 | 693 |
|
| 694 | +"@typescript-eslint/types@8.47.0", "@typescript-eslint/types@^8.46.4", "@typescript-eslint/types@^8.47.0": |
| 695 | + version "8.47.0" |
| 696 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.47.0.tgz#c7fc9b6642d03505f447a8392934b9d1850de5af" |
| 697 | + integrity sha512-nHAE6bMKsizhA2uuYZbEbmp5z2UpffNrPEqiKIeN7VsV6UY/roxanWfoRrf6x/k9+Obf+GQdkm0nPU+vnMXo9A== |
| 698 | + |
661 | 699 | "@typescript-eslint/typescript-estree@8.46.4": |
662 | 700 | version "8.46.4" |
663 | 701 | resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.46.4.tgz#6a9eeab0da45bf400f22c818e0f47102a980ceaa" |
|
674 | 712 | semver "^7.6.0" |
675 | 713 | ts-api-utils "^2.1.0" |
676 | 714 |
|
| 715 | +"@typescript-eslint/typescript-estree@8.47.0": |
| 716 | + version "8.47.0" |
| 717 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.47.0.tgz#86416dad58db76c4b3bd6a899b1381f9c388489a" |
| 718 | + integrity sha512-k6ti9UepJf5NpzCjH31hQNLHQWupTRPhZ+KFF8WtTuTpy7uHPfeg2NM7cP27aCGajoEplxJDFVCEm9TGPYyiVg== |
| 719 | + dependencies: |
| 720 | + "@typescript-eslint/project-service" "8.47.0" |
| 721 | + "@typescript-eslint/tsconfig-utils" "8.47.0" |
| 722 | + "@typescript-eslint/types" "8.47.0" |
| 723 | + "@typescript-eslint/visitor-keys" "8.47.0" |
| 724 | + debug "^4.3.4" |
| 725 | + fast-glob "^3.3.2" |
| 726 | + is-glob "^4.0.3" |
| 727 | + minimatch "^9.0.4" |
| 728 | + semver "^7.6.0" |
| 729 | + ts-api-utils "^2.1.0" |
| 730 | + |
677 | 731 | "@typescript-eslint/utils@8.46.4": |
678 | 732 | version "8.46.4" |
679 | 733 | resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.46.4.tgz#ea7878ddd625948cad4424dc2752b1be236556f5" |
|
692 | 746 | "@typescript-eslint/types" "8.46.4" |
693 | 747 | eslint-visitor-keys "^4.2.1" |
694 | 748 |
|
| 749 | +"@typescript-eslint/visitor-keys@8.47.0": |
| 750 | + version "8.47.0" |
| 751 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.47.0.tgz#35f36ed60a170dfc9d4d738e78387e217f24c29f" |
| 752 | + integrity sha512-SIV3/6eftCy1bNzCQoPmbWsRLujS8t5iDIZ4spZOBHqrM+yfX2ogg8Tt3PDTAVKw3sSCiUgg30uOAvK2r9zGjQ== |
| 753 | + dependencies: |
| 754 | + "@typescript-eslint/types" "8.47.0" |
| 755 | + eslint-visitor-keys "^4.2.1" |
| 756 | + |
695 | 757 | "@typespec/ts-http-runtime@^0.3.0": |
696 | 758 | version "0.3.0" |
697 | 759 | resolved "https://registry.yarnpkg.com/@typespec/ts-http-runtime/-/ts-http-runtime-0.3.0.tgz#f506ff2170e594a257f8e78aa196088f3a46a22d" |
|
0 commit comments