|
984 | 984 | resolved "https://registry.yarnpkg.com/@types/normalize-package-data/-/normalize-package-data-2.4.4.tgz#56e2cc26c397c038fab0e3a917a12d5c5909e901" |
985 | 985 | integrity sha512-37i+OaWTh9qeK4LSHPsyRC7NahnGotNuZvjLSgcPzblpHB3rrCJxAOgI5gCdKm7coonsaX1Of0ILiTcnZjbfxA== |
986 | 986 |
|
987 | | -"@typescript-eslint/eslint-plugin@8.64.0": |
988 | | - version "8.64.0" |
989 | | - resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.64.0.tgz#71a0c3d5f8a5e6c5dfdb4f0f04bd1bfb572d5e24" |
990 | | - integrity sha512-CGvQPBxN3wZLu6Rz2kFUpZeoCm78xUic92ck39KPePkO1NPOwjCqdQnm5Q87tpWw9vcBvW8XLrDXjH9PWYtJ3Q== |
| 987 | +"@typescript-eslint/eslint-plugin@8.65.0": |
| 988 | + version "8.65.0" |
| 989 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.65.0.tgz#0a58df6fea8c0bf6b396f518077099bc8b762bb5" |
| 990 | + integrity sha512-IEgob78X12rHpUmtcwFsXhZdVGJtwTVP8FiCLZkR6GlYVrl2PcuB+KhCE5BlVC/eQpQnu8WXRtkHZuPar+gCRA== |
991 | 991 | dependencies: |
992 | 992 | "@eslint-community/regexpp" "^4.12.2" |
993 | | - "@typescript-eslint/scope-manager" "8.64.0" |
994 | | - "@typescript-eslint/type-utils" "8.64.0" |
995 | | - "@typescript-eslint/utils" "8.64.0" |
996 | | - "@typescript-eslint/visitor-keys" "8.64.0" |
| 993 | + "@typescript-eslint/scope-manager" "8.65.0" |
| 994 | + "@typescript-eslint/type-utils" "8.65.0" |
| 995 | + "@typescript-eslint/utils" "8.65.0" |
| 996 | + "@typescript-eslint/visitor-keys" "8.65.0" |
997 | 997 | ignore "^7.0.5" |
998 | 998 | natural-compare "^1.4.0" |
999 | 999 | ts-api-utils "^2.5.0" |
1000 | 1000 |
|
1001 | | -"@typescript-eslint/parser@8.64.0": |
1002 | | - version "8.64.0" |
1003 | | - resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.64.0.tgz#c9864a1cc28a13ff29a7314fbdef0528bb122f72" |
1004 | | - integrity sha512-KA0OshtlcCCXmbfqyZkM5pV3/WNraJf7DkJRLpyrmwPtud57H5BDX7C3k0LPSPxpprfRL+cJDGabF10mvNCoCw== |
| 1001 | +"@typescript-eslint/parser@8.65.0": |
| 1002 | + version "8.65.0" |
| 1003 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.65.0.tgz#5295c1058c0a1dd746ef28baaf9c0341dbdf03dc" |
| 1004 | + integrity sha512-CZ4nMxWwgu1HEEFNkeaCptra9QCtkmKdgf3sWh1rl1trIhmxLilgTV4cwcbQ4wemnT4sWQN8CaKOmdYx+g2gMA== |
1005 | 1005 | dependencies: |
1006 | | - "@typescript-eslint/scope-manager" "8.64.0" |
1007 | | - "@typescript-eslint/types" "8.64.0" |
1008 | | - "@typescript-eslint/typescript-estree" "8.64.0" |
1009 | | - "@typescript-eslint/visitor-keys" "8.64.0" |
| 1006 | + "@typescript-eslint/scope-manager" "8.65.0" |
| 1007 | + "@typescript-eslint/types" "8.65.0" |
| 1008 | + "@typescript-eslint/typescript-estree" "8.65.0" |
| 1009 | + "@typescript-eslint/visitor-keys" "8.65.0" |
1010 | 1010 | debug "^4.4.3" |
1011 | 1011 |
|
1012 | | -"@typescript-eslint/project-service@8.64.0": |
1013 | | - version "8.64.0" |
1014 | | - resolved "https://registry.yarnpkg.com/@typescript-eslint/project-service/-/project-service-8.64.0.tgz#14c4e29390d7325a7f8a1218c2788fd649b85da6" |
1015 | | - integrity sha512-tk4WpOJ6IEbGrVHaNmM0YRrwAD3exZlIK3iadQNAxh4YKk6jvUQ4ecq18n+v7+meh+cJ3j+D8nbk8sRKhlwLQg== |
| 1012 | +"@typescript-eslint/project-service@8.65.0": |
| 1013 | + version "8.65.0" |
| 1014 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/project-service/-/project-service-8.65.0.tgz#65fbbc9a1591abffaeab5513200f848271cb0aa5" |
| 1015 | + integrity sha512-SxnPhbTsGahizDgbu7oqFH/xVtzIqMd/s+WtnSxNxJZJpLbdT5IPdzg8EZxO3+PoKahXmwJLeNQOpKJb3/bi7Q== |
1016 | 1016 | dependencies: |
1017 | | - "@typescript-eslint/tsconfig-utils" "^8.64.0" |
1018 | | - "@typescript-eslint/types" "^8.64.0" |
| 1017 | + "@typescript-eslint/tsconfig-utils" "^8.65.0" |
| 1018 | + "@typescript-eslint/types" "^8.65.0" |
1019 | 1019 | debug "^4.4.3" |
1020 | 1020 |
|
1021 | | -"@typescript-eslint/scope-manager@8.64.0": |
1022 | | - version "8.64.0" |
1023 | | - resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.64.0.tgz#d45f15304a94c85c39db317b717b158fb6259958" |
1024 | | - integrity sha512-CXEaFdYXjSTgKhisNkwCcJwTP8Pl+fmRrEQrri4nm3vU743bALrxzLmq7fHG/7e6a5xO0lDYeURpZmBuhHk54w== |
| 1021 | +"@typescript-eslint/scope-manager@8.65.0": |
| 1022 | + version "8.65.0" |
| 1023 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.65.0.tgz#9547202ce7e608e7b6283df585703b980a0ea70d" |
| 1024 | + integrity sha512-Esbl8OSYiVxBokYgWPf7VVWg/BE798wXhimnn9ML9Pt5qoDf8bfQlgjlKXR/k98+AcNzlLKYrpCcrcuZ9DZLgg== |
1025 | 1025 | dependencies: |
1026 | | - "@typescript-eslint/types" "8.64.0" |
1027 | | - "@typescript-eslint/visitor-keys" "8.64.0" |
| 1026 | + "@typescript-eslint/types" "8.65.0" |
| 1027 | + "@typescript-eslint/visitor-keys" "8.65.0" |
1028 | 1028 |
|
1029 | | -"@typescript-eslint/tsconfig-utils@8.64.0", "@typescript-eslint/tsconfig-utils@^8.64.0": |
1030 | | - version "8.64.0" |
1031 | | - resolved "https://registry.yarnpkg.com/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.64.0.tgz#c62ac8ea9173c3cac8b38b8e66e30a046b548851" |
1032 | | - integrity sha512-2yo8rRNKuzbVWQp5kslhANqZ2uDAeROQHBRZNPu8JDsHmeFNj/XJJhX/FhNUWmkHHvoNsKa6+tHJiig87EzsQw== |
| 1029 | +"@typescript-eslint/tsconfig-utils@8.65.0", "@typescript-eslint/tsconfig-utils@^8.65.0": |
| 1030 | + version "8.65.0" |
| 1031 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.65.0.tgz#36f168fcdbb1295f7446ff0379667f98c3cf1bf3" |
| 1032 | + integrity sha512-j6GzGqCiRdA7Qhur2VVmKZAkBLfnHFQfx4TaJGL9RMveZqCo48jSHHO0DTgizEnGhtWnqmbtCUSrqSkdiY/0Hg== |
1033 | 1033 |
|
1034 | | -"@typescript-eslint/type-utils@8.64.0": |
1035 | | - version "8.64.0" |
1036 | | - resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.64.0.tgz#106fa7d58cf9cf7758f3dd8e426ac8237eceacf3" |
1037 | | - integrity sha512-XWG4Fmmv/6SvyS9nH8jWrKs6terwJvE8cyRt1CzYYqzp9OrPhCT4cMc/f7C6RZCwG+qMmiffJS1/qJP8G1URtg== |
| 1034 | +"@typescript-eslint/type-utils@8.65.0": |
| 1035 | + version "8.65.0" |
| 1036 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.65.0.tgz#d316d7522d93cff4cd14f305e02f3df2d804f9c1" |
| 1037 | + integrity sha512-YjaZ7PRI5qY7ax2L3PbvX0rRyGtipAReCWs0mhhDBHjH/vl0g0BonaGXrKdKpMbIIsMIwDgbk/xzkBTyAltS5g== |
1038 | 1038 | dependencies: |
1039 | | - "@typescript-eslint/types" "8.64.0" |
1040 | | - "@typescript-eslint/typescript-estree" "8.64.0" |
1041 | | - "@typescript-eslint/utils" "8.64.0" |
| 1039 | + "@typescript-eslint/types" "8.65.0" |
| 1040 | + "@typescript-eslint/typescript-estree" "8.65.0" |
| 1041 | + "@typescript-eslint/utils" "8.65.0" |
1042 | 1042 | debug "^4.4.3" |
1043 | 1043 | ts-api-utils "^2.5.0" |
1044 | 1044 |
|
1045 | | -"@typescript-eslint/types@8.64.0", "@typescript-eslint/types@^8.64.0": |
1046 | | - version "8.64.0" |
1047 | | - resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.64.0.tgz#b41f8ef5dd40616908658b991197a9d486cda60b" |
1048 | | - integrity sha512-qjhfuTfLXjA4IOzXvz0rTjT01BqEiIgPoUeMwiEjnaHKJMTNo8rH5pYW1a2L/0Dnux2fPC85AeyJoWaGa8WxTA== |
| 1045 | +"@typescript-eslint/types@8.65.0", "@typescript-eslint/types@^8.65.0": |
| 1046 | + version "8.65.0" |
| 1047 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.65.0.tgz#3e86738416a777c8b8925ab46745f48ecf904c9f" |
| 1048 | + integrity sha512-JSSwWNy+H0E/01jJEM+hrX6N0OFDzFzeIhHFSAS01tlVaevpG8cFyYRPhS5yjGOvBUx3sqQHVMjCL1CAZZMxBg== |
1049 | 1049 |
|
1050 | | -"@typescript-eslint/typescript-estree@8.64.0": |
1051 | | - version "8.64.0" |
1052 | | - resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.64.0.tgz#b8d51255e2d726eb4bd80d397a4fb4170c02eecc" |
1053 | | - integrity sha512-Pztpsn1aCE1oWDvDEfUk31nngvvF7vUB5SwHFEaZIFpvw7WJtqUHHL4plBZDA9HfWJJjL13BdG0YrJInTUvoVA== |
| 1050 | +"@typescript-eslint/typescript-estree@8.65.0": |
| 1051 | + version "8.65.0" |
| 1052 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.65.0.tgz#f1f514808f6aa713e2d678ae8ff592a65e1632af" |
| 1053 | + integrity sha512-JboAE2swaYt4tb1fHhHTABE2K+OLy09XfcTbhnk4Pw96f9dd2e9iYsJ28gBggHlo5z5x1rkyWvcPoTuNTd4oGg== |
1054 | 1054 | dependencies: |
1055 | | - "@typescript-eslint/project-service" "8.64.0" |
1056 | | - "@typescript-eslint/tsconfig-utils" "8.64.0" |
1057 | | - "@typescript-eslint/types" "8.64.0" |
1058 | | - "@typescript-eslint/visitor-keys" "8.64.0" |
| 1055 | + "@typescript-eslint/project-service" "8.65.0" |
| 1056 | + "@typescript-eslint/tsconfig-utils" "8.65.0" |
| 1057 | + "@typescript-eslint/types" "8.65.0" |
| 1058 | + "@typescript-eslint/visitor-keys" "8.65.0" |
1059 | 1059 | debug "^4.4.3" |
1060 | 1060 | minimatch "^10.2.2" |
1061 | 1061 | semver "^7.7.3" |
1062 | 1062 | tinyglobby "^0.2.15" |
1063 | 1063 | ts-api-utils "^2.5.0" |
1064 | 1064 |
|
1065 | | -"@typescript-eslint/utils@8.64.0": |
1066 | | - version "8.64.0" |
1067 | | - resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.64.0.tgz#98bb2010cfb754b41985b9c93e6e8b3dcd7bd600" |
1068 | | - integrity sha512-aJUGVB3+U0htrrCjoA8qukw8cm8fNCGAxK/tVoS70k8aeb7DETKeFozRiVFIwEeN9WJLsjaP3ph8I60tY2XZoQ== |
| 1065 | +"@typescript-eslint/utils@8.65.0": |
| 1066 | + version "8.65.0" |
| 1067 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.65.0.tgz#afedd974a0c8deeef553b509df5800bafd615a72" |
| 1068 | + integrity sha512-gXiwIHsYreboxeJucHKPvgwl7dXt50mF8s1/c00cP/WoVTyWKFdtfhRWwZiXYFU5H2O8vVoSLNrexFZjYS/SGA== |
1069 | 1069 | dependencies: |
1070 | 1070 | "@eslint-community/eslint-utils" "^4.9.1" |
1071 | | - "@typescript-eslint/scope-manager" "8.64.0" |
1072 | | - "@typescript-eslint/types" "8.64.0" |
1073 | | - "@typescript-eslint/typescript-estree" "8.64.0" |
| 1071 | + "@typescript-eslint/scope-manager" "8.65.0" |
| 1072 | + "@typescript-eslint/types" "8.65.0" |
| 1073 | + "@typescript-eslint/typescript-estree" "8.65.0" |
1074 | 1074 |
|
1075 | | -"@typescript-eslint/visitor-keys@8.64.0": |
1076 | | - version "8.64.0" |
1077 | | - resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.64.0.tgz#7a08421d10e54960733352cd7c95fab1784e8473" |
1078 | | - integrity sha512-mrtuL8Nsn6gi2H4mo5KMTp823M+3Q19Ew/i+Zlikq20tIMm99C3Ez0dCmkWWnxut20esQvTg8aUSEhMcAOXhEw== |
| 1075 | +"@typescript-eslint/visitor-keys@8.65.0": |
| 1076 | + version "8.65.0" |
| 1077 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.65.0.tgz#e3704c13cb4a1c22454c1abf28ff4737e15018c6" |
| 1078 | + integrity sha512-8C71BQkGjiMmXtop7pHVJu1l2NNShFdkCyD6a2ezzs5vU/L3LRtb69EtcteFwz0mYMPzIgOw0n6OV4VBUWZd7A== |
1079 | 1079 | dependencies: |
1080 | | - "@typescript-eslint/types" "8.64.0" |
| 1080 | + "@typescript-eslint/types" "8.65.0" |
1081 | 1081 | eslint-visitor-keys "^5.0.0" |
1082 | 1082 |
|
1083 | 1083 | "@yarnpkg/lockfile@^1.1.0": |
@@ -4919,14 +4919,14 @@ typedarray@^0.0.6: |
4919 | 4919 | integrity sha512-/aCDEGatGvZ2BIk+HmLf4ifCJFwvKFNb9/JeZPMulfgFracn9QFcAf5GO8B/mweUjSoblS5In0cWhqpfs/5PQA== |
4920 | 4920 |
|
4921 | 4921 | typescript-eslint@^8.57.1: |
4922 | | - version "8.64.0" |
4923 | | - resolved "https://registry.yarnpkg.com/typescript-eslint/-/typescript-eslint-8.64.0.tgz#4984dae4de9dc8bf892acf5c394d0a2a5f08c3e1" |
4924 | | - integrity sha512-0qg+pDNMnqYzqH9AnNK+39tejHvsShUOUUoRUgtnTGE7QuMZhiFDnozq8nHJVq+Wae6NMLKNWLg5WmkcC/ndyQ== |
4925 | | - dependencies: |
4926 | | - "@typescript-eslint/eslint-plugin" "8.64.0" |
4927 | | - "@typescript-eslint/parser" "8.64.0" |
4928 | | - "@typescript-eslint/typescript-estree" "8.64.0" |
4929 | | - "@typescript-eslint/utils" "8.64.0" |
| 4922 | + version "8.65.0" |
| 4923 | + resolved "https://registry.yarnpkg.com/typescript-eslint/-/typescript-eslint-8.65.0.tgz#754c953fd6a9a3d36fa54015bdba80a6eb2a4957" |
| 4924 | + integrity sha512-/ggrHAwyjENDusvyxbuqxAC2dTnZg/Z8F+fgQtYIz+L6n/9HfSlEZcFGV/NsMNa6CkGk0xUjUAFwC0vHOflvIA== |
| 4925 | + dependencies: |
| 4926 | + "@typescript-eslint/eslint-plugin" "8.65.0" |
| 4927 | + "@typescript-eslint/parser" "8.65.0" |
| 4928 | + "@typescript-eslint/typescript-estree" "8.65.0" |
| 4929 | + "@typescript-eslint/utils" "8.65.0" |
4930 | 4930 |
|
4931 | 4931 | "typescript@>=3 < 6": |
4932 | 4932 | version "5.9.3" |
|
0 commit comments