|
745 | 745 | natural-compare "^1.4.0"
|
746 | 746 | ts-api-utils "^2.1.0"
|
747 | 747 |
|
748 |
| -"@typescript-eslint/parser@^8.32.1": |
749 |
| - version "8.32.1" |
750 |
| - resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.32.1.tgz#18b0e53315e0bc22b2619d398ae49a968370935e" |
751 |
| - integrity sha512-LKMrmwCPoLhM45Z00O1ulb6jwyVr2kr3XJp+G+tSEZcbauNnScewcQwtJqXDhXeYPDEjZ8C1SjXm015CirEmGg== |
| 748 | +"@typescript-eslint/parser@^8.33.0": |
| 749 | + version "8.33.0" |
| 750 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.33.0.tgz#8e523c2b447ad7cd6ac91b719d8b37449481784d" |
| 751 | + integrity sha512-JaehZvf6m0yqYp34+RVnihBAChkqeH+tqqhS0GuX1qgPpwLvmTPheKEs6OeCK6hVJgXZHJ2vbjnC9j119auStQ== |
| 752 | + dependencies: |
| 753 | + "@typescript-eslint/scope-manager" "8.33.0" |
| 754 | + "@typescript-eslint/types" "8.33.0" |
| 755 | + "@typescript-eslint/typescript-estree" "8.33.0" |
| 756 | + "@typescript-eslint/visitor-keys" "8.33.0" |
| 757 | + debug "^4.3.4" |
| 758 | + |
| 759 | +"@typescript-eslint/project-service@8.33.0": |
| 760 | + version "8.33.0" |
| 761 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/project-service/-/project-service-8.33.0.tgz#71f37ef9010de47bf20963914743c5cbef851e08" |
| 762 | + integrity sha512-d1hz0u9l6N+u/gcrk6s6gYdl7/+pp8yHheRTqP6X5hVDKALEaTn8WfGiit7G511yueBEL3OpOEpD+3/MBdoN+A== |
752 | 763 | dependencies:
|
753 |
| - "@typescript-eslint/scope-manager" "8.32.1" |
754 |
| - "@typescript-eslint/types" "8.32.1" |
755 |
| - "@typescript-eslint/typescript-estree" "8.32.1" |
756 |
| - "@typescript-eslint/visitor-keys" "8.32.1" |
| 764 | + "@typescript-eslint/tsconfig-utils" "^8.33.0" |
| 765 | + "@typescript-eslint/types" "^8.33.0" |
757 | 766 | debug "^4.3.4"
|
758 | 767 |
|
759 | 768 | "@typescript-eslint/scope-manager@8.32.1":
|
|
764 | 773 | "@typescript-eslint/types" "8.32.1"
|
765 | 774 | "@typescript-eslint/visitor-keys" "8.32.1"
|
766 | 775 |
|
| 776 | +"@typescript-eslint/scope-manager@8.33.0": |
| 777 | + version "8.33.0" |
| 778 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.33.0.tgz#459cf0c49d410800b1a023b973c62d699b09bf4c" |
| 779 | + integrity sha512-LMi/oqrzpqxyO72ltP+dBSP6V0xiUb4saY7WLtxSfiNEBI8m321LLVFU9/QDJxjDQG9/tjSqKz/E3380TEqSTw== |
| 780 | + dependencies: |
| 781 | + "@typescript-eslint/types" "8.33.0" |
| 782 | + "@typescript-eslint/visitor-keys" "8.33.0" |
| 783 | + |
| 784 | +"@typescript-eslint/tsconfig-utils@8.33.0", "@typescript-eslint/tsconfig-utils@^8.33.0": |
| 785 | + version "8.33.0" |
| 786 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.33.0.tgz#316adab038bbdc43e448781d5a816c2973eab73e" |
| 787 | + integrity sha512-sTkETlbqhEoiFmGr1gsdq5HyVbSOF0145SYDJ/EQmXHtKViCaGvnyLqWFFHtEXoS0J1yU8Wyou2UGmgW88fEug== |
| 788 | + |
767 | 789 | "@typescript-eslint/type-utils@8.32.1":
|
768 | 790 | version "8.32.1"
|
769 | 791 | resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.32.1.tgz#b9292a45f69ecdb7db74d1696e57d1a89514d21e"
|
|
779 | 801 | resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.32.1.tgz#b19fe4ac0dc08317bae0ce9ec1168123576c1d4b"
|
780 | 802 | integrity sha512-YmybwXUJcgGqgAp6bEsgpPXEg6dcCyPyCSr0CAAueacR/CCBi25G3V8gGQ2kRzQRBNol7VQknxMs9HvVa9Rvfg==
|
781 | 803 |
|
| 804 | +"@typescript-eslint/types@8.33.0", "@typescript-eslint/types@^8.33.0": |
| 805 | + version "8.33.0" |
| 806 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.33.0.tgz#02a7dbba611a8abf1ad2a9e00f72f7b94b5ab0ee" |
| 807 | + integrity sha512-DKuXOKpM5IDT1FA2g9x9x1Ug81YuKrzf4mYX8FAVSNu5Wo/LELHWQyM1pQaDkI42bX15PWl0vNPt1uGiIFUOpg== |
| 808 | + |
782 | 809 | "@typescript-eslint/typescript-estree@8.32.1":
|
783 | 810 | version "8.32.1"
|
784 | 811 | resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.32.1.tgz#9023720ca4ecf4f59c275a05b5fed69b1276face"
|
|
793 | 820 | semver "^7.6.0"
|
794 | 821 | ts-api-utils "^2.1.0"
|
795 | 822 |
|
| 823 | +"@typescript-eslint/typescript-estree@8.33.0": |
| 824 | + version "8.33.0" |
| 825 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.33.0.tgz#abcc1d3db75a8e9fd2e274ee8c4099fa2399abfd" |
| 826 | + integrity sha512-vegY4FQoB6jL97Tu/lWRsAiUUp8qJTqzAmENH2k59SJhw0Th1oszb9Idq/FyyONLuNqT1OADJPXfyUNOR8SzAQ== |
| 827 | + dependencies: |
| 828 | + "@typescript-eslint/project-service" "8.33.0" |
| 829 | + "@typescript-eslint/tsconfig-utils" "8.33.0" |
| 830 | + "@typescript-eslint/types" "8.33.0" |
| 831 | + "@typescript-eslint/visitor-keys" "8.33.0" |
| 832 | + debug "^4.3.4" |
| 833 | + fast-glob "^3.3.2" |
| 834 | + is-glob "^4.0.3" |
| 835 | + minimatch "^9.0.4" |
| 836 | + semver "^7.6.0" |
| 837 | + ts-api-utils "^2.1.0" |
| 838 | + |
796 | 839 | "@typescript-eslint/utils@8.32.1":
|
797 | 840 | version "8.32.1"
|
798 | 841 | resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.32.1.tgz#4d6d5d29b9e519e9a85e9a74e9f7bdb58abe9704"
|
|
811 | 854 | "@typescript-eslint/types" "8.32.1"
|
812 | 855 | eslint-visitor-keys "^4.2.0"
|
813 | 856 |
|
| 857 | +"@typescript-eslint/visitor-keys@8.33.0": |
| 858 | + version "8.33.0" |
| 859 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.33.0.tgz#fbae16fd3594531f8cad95d421125d634e9974fe" |
| 860 | + integrity sha512-7RW7CMYoskiz5OOGAWjJFxgb7c5UNjTG292gYhWeOAcFmYCtVCSqjqSBj5zMhxbXo2JOW95YYrUWJfU0zrpaGQ== |
| 861 | + dependencies: |
| 862 | + "@typescript-eslint/types" "8.33.0" |
| 863 | + eslint-visitor-keys "^4.2.0" |
| 864 | + |
814 | 865 | "@vitest/expect@3.1.4":
|
815 | 866 | version "3.1.4"
|
816 | 867 | resolved "https://registry.yarnpkg.com/@vitest/expect/-/expect-3.1.4.tgz#837651a71682e3611c3df7b58b157ba485bd8029"
|
|
0 commit comments