|
9 | 9 | dependencies:
|
10 | 10 | "@jridgewell/trace-mapping" "0.3.9"
|
11 | 11 |
|
12 |
| -"@eslint-community/eslint-utils@^4.2.0", "@eslint-community/eslint-utils@^4.4.0": |
| 12 | +"@eslint-community/eslint-utils@^4.2.0": |
13 | 13 | version "4.4.0"
|
14 | 14 | resolved "https://registry.yarnpkg.com/@eslint-community/eslint-utils/-/eslint-utils-4.4.0.tgz#a23514e8fb9af1269d5f7788aa556798d61c6b59"
|
15 | 15 | integrity sha512-1/sA4dwrzBAyeUoQ6oxahHKmrZvsnLCg4RfxW3ZFGGmQkSNQPFNLV9CUEFQP1x9EYXHTo5p6xdhZM1Ne9p/AfA==
|
16 | 16 | dependencies:
|
17 | 17 | eslint-visitor-keys "^3.3.0"
|
18 | 18 |
|
19 |
| -"@eslint-community/regexpp@^4.10.0", "@eslint-community/regexpp@^4.6.1": |
| 19 | +"@eslint-community/eslint-utils@^4.4.0": |
| 20 | + version "4.4.1" |
| 21 | + resolved "https://registry.yarnpkg.com/@eslint-community/eslint-utils/-/eslint-utils-4.4.1.tgz#d1145bf2c20132d6400495d6df4bf59362fd9d56" |
| 22 | + integrity sha512-s3O3waFUrMV8P/XaF/+ZTp1X9XBZW1a4B97ZnjQF2KYWaFD2A8KyFBsrsfSjEmjn3RGWAIuvlneuZm3CUK3jbA== |
| 23 | + dependencies: |
| 24 | + eslint-visitor-keys "^3.4.3" |
| 25 | + |
| 26 | +"@eslint-community/regexpp@^4.10.0": |
| 27 | + version "4.12.1" |
| 28 | + resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.12.1.tgz#cfc6cffe39df390a3841cde2abccf92eaa7ae0e0" |
| 29 | + integrity sha512-CCZCDJuduB9OUkFkY2IgppNZMi2lBQgD2qzwXkEia16cge2pijY/aXi96CJMquDMn3nJdlPV1A5KrJEXwfLNzQ== |
| 30 | + |
| 31 | +"@eslint-community/regexpp@^4.6.1": |
20 | 32 | version "4.11.1"
|
21 | 33 | resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.11.1.tgz#a547badfc719eb3e5f4b556325e542fbe9d7a18f"
|
22 | 34 | integrity sha512-m4DVN9ZqskZoLU5GlWZadwDnYo3vAEydiUayB9widCl9ffWx2IvPnp6n3on5rJmziJSw9Bv+Z3ChDVdMwXCY8Q==
|
|
278 | 290 | "@types/send" "*"
|
279 | 291 |
|
280 | 292 | "@typescript-eslint/eslint-plugin@^8.0.0":
|
281 |
| - version "8.6.0" |
282 |
| - resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.6.0.tgz#20049754ff9f6d3a09bf240297f029ce04290999" |
283 |
| - integrity sha512-UOaz/wFowmoh2G6Mr9gw60B1mm0MzUtm6Ic8G2yM1Le6gyj5Loi/N+O5mocugRGY+8OeeKmkMmbxNqUCq3B4Sg== |
| 293 | + version "8.17.0" |
| 294 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.17.0.tgz#2ee073c421f4e81e02d10e731241664b6253b23c" |
| 295 | + integrity sha512-HU1KAdW3Tt8zQkdvNoIijfWDMvdSweFYm4hWh+KwhPstv+sCmWb89hCIP8msFm9N1R/ooh9honpSuvqKWlYy3w== |
284 | 296 | dependencies:
|
285 | 297 | "@eslint-community/regexpp" "^4.10.0"
|
286 |
| - "@typescript-eslint/scope-manager" "8.6.0" |
287 |
| - "@typescript-eslint/type-utils" "8.6.0" |
288 |
| - "@typescript-eslint/utils" "8.6.0" |
289 |
| - "@typescript-eslint/visitor-keys" "8.6.0" |
| 298 | + "@typescript-eslint/scope-manager" "8.17.0" |
| 299 | + "@typescript-eslint/type-utils" "8.17.0" |
| 300 | + "@typescript-eslint/utils" "8.17.0" |
| 301 | + "@typescript-eslint/visitor-keys" "8.17.0" |
290 | 302 | graphemer "^1.4.0"
|
291 | 303 | ignore "^5.3.1"
|
292 | 304 | natural-compare "^1.4.0"
|
293 | 305 | ts-api-utils "^1.3.0"
|
294 | 306 |
|
295 | 307 | "@typescript-eslint/parser@^8.0.0":
|
296 |
| - version "8.6.0" |
297 |
| - resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.6.0.tgz#02e092b9dc8b4e319172af620d0d39b337d948f6" |
298 |
| - integrity sha512-eQcbCuA2Vmw45iGfcyG4y6rS7BhWfz9MQuk409WD47qMM+bKCGQWXxvoOs1DUp+T7UBMTtRTVT+kXr7Sh4O9Ow== |
299 |
| - dependencies: |
300 |
| - "@typescript-eslint/scope-manager" "8.6.0" |
301 |
| - "@typescript-eslint/types" "8.6.0" |
302 |
| - "@typescript-eslint/typescript-estree" "8.6.0" |
303 |
| - "@typescript-eslint/visitor-keys" "8.6.0" |
| 308 | + version "8.17.0" |
| 309 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.17.0.tgz#2ee972bb12fa69ac625b85813dc8d9a5a053ff52" |
| 310 | + integrity sha512-Drp39TXuUlD49F7ilHHCG7TTg8IkA+hxCuULdmzWYICxGXvDXmDmWEjJYZQYgf6l/TFfYNE167m7isnc3xlIEg== |
| 311 | + dependencies: |
| 312 | + "@typescript-eslint/scope-manager" "8.17.0" |
| 313 | + "@typescript-eslint/types" "8.17.0" |
| 314 | + "@typescript-eslint/typescript-estree" "8.17.0" |
| 315 | + "@typescript-eslint/visitor-keys" "8.17.0" |
304 | 316 | debug "^4.3.4"
|
305 | 317 |
|
306 |
| -"@typescript-eslint/scope-manager@8.6.0": |
307 |
| - version "8.6.0" |
308 |
| - resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.6.0.tgz#28cc2fc26a84b75addf45091a2c6283e29e2c982" |
309 |
| - integrity sha512-ZuoutoS5y9UOxKvpc/GkvF4cuEmpokda4wRg64JEia27wX+PysIE9q+lzDtlHHgblwUWwo5/Qn+/WyTUvDwBHw== |
| 318 | +"@typescript-eslint/scope-manager@8.17.0": |
| 319 | + version "8.17.0" |
| 320 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.17.0.tgz#a3f49bf3d4d27ff8d6b2ea099ba465ef4dbcaa3a" |
| 321 | + integrity sha512-/ewp4XjvnxaREtqsZjF4Mfn078RD/9GmiEAtTeLQ7yFdKnqwTOgRMSvFz4et9U5RiJQ15WTGXPLj89zGusvxBg== |
310 | 322 | dependencies:
|
311 |
| - "@typescript-eslint/types" "8.6.0" |
312 |
| - "@typescript-eslint/visitor-keys" "8.6.0" |
| 323 | + "@typescript-eslint/types" "8.17.0" |
| 324 | + "@typescript-eslint/visitor-keys" "8.17.0" |
313 | 325 |
|
314 |
| -"@typescript-eslint/type-utils@8.6.0": |
315 |
| - version "8.6.0" |
316 |
| - resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.6.0.tgz#d4347e637478bef88cee1db691fcfa20ade9b8a0" |
317 |
| - integrity sha512-dtePl4gsuenXVwC7dVNlb4mGDcKjDT/Ropsk4za/ouMBPplCLyznIaR+W65mvCvsyS97dymoBRrioEXI7k0XIg== |
| 326 | +"@typescript-eslint/type-utils@8.17.0": |
| 327 | + version "8.17.0" |
| 328 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.17.0.tgz#d326569f498cdd0edf58d5bb6030b4ad914e63d3" |
| 329 | + integrity sha512-q38llWJYPd63rRnJ6wY/ZQqIzPrBCkPdpIsaCfkR3Q4t3p6sb422zougfad4TFW9+ElIFLVDzWGiGAfbb/v2qw== |
318 | 330 | dependencies:
|
319 |
| - "@typescript-eslint/typescript-estree" "8.6.0" |
320 |
| - "@typescript-eslint/utils" "8.6.0" |
| 331 | + "@typescript-eslint/typescript-estree" "8.17.0" |
| 332 | + "@typescript-eslint/utils" "8.17.0" |
321 | 333 | debug "^4.3.4"
|
322 | 334 | ts-api-utils "^1.3.0"
|
323 | 335 |
|
324 |
| -"@typescript-eslint/types@8.6.0": |
325 |
| - version "8.6.0" |
326 |
| - resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.6.0.tgz#cdc3a16f83f2f0663d6723e9fd032331cdd9f51c" |
327 |
| - integrity sha512-rojqFZGd4MQxw33SrOy09qIDS8WEldM8JWtKQLAjf/X5mGSeEFh5ixQlxssMNyPslVIk9yzWqXCsV2eFhYrYUw== |
| 336 | +"@typescript-eslint/types@8.17.0": |
| 337 | + version "8.17.0" |
| 338 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.17.0.tgz#ef84c709ef8324e766878834970bea9a7e3b72cf" |
| 339 | + integrity sha512-gY2TVzeve3z6crqh2Ic7Cr+CAv6pfb0Egee7J5UAVWCpVvDI/F71wNfolIim4FE6hT15EbpZFVUj9j5i38jYXA== |
328 | 340 |
|
329 |
| -"@typescript-eslint/typescript-estree@8.6.0": |
330 |
| - version "8.6.0" |
331 |
| - resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.6.0.tgz#f945506de42871f04868371cb5bf21e8f7266e01" |
332 |
| - integrity sha512-MOVAzsKJIPIlLK239l5s06YXjNqpKTVhBVDnqUumQJja5+Y94V3+4VUFRA0G60y2jNnTVwRCkhyGQpavfsbq/g== |
| 341 | +"@typescript-eslint/typescript-estree@8.17.0": |
| 342 | + version "8.17.0" |
| 343 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.17.0.tgz#40b5903bc929b1e8dd9c77db3cb52cfb199a2a34" |
| 344 | + integrity sha512-JqkOopc1nRKZpX+opvKqnM3XUlM7LpFMD0lYxTqOTKQfCWAmxw45e3qlOCsEqEB2yuacujivudOFpCnqkBDNMw== |
333 | 345 | dependencies:
|
334 |
| - "@typescript-eslint/types" "8.6.0" |
335 |
| - "@typescript-eslint/visitor-keys" "8.6.0" |
| 346 | + "@typescript-eslint/types" "8.17.0" |
| 347 | + "@typescript-eslint/visitor-keys" "8.17.0" |
336 | 348 | debug "^4.3.4"
|
337 | 349 | fast-glob "^3.3.2"
|
338 | 350 | is-glob "^4.0.3"
|
339 | 351 | minimatch "^9.0.4"
|
340 | 352 | semver "^7.6.0"
|
341 | 353 | ts-api-utils "^1.3.0"
|
342 | 354 |
|
343 |
| -"@typescript-eslint/utils@8.6.0": |
344 |
| - version "8.6.0" |
345 |
| - resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.6.0.tgz#175fe893f32804bed1e72b3364ea6bbe1044181c" |
346 |
| - integrity sha512-eNp9cWnYf36NaOVjkEUznf6fEgVy1TWpE0o52e4wtojjBx7D1UV2WAWGzR+8Y5lVFtpMLPwNbC67T83DWSph4A== |
| 355 | +"@typescript-eslint/utils@8.17.0": |
| 356 | + version "8.17.0" |
| 357 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.17.0.tgz#41c05105a2b6ab7592f513d2eeb2c2c0236d8908" |
| 358 | + integrity sha512-bQC8BnEkxqG8HBGKwG9wXlZqg37RKSMY7v/X8VEWD8JG2JuTHuNK0VFvMPMUKQcbk6B+tf05k+4AShAEtCtJ/w== |
347 | 359 | dependencies:
|
348 | 360 | "@eslint-community/eslint-utils" "^4.4.0"
|
349 |
| - "@typescript-eslint/scope-manager" "8.6.0" |
350 |
| - "@typescript-eslint/types" "8.6.0" |
351 |
| - "@typescript-eslint/typescript-estree" "8.6.0" |
| 361 | + "@typescript-eslint/scope-manager" "8.17.0" |
| 362 | + "@typescript-eslint/types" "8.17.0" |
| 363 | + "@typescript-eslint/typescript-estree" "8.17.0" |
352 | 364 |
|
353 |
| -"@typescript-eslint/visitor-keys@8.6.0": |
354 |
| - version "8.6.0" |
355 |
| - resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.6.0.tgz#5432af4a1753f376f35ab5b891fc9db237aaf76f" |
356 |
| - integrity sha512-wapVFfZg9H0qOYh4grNVQiMklJGluQrOUiOhYRrQWhx7BY/+I1IYb8BczWNbbUpO+pqy0rDciv3lQH5E1bCLrg== |
| 365 | +"@typescript-eslint/visitor-keys@8.17.0": |
| 366 | + version "8.17.0" |
| 367 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.17.0.tgz#4dbcd0e28b9bf951f4293805bf34f98df45e1aa8" |
| 368 | + integrity sha512-1Hm7THLpO6ww5QU6H/Qp+AusUUl+z/CAm3cNZZ0jQvon9yicgO7Rwd+/WWRpMKLYV6p2UvdbR27c86rzCPpreg== |
357 | 369 | dependencies:
|
358 |
| - "@typescript-eslint/types" "8.6.0" |
359 |
| - eslint-visitor-keys "^3.4.3" |
| 370 | + "@typescript-eslint/types" "8.17.0" |
| 371 | + eslint-visitor-keys "^4.2.0" |
360 | 372 |
|
361 | 373 | "@ungap/structured-clone@^1.2.0":
|
362 | 374 | version "1.2.0"
|
@@ -1167,6 +1179,11 @@ eslint-visitor-keys@^3.3.0, eslint-visitor-keys@^3.4.1, eslint-visitor-keys@^3.4
|
1167 | 1179 | resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz#0cd72fe8550e3c2eae156a96a4dddcd1c8ac5800"
|
1168 | 1180 | integrity sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==
|
1169 | 1181 |
|
| 1182 | +eslint-visitor-keys@^4.2.0: |
| 1183 | + version "4.2.0" |
| 1184 | + resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-4.2.0.tgz#687bacb2af884fcdda8a6e7d65c606f46a14cd45" |
| 1185 | + integrity sha512-UyLnSehNt62FFhSwjZlHmeokpRK59rcz29j+F1/aDgbkbRTk7wIc9XzdoasMUbRNKDM0qQt/+BJ4BrpFeABemw== |
| 1186 | + |
1170 | 1187 | eslint@^8.43.0:
|
1171 | 1188 | version "8.57.1"
|
1172 | 1189 | resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.57.1.tgz#7df109654aba7e3bbe5c8eae533c5e461d3c6ca9"
|
|
2847 | 2864 | integrity sha512-o5sSPKEkg/DIQNmH43V0/uerLrpzVedkUh8tGNvaeXpfpuwjKenlSox/2O/BTlZUtEe+JG7s5YhEz608PlAHRA==
|
2848 | 2865 |
|
2849 | 2866 | ts-api-utils@^1.3.0:
|
2850 |
| - version "1.3.0" |
2851 |
| - resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-1.3.0.tgz#4b490e27129f1e8e686b45cc4ab63714dc60eea1" |
2852 |
| - integrity sha512-UQMIo7pb8WRomKR1/+MFVLTroIvDVtMX3K6OUir8ynLyzB8Jeriont2bTAtmNPa1ekAgN7YPDyf6V+ygrdU+eQ== |
| 2867 | + version "1.4.3" |
| 2868 | + resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-1.4.3.tgz#bfc2215fe6528fecab2b0fba570a2e8a4263b064" |
| 2869 | + integrity sha512-i3eMG77UTMD0hZhgRS562pv83RC6ukSAC2GMNWc+9dieh/+jDM5u5YG+NHX6VNDRHQcHwmsTHctP9LhbC3WxVw== |
2853 | 2870 |
|
2854 | 2871 | ts-node@^10.9.1:
|
2855 | 2872 | version "10.9.2"
|
|
0 commit comments