|
332 | 332 | dependencies: |
333 | 333 | eslint-visitor-keys "^3.4.3" |
334 | 334 |
|
335 | | -"@eslint-community/regexpp@^4.10.0", "@eslint-community/regexpp@^4.12.1": |
| 335 | +"@eslint-community/eslint-utils@^4.9.1": |
| 336 | + version "4.9.1" |
| 337 | + resolved "https://registry.yarnpkg.com/@eslint-community/eslint-utils/-/eslint-utils-4.9.1.tgz#4e90af67bc51ddee6cdef5284edf572ec376b595" |
| 338 | + integrity sha512-phrYmNiYppR7znFEdqgfWHXR6NCkZEK7hwWDHZUjit/2/U0r6XvkDl0SYnoM51Hq7FhCGdLDT6zxCCOY1hexsQ== |
| 339 | + dependencies: |
| 340 | + eslint-visitor-keys "^3.4.3" |
| 341 | + |
| 342 | +"@eslint-community/regexpp@^4.10.0", "@eslint-community/regexpp@^4.12.1", "@eslint-community/regexpp@^4.12.2": |
336 | 343 | version "4.12.2" |
337 | 344 | resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.12.2.tgz#bccdf615bcf7b6e8db830ec0b8d21c9a25de597b" |
338 | 345 | integrity sha512-EriSTlt5OC9/7SXkRSCAhfSxxoSUgBm33OH+IkwbdpgoqsSsUg7y3uh+IICI/Qg4BBWr3U2i39RpmycbxMq4ew== |
|
1080 | 1087 | natural-compare "^1.4.0" |
1081 | 1088 | ts-api-utils "^2.1.0" |
1082 | 1089 |
|
| 1090 | +"@typescript-eslint/eslint-plugin@8.53.0": |
| 1091 | + version "8.53.0" |
| 1092 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.53.0.tgz#afb966c66a2fdc6158cf81118204a971a36d0fc5" |
| 1093 | + integrity sha512-eEXsVvLPu8Z4PkFibtuFJLJOTAV/nPdgtSjkGoPpddpFk3/ym2oy97jynY6ic2m6+nc5M8SE1e9v/mHKsulcJg== |
| 1094 | + dependencies: |
| 1095 | + "@eslint-community/regexpp" "^4.12.2" |
| 1096 | + "@typescript-eslint/scope-manager" "8.53.0" |
| 1097 | + "@typescript-eslint/type-utils" "8.53.0" |
| 1098 | + "@typescript-eslint/utils" "8.53.0" |
| 1099 | + "@typescript-eslint/visitor-keys" "8.53.0" |
| 1100 | + ignore "^7.0.5" |
| 1101 | + natural-compare "^1.4.0" |
| 1102 | + ts-api-utils "^2.4.0" |
| 1103 | + |
1083 | 1104 | "@typescript-eslint/parser@8.50.1": |
1084 | 1105 | version "8.50.1" |
1085 | 1106 | resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.50.1.tgz#9772760c0c4090ba3e8b43c796128ff88aff345c" |
|
1091 | 1112 | "@typescript-eslint/visitor-keys" "8.50.1" |
1092 | 1113 | debug "^4.3.4" |
1093 | 1114 |
|
| 1115 | +"@typescript-eslint/parser@8.53.0": |
| 1116 | + version "8.53.0" |
| 1117 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.53.0.tgz#d8bed6f12dc74e03751e5f947510ff2b165990c6" |
| 1118 | + integrity sha512-npiaib8XzbjtzS2N4HlqPvlpxpmZ14FjSJrteZpPxGUaYPlvhzlzUZ4mZyABo0EFrOWnvyd0Xxroq//hKhtAWg== |
| 1119 | + dependencies: |
| 1120 | + "@typescript-eslint/scope-manager" "8.53.0" |
| 1121 | + "@typescript-eslint/types" "8.53.0" |
| 1122 | + "@typescript-eslint/typescript-estree" "8.53.0" |
| 1123 | + "@typescript-eslint/visitor-keys" "8.53.0" |
| 1124 | + debug "^4.4.3" |
| 1125 | + |
1094 | 1126 | "@typescript-eslint/project-service@8.50.1": |
1095 | 1127 | version "8.50.1" |
1096 | 1128 | resolved "https://registry.yarnpkg.com/@typescript-eslint/project-service/-/project-service-8.50.1.tgz#3176e55ac2907638f4b8d43da486c864934adc8d" |
|
1100 | 1132 | "@typescript-eslint/types" "^8.50.1" |
1101 | 1133 | debug "^4.3.4" |
1102 | 1134 |
|
| 1135 | +"@typescript-eslint/project-service@8.53.0": |
| 1136 | + version "8.53.0" |
| 1137 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/project-service/-/project-service-8.53.0.tgz#327c67c61c16a1c8b12a440b0779b41eb77cc7df" |
| 1138 | + integrity sha512-Bl6Gdr7NqkqIP5yP9z1JU///Nmes4Eose6L1HwpuVHwScgDPPuEWbUVhvlZmb8hy0vX9syLk5EGNL700WcBlbg== |
| 1139 | + dependencies: |
| 1140 | + "@typescript-eslint/tsconfig-utils" "^8.53.0" |
| 1141 | + "@typescript-eslint/types" "^8.53.0" |
| 1142 | + debug "^4.4.3" |
| 1143 | + |
1103 | 1144 | "@typescript-eslint/scope-manager@8.50.1": |
1104 | 1145 | version "8.50.1" |
1105 | 1146 | resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.50.1.tgz#4a7cd64bcd45990865bdb2bedcacbfeccbd08193" |
|
1108 | 1149 | "@typescript-eslint/types" "8.50.1" |
1109 | 1150 | "@typescript-eslint/visitor-keys" "8.50.1" |
1110 | 1151 |
|
| 1152 | +"@typescript-eslint/scope-manager@8.53.0": |
| 1153 | + version "8.53.0" |
| 1154 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.53.0.tgz#f922fcbf0d42e72f065297af31779ccf19de9a97" |
| 1155 | + integrity sha512-kWNj3l01eOGSdVBnfAF2K1BTh06WS0Yet6JUgb9Cmkqaz3Jlu0fdVUjj9UI8gPidBWSMqDIglmEXifSgDT/D0g== |
| 1156 | + dependencies: |
| 1157 | + "@typescript-eslint/types" "8.53.0" |
| 1158 | + "@typescript-eslint/visitor-keys" "8.53.0" |
| 1159 | + |
1111 | 1160 | "@typescript-eslint/tsconfig-utils@8.50.1", "@typescript-eslint/tsconfig-utils@^8.50.1": |
1112 | 1161 | version "8.50.1" |
1113 | 1162 | resolved "https://registry.yarnpkg.com/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.50.1.tgz#ee4894bec14ef13db305d0323b14b109d996f116" |
1114 | 1163 | integrity sha512-ooHmotT/lCWLXi55G4mvaUF60aJa012QzvLK0Y+Mp4WdSt17QhMhWOaBWeGTFVkb2gDgBe19Cxy1elPXylslDw== |
1115 | 1164 |
|
| 1165 | +"@typescript-eslint/tsconfig-utils@8.53.0", "@typescript-eslint/tsconfig-utils@^8.53.0": |
| 1166 | + version "8.53.0" |
| 1167 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.53.0.tgz#105279d7969a7abdc8345cc9c57cff83cf910f8f" |
| 1168 | + integrity sha512-K6Sc0R5GIG6dNoPdOooQ+KtvT5KCKAvTcY8h2rIuul19vxH5OTQk7ArKkd4yTzkw66WnNY0kPPzzcmWA+XRmiA== |
| 1169 | + |
1116 | 1170 | "@typescript-eslint/type-utils@8.50.1": |
1117 | 1171 | version "8.50.1" |
1118 | 1172 | resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.50.1.tgz#7bbc79baa03aee6e3b3faf14bb0b8a78badb2370" |
|
1124 | 1178 | debug "^4.3.4" |
1125 | 1179 | ts-api-utils "^2.1.0" |
1126 | 1180 |
|
| 1181 | +"@typescript-eslint/type-utils@8.53.0": |
| 1182 | + version "8.53.0" |
| 1183 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.53.0.tgz#81a0de5c01fc68f6df0591d03cd8226bda01c91f" |
| 1184 | + integrity sha512-BBAUhlx7g4SmcLhn8cnbxoxtmS7hcq39xKCgiutL3oNx1TaIp+cny51s8ewnKMpVUKQUGb41RAUWZ9kxYdovuw== |
| 1185 | + dependencies: |
| 1186 | + "@typescript-eslint/types" "8.53.0" |
| 1187 | + "@typescript-eslint/typescript-estree" "8.53.0" |
| 1188 | + "@typescript-eslint/utils" "8.53.0" |
| 1189 | + debug "^4.4.3" |
| 1190 | + ts-api-utils "^2.4.0" |
| 1191 | + |
1127 | 1192 | "@typescript-eslint/types@8.50.1", "@typescript-eslint/types@^8.50.1": |
1128 | 1193 | version "8.50.1" |
1129 | 1194 | resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.50.1.tgz#43d19e99613788e0715f799a29f139981bcd8385" |
1130 | 1195 | integrity sha512-v5lFIS2feTkNyMhd7AucE/9j/4V9v5iIbpVRncjk/K0sQ6Sb+Np9fgYS/63n6nwqahHQvbmujeBL7mp07Q9mlA== |
1131 | 1196 |
|
| 1197 | +"@typescript-eslint/types@8.53.0", "@typescript-eslint/types@^8.53.0": |
| 1198 | + version "8.53.0" |
| 1199 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.53.0.tgz#1adcad3fa32bc2c4cbf3785ba07a5e3151819efb" |
| 1200 | + integrity sha512-Bmh9KX31Vlxa13+PqPvt4RzKRN1XORYSLlAE+sO1i28NkisGbTtSLFVB3l7PWdHtR3E0mVMuC7JilWJ99m2HxQ== |
| 1201 | + |
1132 | 1202 | "@typescript-eslint/typescript-estree@8.50.1": |
1133 | 1203 | version "8.50.1" |
1134 | 1204 | resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.50.1.tgz#ce273e584694fa5bd34514fcfbea51fe1d79e271" |
|
1144 | 1214 | tinyglobby "^0.2.15" |
1145 | 1215 | ts-api-utils "^2.1.0" |
1146 | 1216 |
|
| 1217 | +"@typescript-eslint/typescript-estree@8.53.0": |
| 1218 | + version "8.53.0" |
| 1219 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.53.0.tgz#7805b46b7a8ce97e91b7bb56fc8b1ba26ca8ef52" |
| 1220 | + integrity sha512-pw0c0Gdo7Z4xOG987u3nJ8akL9093yEEKv8QTJ+Bhkghj1xyj8cgPaavlr9rq8h7+s6plUJ4QJYw2gCZodqmGw== |
| 1221 | + dependencies: |
| 1222 | + "@typescript-eslint/project-service" "8.53.0" |
| 1223 | + "@typescript-eslint/tsconfig-utils" "8.53.0" |
| 1224 | + "@typescript-eslint/types" "8.53.0" |
| 1225 | + "@typescript-eslint/visitor-keys" "8.53.0" |
| 1226 | + debug "^4.4.3" |
| 1227 | + minimatch "^9.0.5" |
| 1228 | + semver "^7.7.3" |
| 1229 | + tinyglobby "^0.2.15" |
| 1230 | + ts-api-utils "^2.4.0" |
| 1231 | + |
1147 | 1232 | "@typescript-eslint/utils@8.50.1": |
1148 | 1233 | version "8.50.1" |
1149 | 1234 | resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.50.1.tgz#054db870952e7526c3cf2162a2ff6e9434e544d0" |
|
1154 | 1239 | "@typescript-eslint/types" "8.50.1" |
1155 | 1240 | "@typescript-eslint/typescript-estree" "8.50.1" |
1156 | 1241 |
|
| 1242 | +"@typescript-eslint/utils@8.53.0": |
| 1243 | + version "8.53.0" |
| 1244 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.53.0.tgz#bf0a4e2edaf1afc9abce209fc02f8cab0b74af13" |
| 1245 | + integrity sha512-XDY4mXTez3Z1iRDI5mbRhH4DFSt46oaIFsLg+Zn97+sYrXACziXSQcSelMybnVZ5pa1P6xYkPr5cMJyunM1ZDA== |
| 1246 | + dependencies: |
| 1247 | + "@eslint-community/eslint-utils" "^4.9.1" |
| 1248 | + "@typescript-eslint/scope-manager" "8.53.0" |
| 1249 | + "@typescript-eslint/types" "8.53.0" |
| 1250 | + "@typescript-eslint/typescript-estree" "8.53.0" |
| 1251 | + |
1157 | 1252 | "@typescript-eslint/visitor-keys@8.50.1": |
1158 | 1253 | version "8.50.1" |
1159 | 1254 | resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.50.1.tgz#13b9d43b7567862faca69527580b9adda1a5c9fd" |
|
1162 | 1257 | "@typescript-eslint/types" "8.50.1" |
1163 | 1258 | eslint-visitor-keys "^4.2.1" |
1164 | 1259 |
|
| 1260 | +"@typescript-eslint/visitor-keys@8.53.0": |
| 1261 | + version "8.53.0" |
| 1262 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.53.0.tgz#9a785664ddae7e3f7e570ad8166e48dbc9c6cf02" |
| 1263 | + integrity sha512-LZ2NqIHFhvFwxG0qZeLL9DvdNAHPGCY5dIRwBhyYeU+LfLhcStE1ImjsuTG/WaVh3XysGaeLW8Rqq7cGkPCFvw== |
| 1264 | + dependencies: |
| 1265 | + "@typescript-eslint/types" "8.53.0" |
| 1266 | + eslint-visitor-keys "^4.2.1" |
| 1267 | + |
1165 | 1268 | "@ungap/structured-clone@^1.0.0": |
1166 | 1269 | version "1.3.0" |
1167 | 1270 | resolved "https://registry.yarnpkg.com/@ungap/structured-clone/-/structured-clone-1.3.0.tgz#d06bbb384ebcf6c505fde1c3d0ed4ddffe0aaff8" |
@@ -1961,7 +2064,7 @@ dayjs@^1.10.4: |
1961 | 2064 | resolved "https://registry.yarnpkg.com/dayjs/-/dayjs-1.11.19.tgz#15dc98e854bb43917f12021806af897c58ae2938" |
1962 | 2065 | integrity sha512-t5EcLVS6QPBNqM2z8fakk/NKel+Xzshgt8FFKAn+qwlD1pzZWxh0nVCrvFK7ZDb6XucZeF9z8C7CBWTRIVApAw== |
1963 | 2066 |
|
1964 | | -debug@4.4.3, debug@^4.0.0, debug@^4.1.0, debug@^4.1.1, debug@^4.3.1, debug@^4.3.2, debug@^4.3.4, debug@^4.4.0, debug@^4.4.1: |
| 2067 | +debug@4.4.3, debug@^4.0.0, debug@^4.1.0, debug@^4.1.1, debug@^4.3.1, debug@^4.3.2, debug@^4.3.4, debug@^4.4.0, debug@^4.4.1, debug@^4.4.3: |
1965 | 2068 | version "4.4.3" |
1966 | 2069 | resolved "https://registry.yarnpkg.com/debug/-/debug-4.4.3.tgz#c6ae432d9bd9662582fce08709b038c58e9e3d6a" |
1967 | 2070 | integrity sha512-RGwwWnwQvkVfavKVt22FGLw+xYSdzARwm0ru6DhTVA3umU5hZc28V3kO4stgYryrTlLpuvgI9GiijltAjNbcqA== |
@@ -3166,7 +3269,7 @@ ignore@^5.2.0: |
3166 | 3269 | resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.3.2.tgz#3cd40e729f3643fd87cb04e50bf0eb722bc596f5" |
3167 | 3270 | integrity sha512-hsBTNUqQTDwkWtcdYI2i06Y/nUBEsNEDJKjWdigLvegy8kDuJAS8uRlpkkcQpyEXL0Z/pjDy5HBmMjRCJ2gq+g== |
3168 | 3271 |
|
3169 | | -ignore@^7.0.0: |
| 3272 | +ignore@^7.0.0, ignore@^7.0.5: |
3170 | 3273 | version "7.0.5" |
3171 | 3274 | resolved "https://registry.yarnpkg.com/ignore/-/ignore-7.0.5.tgz#4cb5f6cd7d4c7ab0365738c7aea888baa6d7efd9" |
3172 | 3275 | integrity sha512-Hs59xBNfUIunMFgWAbGX5cq6893IbWg4KnrjbYwX3tx0ztorVgTDA6B2sxf8ejHJ4wz8BqGUMYlnzNBer5NvGg== |
@@ -4341,7 +4444,7 @@ minimatch@^3.1.2: |
4341 | 4444 | dependencies: |
4342 | 4445 | brace-expansion "^1.1.7" |
4343 | 4446 |
|
4344 | | -minimatch@^9.0.4: |
| 4447 | +minimatch@^9.0.4, minimatch@^9.0.5: |
4345 | 4448 | version "9.0.5" |
4346 | 4449 | resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.5.tgz#d74f9dd6b57d83d8e98cfb82133b03978bc929e5" |
4347 | 4450 | integrity sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow== |
@@ -5557,6 +5660,11 @@ ts-api-utils@^2.1.0: |
5557 | 5660 | resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-2.1.0.tgz#595f7094e46eed364c13fd23e75f9513d29baf91" |
5558 | 5661 | integrity sha512-CUgTZL1irw8u29bzrOD/nH85jqyc74D6SshFgujOIA7osm2Rz7dYH77agkx7H4FBNxDq7Cjf+IjaX/8zwFW+ZQ== |
5559 | 5662 |
|
| 5663 | +ts-api-utils@^2.4.0: |
| 5664 | + version "2.4.0" |
| 5665 | + resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-2.4.0.tgz#2690579f96d2790253bdcf1ca35d569ad78f9ad8" |
| 5666 | + integrity sha512-3TaVTaAv2gTiMB35i3FiGJaRfwb3Pyn/j3m/bfAvGe8FB7CF6u+LMYqYlDh7reQf7UNvoTvdfAqHGmPGOSsPmA== |
| 5667 | + |
5560 | 5668 | tsconfck@^3.0.3: |
5561 | 5669 | version "3.1.6" |
5562 | 5670 | resolved "https://registry.yarnpkg.com/tsconfck/-/tsconfck-3.1.6.tgz#da1f0b10d82237ac23422374b3fce1edb23c3ead" |
|
0 commit comments