|
341 | 341 | dependencies:
|
342 | 342 | "@types/yargs-parser" "*"
|
343 | 343 |
|
344 |
| -"@typescript-eslint/eslint-plugin@8.12.2": |
345 |
| - version "8.12.2" |
346 |
| - resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.12.2.tgz#c2ef660bb83fd1432368319312a2581fc92ccac1" |
347 |
| - integrity sha512-gQxbxM8mcxBwaEmWdtLCIGLfixBMHhQjBqR8sVWNTPpcj45WlYL2IObS/DNMLH1DBP0n8qz+aiiLTGfopPEebw== |
| 344 | +"@typescript-eslint/eslint-plugin@8.16.0", "@typescript-eslint/eslint-plugin@^8.15.0": |
| 345 | + version "8.16.0" |
| 346 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.16.0.tgz#ac56825bcdf3b392fc76a94b1315d4a162f201a6" |
| 347 | + integrity sha512-5YTHKV8MYlyMI6BaEG7crQ9BhSc8RxzshOReKwZwRWN0+XvvTOm+L/UYLCYxFpfwYuAAqhxiq4yae0CMFwbL7Q== |
348 | 348 | dependencies:
|
349 | 349 | "@eslint-community/regexpp" "^4.10.0"
|
350 |
| - "@typescript-eslint/scope-manager" "8.12.2" |
351 |
| - "@typescript-eslint/type-utils" "8.12.2" |
352 |
| - "@typescript-eslint/utils" "8.12.2" |
353 |
| - "@typescript-eslint/visitor-keys" "8.12.2" |
| 350 | + "@typescript-eslint/scope-manager" "8.16.0" |
| 351 | + "@typescript-eslint/type-utils" "8.16.0" |
| 352 | + "@typescript-eslint/utils" "8.16.0" |
| 353 | + "@typescript-eslint/visitor-keys" "8.16.0" |
354 | 354 | graphemer "^1.4.0"
|
355 | 355 | ignore "^5.3.1"
|
356 | 356 | natural-compare "^1.4.0"
|
357 | 357 | ts-api-utils "^1.3.0"
|
358 | 358 |
|
359 |
| -"@typescript-eslint/eslint-plugin@^8.15.0": |
360 |
| - version "8.15.0" |
361 |
| - resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.15.0.tgz#c95c6521e70c8b095a684d884d96c0c1c63747d2" |
362 |
| - integrity sha512-+zkm9AR1Ds9uLWN3fkoeXgFppaQ+uEVtfOV62dDmsy9QCNqlRHWNEck4yarvRNrvRcHQLGfqBNui3cimoz8XAg== |
| 359 | +"@typescript-eslint/[email protected]", "@typescript-eslint/parser@^8.14.0": |
| 360 | + version "8.16.0" |
| 361 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.16.0.tgz#ee5b2d6241c1ab3e2e53f03fd5a32d8e266d8e06" |
| 362 | + integrity sha512-D7DbgGFtsqIPIFMPJwCad9Gfi/hC0PWErRRHFnaCWoEDYi5tQUDiJCTmGUbBiLzjqAck4KcXt9Ayj0CNlIrF+w== |
363 | 363 | dependencies:
|
364 |
| - "@eslint-community/regexpp" "^4.10.0" |
365 |
| - "@typescript-eslint/scope-manager" "8.15.0" |
366 |
| - "@typescript-eslint/type-utils" "8.15.0" |
367 |
| - "@typescript-eslint/utils" "8.15.0" |
368 |
| - "@typescript-eslint/visitor-keys" "8.15.0" |
369 |
| - graphemer "^1.4.0" |
370 |
| - ignore "^5.3.1" |
371 |
| - natural-compare "^1.4.0" |
372 |
| - ts-api-utils "^1.3.0" |
373 |
| - |
374 |
| -"@typescript-eslint/[email protected]": |
375 |
| - version "8.12.2" |
376 |
| - resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.12.2.tgz#2e8173b34e1685e918b2d571c16c906d3747bad2" |
377 |
| - integrity sha512-MrvlXNfGPLH3Z+r7Tk+Z5moZAc0dzdVjTgUgwsdGweH7lydysQsnSww3nAmsq8blFuRD5VRlAr9YdEFw3e6PBw== |
378 |
| - dependencies: |
379 |
| - "@typescript-eslint/scope-manager" "8.12.2" |
380 |
| - "@typescript-eslint/types" "8.12.2" |
381 |
| - "@typescript-eslint/typescript-estree" "8.12.2" |
382 |
| - "@typescript-eslint/visitor-keys" "8.12.2" |
383 |
| - debug "^4.3.4" |
384 |
| - |
385 |
| -"@typescript-eslint/parser@^8.14.0": |
386 |
| - version "8.14.0" |
387 |
| - resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.14.0.tgz#0a7e9dbc11bc07716ab2d7b1226217e9f6b51fc8" |
388 |
| - integrity sha512-2p82Yn9juUJq0XynBXtFCyrBDb6/dJombnz6vbo6mgQEtWHfvHbQuEa9kAOVIt1c9YFwi7H6WxtPj1kg+80+RA== |
389 |
| - dependencies: |
390 |
| - "@typescript-eslint/scope-manager" "8.14.0" |
391 |
| - "@typescript-eslint/types" "8.14.0" |
392 |
| - "@typescript-eslint/typescript-estree" "8.14.0" |
393 |
| - "@typescript-eslint/visitor-keys" "8.14.0" |
394 |
| - debug "^4.3.4" |
395 |
| - |
396 |
| -"@typescript-eslint/[email protected]": |
397 |
| - version "8.12.2" |
398 |
| - resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.12.2.tgz#6db0213745e6392c8e90fe9af5915e6da32eb94a" |
399 |
| - integrity sha512-gPLpLtrj9aMHOvxJkSbDBmbRuYdtiEbnvO25bCMza3DhMjTQw0u7Y1M+YR5JPbMsXXnSPuCf5hfq0nEkQDL/JQ== |
400 |
| - dependencies: |
401 |
| - "@typescript-eslint/types" "8.12.2" |
402 |
| - "@typescript-eslint/visitor-keys" "8.12.2" |
403 |
| - |
404 |
| -"@typescript-eslint/[email protected]": |
405 |
| - version "8.14.0" |
406 |
| - resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.14.0.tgz#01f37c147a735cd78f0ff355e033b9457da1f373" |
407 |
| - integrity sha512-aBbBrnW9ARIDn92Zbo7rguLnqQ/pOrUguVpbUwzOhkFg2npFDwTgPGqFqE0H5feXcOoJOfX3SxlJaKEVtq54dw== |
408 |
| - dependencies: |
409 |
| - "@typescript-eslint/types" "8.14.0" |
410 |
| - "@typescript-eslint/visitor-keys" "8.14.0" |
411 |
| - |
412 |
| -"@typescript-eslint/[email protected]": |
413 |
| - version "8.15.0" |
414 |
| - resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.15.0.tgz#28a1a0f13038f382424f45a988961acaca38f7c6" |
415 |
| - integrity sha512-QRGy8ADi4J7ii95xz4UoiymmmMd/zuy9azCaamnZ3FM8T5fZcex8UfJcjkiEZjJSztKfEBe3dZ5T/5RHAmw2mA== |
416 |
| - dependencies: |
417 |
| - "@typescript-eslint/types" "8.15.0" |
418 |
| - "@typescript-eslint/visitor-keys" "8.15.0" |
419 |
| - |
420 |
| -"@typescript-eslint/[email protected]": |
421 |
| - version "8.12.2" |
422 |
| - resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.12.2.tgz#132b0c52d45f6814e6f2e32416c7951ed480b016" |
423 |
| - integrity sha512-bwuU4TAogPI+1q/IJSKuD4shBLc/d2vGcRT588q+jzayQyjVK2X6v/fbR4InY2U2sgf8MEvVCqEWUzYzgBNcGQ== |
424 |
| - dependencies: |
425 |
| - "@typescript-eslint/typescript-estree" "8.12.2" |
426 |
| - "@typescript-eslint/utils" "8.12.2" |
| 364 | + "@typescript-eslint/scope-manager" "8.16.0" |
| 365 | + "@typescript-eslint/types" "8.16.0" |
| 366 | + "@typescript-eslint/typescript-estree" "8.16.0" |
| 367 | + "@typescript-eslint/visitor-keys" "8.16.0" |
427 | 368 | debug "^4.3.4"
|
428 |
| - ts-api-utils "^1.3.0" |
429 | 369 |
|
430 |
| -"@typescript-eslint/type-utils@8.15.0": |
431 |
| - version "8.15.0" |
432 |
| - resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.15.0.tgz#a6da0f93aef879a68cc66c73fe42256cb7426c72" |
433 |
| - integrity sha512-UU6uwXDoI3JGSXmcdnP5d8Fffa2KayOhUUqr/AiBnG1Gl7+7ut/oyagVeSkh7bxQ0zSXV9ptRh/4N15nkCqnpw== |
| 370 | +"@typescript-eslint/scope-manager@8.16.0": |
| 371 | + version "8.16.0" |
| 372 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.16.0.tgz#ebc9a3b399a69a6052f3d88174456dd399ef5905" |
| 373 | + integrity sha512-mwsZWubQvBki2t5565uxF0EYvG+FwdFb8bMtDuGQLdCCnGPrDEDvm1gtfynuKlnpzeBRqdFCkMf9jg1fnAK8sg== |
434 | 374 | dependencies:
|
435 |
| - "@typescript-eslint/typescript-estree" "8.15.0" |
436 |
| - "@typescript-eslint/utils" "8.15.0" |
437 |
| - debug "^4.3.4" |
438 |
| - ts-api-utils "^1.3.0" |
| 375 | + "@typescript-eslint/types" "8.16.0" |
| 376 | + "@typescript-eslint/visitor-keys" "8.16.0" |
439 | 377 |
|
440 |
| -"@typescript-eslint/[email protected]": |
441 |
| - version "8.12.2" |
442 |
| - resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.12.2.tgz#8d70098c0e90442495b53d0296acdca6d0f3f73c" |
443 |
| - integrity sha512-VwDwMF1SZ7wPBUZwmMdnDJ6sIFk4K4s+ALKLP6aIQsISkPv8jhiw65sAK6SuWODN/ix+m+HgbYDkH+zLjrzvOA== |
444 |
| - |
445 |
| -"@typescript-eslint/[email protected]": |
446 |
| - version "8.14.0" |
447 |
| - resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.14.0.tgz#0d33d8d0b08479c424e7d654855fddf2c71e4021" |
448 |
| - integrity sha512-yjeB9fnO/opvLJFAsPNYlKPnEM8+z4og09Pk504dkqonT02AyL5Z9SSqlE0XqezS93v6CXn49VHvB2G7XSsl0g== |
449 |
| - |
450 |
| -"@typescript-eslint/[email protected]": |
451 |
| - version "8.15.0" |
452 |
| - resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.15.0.tgz#4958edf3d83e97f77005f794452e595aaf6430fc" |
453 |
| - integrity sha512-n3Gt8Y/KyJNe0S3yDCD2RVKrHBC4gTUcLTebVBXacPy091E6tNspFLKRXlk3hwT4G55nfr1n2AdFqi/XMxzmPQ== |
454 |
| - |
455 |
| -"@typescript-eslint/[email protected]": |
456 |
| - version "8.12.2" |
457 |
| - resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.12.2.tgz#206df9b1cbff212aaa9401985ef99f04daa84da5" |
458 |
| - integrity sha512-mME5MDwGe30Pq9zKPvyduyU86PH7aixwqYR2grTglAdB+AN8xXQ1vFGpYaUSJ5o5P/5znsSBeNcs5g5/2aQwow== |
| 378 | +"@typescript-eslint/[email protected]": |
| 379 | + version "8.16.0" |
| 380 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.16.0.tgz#585388735f7ac390f07c885845c3d185d1b64740" |
| 381 | + integrity sha512-IqZHGG+g1XCWX9NyqnI/0CX5LL8/18awQqmkZSl2ynn8F76j579dByc0jhfVSnSnhf7zv76mKBQv9HQFKvDCgg== |
459 | 382 | dependencies:
|
460 |
| - "@typescript-eslint/types" "8.12.2" |
461 |
| - "@typescript-eslint/visitor-keys" "8.12.2" |
| 383 | + "@typescript-eslint/typescript-estree" "8.16.0" |
| 384 | + "@typescript-eslint/utils" "8.16.0" |
462 | 385 | debug "^4.3.4"
|
463 |
| - fast-glob "^3.3.2" |
464 |
| - is-glob "^4.0.3" |
465 |
| - minimatch "^9.0.4" |
466 |
| - semver "^7.6.0" |
467 | 386 | ts-api-utils "^1.3.0"
|
468 | 387 |
|
469 |
| -"@typescript-eslint/[email protected]": |
470 |
| - version "8.14.0" |
471 |
| - resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.14.0.tgz#a7a3a5a53a6c09313e12fb4531d4ff582ee3c312" |
472 |
| - integrity sha512-OPXPLYKGZi9XS/49rdaCbR5j/S14HazviBlUQFvSKz3npr3NikF+mrgK7CFVur6XEt95DZp/cmke9d5i3vtVnQ== |
473 |
| - dependencies: |
474 |
| - "@typescript-eslint/types" "8.14.0" |
475 |
| - "@typescript-eslint/visitor-keys" "8.14.0" |
476 |
| - debug "^4.3.4" |
477 |
| - fast-glob "^3.3.2" |
478 |
| - is-glob "^4.0.3" |
479 |
| - minimatch "^9.0.4" |
480 |
| - semver "^7.6.0" |
481 |
| - ts-api-utils "^1.3.0" |
| 388 | +"@typescript-eslint/[email protected]": |
| 389 | + version "8.16.0" |
| 390 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.16.0.tgz#49c92ae1b57942458ab83d9ec7ccab3005e64737" |
| 391 | + integrity sha512-NzrHj6thBAOSE4d9bsuRNMvk+BvaQvmY4dDglgkgGC0EW/tB3Kelnp3tAKH87GEwzoxgeQn9fNGRyFJM/xd+GQ== |
482 | 392 |
|
483 |
| -"@typescript-eslint/typescript-estree@8.15.0": |
484 |
| - version "8.15.0" |
485 |
| - resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.15.0.tgz#915c94e387892b114a2a2cc0df2d7f19412c8ba7" |
486 |
| - integrity sha512-1eMp2JgNec/niZsR7ioFBlsh/Fk0oJbhaqO0jRyQBMgkz7RrFfkqF9lYYmBoGBaSiLnu8TAPQTwoTUiSTUW9dg== |
| 393 | +"@typescript-eslint/typescript-estree@8.16.0": |
| 394 | + version "8.16.0" |
| 395 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.16.0.tgz#9d741e56e5b13469b5190e763432ce5551a9300c" |
| 396 | + integrity sha512-E2+9IzzXMc1iaBy9zmo+UYvluE3TW7bCGWSF41hVWUE01o8nzr1rvOQYSxelxr6StUvRcTMe633eY8mXASMaNw== |
487 | 397 | dependencies:
|
488 |
| - "@typescript-eslint/types" "8.15.0" |
489 |
| - "@typescript-eslint/visitor-keys" "8.15.0" |
| 398 | + "@typescript-eslint/types" "8.16.0" |
| 399 | + "@typescript-eslint/visitor-keys" "8.16.0" |
490 | 400 | debug "^4.3.4"
|
491 | 401 | fast-glob "^3.3.2"
|
492 | 402 | is-glob "^4.0.3"
|
493 | 403 | minimatch "^9.0.4"
|
494 | 404 | semver "^7.6.0"
|
495 | 405 | ts-api-utils "^1.3.0"
|
496 | 406 |
|
497 |
| -"@typescript-eslint/[email protected]": |
498 |
| - version "8.12.2" |
499 |
| - resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.12.2.tgz#726cc9f49f5866605bd15bbc1768ffc15637930e" |
500 |
| - integrity sha512-UTTuDIX3fkfAz6iSVa5rTuSfWIYZ6ATtEocQ/umkRSyC9O919lbZ8dcH7mysshrCdrAM03skJOEYaBugxN+M6A== |
501 |
| - dependencies: |
502 |
| - "@eslint-community/eslint-utils" "^4.4.0" |
503 |
| - "@typescript-eslint/scope-manager" "8.12.2" |
504 |
| - "@typescript-eslint/types" "8.12.2" |
505 |
| - "@typescript-eslint/typescript-estree" "8.12.2" |
506 |
| - |
507 |
| -"@typescript-eslint/[email protected]": |
508 |
| - version "8.15.0" |
509 |
| - resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.15.0.tgz#ac04679ad19252776b38b81954b8e5a65567cef6" |
510 |
| - integrity sha512-k82RI9yGhr0QM3Dnq+egEpz9qB6Un+WLYhmoNcvl8ltMEededhh7otBVVIDDsEEttauwdY/hQoSsOv13lxrFzQ== |
| 407 | +"@typescript-eslint/[email protected]": |
| 408 | + version "8.16.0" |
| 409 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.16.0.tgz#c71264c437157feaa97842809836254a6fc833c3" |
| 410 | + integrity sha512-C1zRy/mOL8Pj157GiX4kaw7iyRLKfJXBR3L82hk5kS/GyHcOFmy4YUq/zfZti72I9wnuQtA/+xzft4wCC8PJdA== |
511 | 411 | dependencies:
|
512 | 412 | "@eslint-community/eslint-utils" "^4.4.0"
|
513 |
| - "@typescript-eslint/scope-manager" "8.15.0" |
514 |
| - "@typescript-eslint/types" "8.15.0" |
515 |
| - "@typescript-eslint/typescript-estree" "8.15.0" |
516 |
| - |
517 |
| -"@typescript-eslint/[email protected]": |
518 |
| - version "8.12.2" |
519 |
| - resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.12.2.tgz#94d7410f78eb6d134b9fcabaf1eeedb910ba8c38" |
520 |
| - integrity sha512-PChz8UaKQAVNHghsHcPyx1OMHoFRUEA7rJSK/mDhdq85bk+PLsUHUBqTQTFt18VJZbmxBovM65fezlheQRsSDA== |
521 |
| - dependencies: |
522 |
| - "@typescript-eslint/types" "8.12.2" |
523 |
| - eslint-visitor-keys "^3.4.3" |
524 |
| - |
525 |
| -"@typescript-eslint/[email protected]": |
526 |
| - version "8.14.0" |
527 |
| - resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.14.0.tgz#2418d5a54669af9658986ade4e6cfb7767d815ad" |
528 |
| - integrity sha512-vG0XZo8AdTH9OE6VFRwAZldNc7qtJ/6NLGWak+BtENuEUXGZgFpihILPiBvKXvJ2nFu27XNGC6rKiwuaoMbYzQ== |
529 |
| - dependencies: |
530 |
| - "@typescript-eslint/types" "8.14.0" |
531 |
| - eslint-visitor-keys "^3.4.3" |
| 413 | + "@typescript-eslint/scope-manager" "8.16.0" |
| 414 | + "@typescript-eslint/types" "8.16.0" |
| 415 | + "@typescript-eslint/typescript-estree" "8.16.0" |
532 | 416 |
|
533 |
| -"@typescript-eslint/visitor-keys@8.15.0": |
534 |
| - version "8.15.0" |
535 |
| - resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.15.0.tgz#9ea5a85eb25401d2aa74ec8a478af4e97899ea12" |
536 |
| - integrity sha512-h8vYOulWec9LhpwfAdZf2bjr8xIp0KNKnpgqSz0qqYYKAW/QZKw3ktRndbiAtUz4acH4QLQavwZBYCc0wulA/Q== |
| 417 | +"@typescript-eslint/visitor-keys@8.16.0": |
| 418 | + version "8.16.0" |
| 419 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.16.0.tgz#d5086afc060b01ff7a4ecab8d49d13d5a7b07705" |
| 420 | + integrity sha512-pq19gbaMOmFE3CbL0ZB8J8BFCo2ckfHBfaIsaOZgBIF4EoISJIdLX5xRhd0FGB0LlHReNRuzoJoMGpTjq8F2CQ== |
537 | 421 | dependencies:
|
538 |
| - "@typescript-eslint/types" "8.15.0" |
| 422 | + "@typescript-eslint/types" "8.16.0" |
539 | 423 | eslint-visitor-keys "^4.2.0"
|
540 | 424 |
|
541 | 425 | "@vscode/test-cli@^0.0.10":
|
@@ -1136,7 +1020,7 @@ eslint-scope@^8.2.0:
|
1136 | 1020 | esrecurse "^4.3.0"
|
1137 | 1021 | estraverse "^5.2.0"
|
1138 | 1022 |
|
1139 |
| -eslint-visitor-keys@^3.3.0, eslint-visitor-keys@^3.4.3: |
| 1023 | +eslint-visitor-keys@^3.3.0: |
1140 | 1024 | version "3.4.3"
|
1141 | 1025 | resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz#0cd72fe8550e3c2eae156a96a4dddcd1c8ac5800"
|
1142 | 1026 | integrity sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==
|
@@ -2487,14 +2371,14 @@ type-check@^0.4.0, type-check@~0.4.0:
|
2487 | 2371 | dependencies:
|
2488 | 2372 | prelude-ls "^1.2.1"
|
2489 | 2373 |
|
2490 |
| -typescript-eslint@^8.12.2: |
2491 |
| - version "8.12.2" |
2492 |
| - resolved "https://registry.yarnpkg.com/typescript-eslint/-/typescript-eslint-8.12.2.tgz#e273d69af30b478b1c410f4159d675ce7925f9a7" |
2493 |
| - integrity sha512-UbuVUWSrHVR03q9CWx+JDHeO6B/Hr9p4U5lRH++5tq/EbFq1faYZe50ZSBePptgfIKLEti0aPQ3hFgnPVcd8ZQ== |
| 2374 | +typescript-eslint@^8.16.0: |
| 2375 | + version "8.16.0" |
| 2376 | + resolved "https://registry.yarnpkg.com/typescript-eslint/-/typescript-eslint-8.16.0.tgz#d608c972d6b2461ca10ec30fd3fa62a080baba19" |
| 2377 | + integrity sha512-wDkVmlY6O2do4V+lZd0GtRfbtXbeD0q9WygwXXSJnC1xorE8eqyC2L1tJimqpSeFrOzRlYtWnUp/uzgHQOgfBQ== |
2494 | 2378 | dependencies:
|
2495 |
| - "@typescript-eslint/eslint-plugin" "8.12.2" |
2496 |
| - "@typescript-eslint/parser" "8.12.2" |
2497 |
| - "@typescript-eslint/utils" "8.12.2" |
| 2379 | + "@typescript-eslint/eslint-plugin" "8.16.0" |
| 2380 | + "@typescript-eslint/parser" "8.16.0" |
| 2381 | + "@typescript-eslint/utils" "8.16.0" |
2498 | 2382 |
|
2499 | 2383 | typescript@^5.5.4:
|
2500 | 2384 | version "5.5.4"
|
|
0 commit comments