|
836 | 836 | natural-compare "^1.4.0" |
837 | 837 | ts-api-utils "^2.1.0" |
838 | 838 |
|
839 | | -"@typescript-eslint/parser@^8.25.0": |
840 | | - version "8.25.0" |
841 | | - resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.25.0.tgz#58fb81c7b7a35184ba17583f3d7ac6c4f3d95be8" |
842 | | - integrity sha512-4gbs64bnbSzu4FpgMiQ1A+D+urxkoJk/kqlDJ2W//5SygaEiAP2B4GoS7TEdxgwol2el03gckFV9lJ4QOMiiHg== |
843 | | - dependencies: |
844 | | - "@typescript-eslint/scope-manager" "8.25.0" |
845 | | - "@typescript-eslint/types" "8.25.0" |
846 | | - "@typescript-eslint/typescript-estree" "8.25.0" |
847 | | - "@typescript-eslint/visitor-keys" "8.25.0" |
848 | | - debug "^4.3.4" |
849 | | - |
850 | | -"@typescript-eslint/scope-manager@8.25.0": |
851 | | - version "8.25.0" |
852 | | - resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.25.0.tgz#ac3805077aade898e98ca824294c998545597df3" |
853 | | - integrity sha512-6PPeiKIGbgStEyt4NNXa2ru5pMzQ8OYKO1hX1z53HMomrmiSB+R5FmChgQAP1ro8jMtNawz+TRQo/cSXrauTpg== |
| 839 | +"@typescript-eslint/parser@^8.32.1": |
| 840 | + version "8.32.1" |
| 841 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.32.1.tgz#18b0e53315e0bc22b2619d398ae49a968370935e" |
| 842 | + integrity sha512-LKMrmwCPoLhM45Z00O1ulb6jwyVr2kr3XJp+G+tSEZcbauNnScewcQwtJqXDhXeYPDEjZ8C1SjXm015CirEmGg== |
854 | 843 | dependencies: |
855 | | - "@typescript-eslint/types" "8.25.0" |
856 | | - "@typescript-eslint/visitor-keys" "8.25.0" |
| 844 | + "@typescript-eslint/scope-manager" "8.32.1" |
| 845 | + "@typescript-eslint/types" "8.32.1" |
| 846 | + "@typescript-eslint/typescript-estree" "8.32.1" |
| 847 | + "@typescript-eslint/visitor-keys" "8.32.1" |
| 848 | + debug "^4.3.4" |
857 | 849 |
|
858 | 850 | "@typescript-eslint/scope-manager@8.32.1": |
859 | 851 | version "8.32.1" |
|
873 | 865 | debug "^4.3.4" |
874 | 866 | ts-api-utils "^2.1.0" |
875 | 867 |
|
876 | | -"@typescript-eslint/types@8.25.0": |
877 | | - version "8.25.0" |
878 | | - resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.25.0.tgz#f91512c2f532b1d6a8826cadd0b0e5cd53cf97e0" |
879 | | - integrity sha512-+vUe0Zb4tkNgznQwicsvLUJgZIRs6ITeWSCclX1q85pR1iOiaj+4uZJIUp//Z27QWu5Cseiw3O3AR8hVpax7Aw== |
880 | | - |
881 | 868 | "@typescript-eslint/types@8.32.1": |
882 | 869 | version "8.32.1" |
883 | 870 | resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.32.1.tgz#b19fe4ac0dc08317bae0ce9ec1168123576c1d4b" |
884 | 871 | integrity sha512-YmybwXUJcgGqgAp6bEsgpPXEg6dcCyPyCSr0CAAueacR/CCBi25G3V8gGQ2kRzQRBNol7VQknxMs9HvVa9Rvfg== |
885 | 872 |
|
886 | | -"@typescript-eslint/typescript-estree@8.25.0": |
887 | | - version "8.25.0" |
888 | | - resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.25.0.tgz#d8409c63abddd4cf5b93c031b24b9edc1c7c1299" |
889 | | - integrity sha512-ZPaiAKEZ6Blt/TPAx5Ot0EIB/yGtLI2EsGoY6F7XKklfMxYQyvtL+gT/UCqkMzO0BVFHLDlzvFqQzurYahxv9Q== |
890 | | - dependencies: |
891 | | - "@typescript-eslint/types" "8.25.0" |
892 | | - "@typescript-eslint/visitor-keys" "8.25.0" |
893 | | - debug "^4.3.4" |
894 | | - fast-glob "^3.3.2" |
895 | | - is-glob "^4.0.3" |
896 | | - minimatch "^9.0.4" |
897 | | - semver "^7.6.0" |
898 | | - ts-api-utils "^2.0.1" |
899 | | - |
900 | 873 | "@typescript-eslint/typescript-estree@8.32.1": |
901 | 874 | version "8.32.1" |
902 | 875 | resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.32.1.tgz#9023720ca4ecf4f59c275a05b5fed69b1276face" |
|
921 | 894 | "@typescript-eslint/types" "8.32.1" |
922 | 895 | "@typescript-eslint/typescript-estree" "8.32.1" |
923 | 896 |
|
924 | | -"@typescript-eslint/visitor-keys@8.25.0": |
925 | | - version "8.25.0" |
926 | | - resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.25.0.tgz#e8646324cd1793f96e02669cb717a05319403164" |
927 | | - integrity sha512-kCYXKAum9CecGVHGij7muybDfTS2sD3t0L4bJsEZLkyrXUImiCTq1M3LG2SRtOhiHFwMR9wAFplpT6XHYjTkwQ== |
928 | | - dependencies: |
929 | | - "@typescript-eslint/types" "8.25.0" |
930 | | - eslint-visitor-keys "^4.2.0" |
931 | | - |
932 | 897 | "@typescript-eslint/visitor-keys@8.32.1": |
933 | 898 | version "8.32.1" |
934 | 899 | resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.32.1.tgz#4321395cc55c2eb46036cbbb03e101994d11ddca" |
@@ -2415,7 +2380,7 @@ to-regex-range@^5.0.1: |
2415 | 2380 | dependencies: |
2416 | 2381 | is-number "^7.0.0" |
2417 | 2382 |
|
2418 | | -ts-api-utils@^2.0.1, ts-api-utils@^2.1.0: |
| 2383 | +ts-api-utils@^2.1.0: |
2419 | 2384 | version "2.1.0" |
2420 | 2385 | resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-2.1.0.tgz#595f7094e46eed364c13fd23e75f9513d29baf91" |
2421 | 2386 | integrity sha512-CUgTZL1irw8u29bzrOD/nH85jqyc74D6SshFgujOIA7osm2Rz7dYH77agkx7H4FBNxDq7Cjf+IjaX/8zwFW+ZQ== |
|
0 commit comments