|
460 | 460 | dependencies:
|
461 | 461 | "@types/yargs-parser" "*"
|
462 | 462 |
|
463 |
| -"@typescript-eslint/eslint-plugin@7.18.0", "@typescript-eslint/eslint-plugin@^7.18.0": |
464 |
| - version "7.18.0" |
465 |
| - resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-7.18.0.tgz#b16d3cf3ee76bf572fdf511e79c248bdec619ea3" |
466 |
| - integrity sha512-94EQTWZ40mzBc42ATNIBimBEDltSJ9RQHCC8vc/PDbxi4k8dVwUAv4o98dk50M1zB+JGFxp43FP7f8+FP8R6Sw== |
| 463 | +"@typescript-eslint/eslint-plugin@8.18.0", "@typescript-eslint/eslint-plugin@^8.18.0": |
| 464 | + version "8.18.0" |
| 465 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.18.0.tgz#0901933326aea4443b81df3f740ca7dfc45c7bea" |
| 466 | + integrity sha512-NR2yS7qUqCL7AIxdJUQf2MKKNDVNaig/dEB0GBLU7D+ZdHgK1NoH/3wsgO3OnPVipn51tG3MAwaODEGil70WEw== |
467 | 467 | dependencies:
|
468 | 468 | "@eslint-community/regexpp" "^4.10.0"
|
469 |
| - "@typescript-eslint/scope-manager" "7.18.0" |
470 |
| - "@typescript-eslint/type-utils" "7.18.0" |
471 |
| - "@typescript-eslint/utils" "7.18.0" |
472 |
| - "@typescript-eslint/visitor-keys" "7.18.0" |
| 469 | + "@typescript-eslint/scope-manager" "8.18.0" |
| 470 | + "@typescript-eslint/type-utils" "8.18.0" |
| 471 | + "@typescript-eslint/utils" "8.18.0" |
| 472 | + "@typescript-eslint/visitor-keys" "8.18.0" |
473 | 473 | graphemer "^1.4.0"
|
474 | 474 | ignore "^5.3.1"
|
475 | 475 | natural-compare "^1.4.0"
|
|
499 | 499 | dependencies:
|
500 | 500 | "@typescript-eslint/utils" "5.40.0"
|
501 | 501 |
|
502 |
| -"@typescript-eslint/parser@7.18.0", "@typescript-eslint/parser@^7.18.0": |
503 |
| - version "7.18.0" |
504 |
| - resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-7.18.0.tgz#83928d0f1b7f4afa974098c64b5ce6f9051f96a0" |
505 |
| - integrity sha512-4Z+L8I2OqhZV8qA132M4wNL30ypZGYOQVBfMgxDH/K5UX0PNqTu1c6za9ST5r9+tavvHiTWmBnKzpCJ/GlVFtg== |
| 502 | +"@typescript-eslint/parser@8.18.0", "@typescript-eslint/parser@^8.18.0": |
| 503 | + version "8.18.0" |
| 504 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.18.0.tgz#a1c9456cbb6a089730bf1d3fc47946c5fb5fe67b" |
| 505 | + integrity sha512-hgUZ3kTEpVzKaK3uNibExUYm6SKKOmTU2BOxBSvOYwtJEPdVQ70kZJpPjstlnhCHcuc2WGfSbpKlb/69ttyN5Q== |
506 | 506 | dependencies:
|
507 |
| - "@typescript-eslint/scope-manager" "7.18.0" |
508 |
| - "@typescript-eslint/types" "7.18.0" |
509 |
| - "@typescript-eslint/typescript-estree" "7.18.0" |
510 |
| - "@typescript-eslint/visitor-keys" "7.18.0" |
| 507 | + "@typescript-eslint/scope-manager" "8.18.0" |
| 508 | + "@typescript-eslint/types" "8.18.0" |
| 509 | + "@typescript-eslint/typescript-estree" "8.18.0" |
| 510 | + "@typescript-eslint/visitor-keys" "8.18.0" |
511 | 511 | debug "^4.3.4"
|
512 | 512 |
|
513 | 513 | "@typescript-eslint/parser@^6.9.0":
|
|
537 | 537 | "@typescript-eslint/types" "6.21.0"
|
538 | 538 | "@typescript-eslint/visitor-keys" "6.21.0"
|
539 | 539 |
|
540 |
| -"@typescript-eslint/scope-manager@7.18.0": |
541 |
| - version "7.18.0" |
542 |
| - resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-7.18.0.tgz#c928e7a9fc2c0b3ed92ab3112c614d6bd9951c83" |
543 |
| - integrity sha512-jjhdIE/FPF2B7Z1uzc6i3oWKbGcHb87Qw7AWj6jmEqNOfDFbJWtjt/XfwCpvNkpGWlcJaog5vTR+VV8+w9JflA== |
| 540 | +"@typescript-eslint/scope-manager@8.18.0": |
| 541 | + version "8.18.0" |
| 542 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.18.0.tgz#30b040cb4557804a7e2bcc65cf8fdb630c96546f" |
| 543 | + integrity sha512-PNGcHop0jkK2WVYGotk/hxj+UFLhXtGPiGtiaWgVBVP1jhMoMCHlTyJA+hEj4rszoSdLTK3fN4oOatrL0Cp+Xw== |
544 | 544 | dependencies:
|
545 |
| - "@typescript-eslint/types" "7.18.0" |
546 |
| - "@typescript-eslint/visitor-keys" "7.18.0" |
| 545 | + "@typescript-eslint/types" "8.18.0" |
| 546 | + "@typescript-eslint/visitor-keys" "8.18.0" |
547 | 547 |
|
548 | 548 | "@typescript-eslint/[email protected]":
|
549 | 549 | version "6.21.0"
|
|
555 | 555 | debug "^4.3.4"
|
556 | 556 | ts-api-utils "^1.0.1"
|
557 | 557 |
|
558 |
| -"@typescript-eslint/type-utils@7.18.0": |
559 |
| - version "7.18.0" |
560 |
| - resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-7.18.0.tgz#2165ffaee00b1fbbdd2d40aa85232dab6998f53b" |
561 |
| - integrity sha512-XL0FJXuCLaDuX2sYqZUUSOJ2sG5/i1AAze+axqmLnSkNEVMVYLF+cbwlB2w8D1tinFuSikHmFta+P+HOofrLeA== |
| 558 | +"@typescript-eslint/type-utils@8.18.0": |
| 559 | + version "8.18.0" |
| 560 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.18.0.tgz#6f0d12cf923b6fd95ae4d877708c0adaad93c471" |
| 561 | + integrity sha512-er224jRepVAVLnMF2Q7MZJCq5CsdH2oqjP4dT7K6ij09Kyd+R21r7UVJrF0buMVdZS5QRhDzpvzAxHxabQadow== |
562 | 562 | dependencies:
|
563 |
| - "@typescript-eslint/typescript-estree" "7.18.0" |
564 |
| - "@typescript-eslint/utils" "7.18.0" |
| 563 | + "@typescript-eslint/typescript-estree" "8.18.0" |
| 564 | + "@typescript-eslint/utils" "8.18.0" |
565 | 565 | debug "^4.3.4"
|
566 | 566 | ts-api-utils "^1.3.0"
|
567 | 567 |
|
|
575 | 575 | resolved "https://registry.npmjs.org/@typescript-eslint/types/-/types-6.21.0.tgz"
|
576 | 576 | integrity sha512-1kFmZ1rOm5epu9NZEZm1kckCDGj5UJEf7P1kliH4LKu/RkwpsfqqGmY2OOcUs18lSlQBKLDYBOGxRVtrMN5lpg==
|
577 | 577 |
|
578 |
| -"@typescript-eslint/types@7.18.0": |
579 |
| - version "7.18.0" |
580 |
| - resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-7.18.0.tgz#b90a57ccdea71797ffffa0321e744f379ec838c9" |
581 |
| - integrity sha512-iZqi+Ds1y4EDYUtlOOC+aUmxnE9xS/yCigkjA7XpTKV6nCBd3Hp/PRGGmdwnfkV2ThMyYldP1wRpm/id99spTQ== |
| 578 | +"@typescript-eslint/types@8.18.0": |
| 579 | + version "8.18.0" |
| 580 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.18.0.tgz#3afcd30def8756bc78541268ea819a043221d5f3" |
| 581 | + integrity sha512-FNYxgyTCAnFwTrzpBGq+zrnoTO4x0c1CKYY5MuUTzpScqmY5fmsh2o3+57lqdI3NZucBDCzDgdEbIaNfAjAHQA== |
582 | 582 |
|
583 | 583 | "@typescript-eslint/[email protected]":
|
584 | 584 | version "5.40.0"
|
|
607 | 607 | semver "^7.5.4"
|
608 | 608 | ts-api-utils "^1.0.1"
|
609 | 609 |
|
610 |
| -"@typescript-eslint/typescript-estree@7.18.0": |
611 |
| - version "7.18.0" |
612 |
| - resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-7.18.0.tgz#b5868d486c51ce8f312309ba79bdb9f331b37931" |
613 |
| - integrity sha512-aP1v/BSPnnyhMHts8cf1qQ6Q1IFwwRvAQGRvBFkWlo3/lH29OXA3Pts+c10nxRxIBrDnoMqzhgdwVe5f2D6OzA== |
| 610 | +"@typescript-eslint/typescript-estree@8.18.0": |
| 611 | + version "8.18.0" |
| 612 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.18.0.tgz#d8ca785799fbb9c700cdff1a79c046c3e633c7f9" |
| 613 | + integrity sha512-rqQgFRu6yPkauz+ms3nQpohwejS8bvgbPyIDq13cgEDbkXt4LH4OkDMT0/fN1RUtzG8e8AKJyDBoocuQh8qNeg== |
614 | 614 | dependencies:
|
615 |
| - "@typescript-eslint/types" "7.18.0" |
616 |
| - "@typescript-eslint/visitor-keys" "7.18.0" |
| 615 | + "@typescript-eslint/types" "8.18.0" |
| 616 | + "@typescript-eslint/visitor-keys" "8.18.0" |
617 | 617 | debug "^4.3.4"
|
618 |
| - globby "^11.1.0" |
| 618 | + fast-glob "^3.3.2" |
619 | 619 | is-glob "^4.0.3"
|
620 | 620 | minimatch "^9.0.4"
|
621 | 621 | semver "^7.6.0"
|
|
647 | 647 | "@typescript-eslint/typescript-estree" "6.21.0"
|
648 | 648 | semver "^7.5.4"
|
649 | 649 |
|
650 |
| -"@typescript-eslint/utils@7.18.0": |
651 |
| - version "7.18.0" |
652 |
| - resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-7.18.0.tgz#bca01cde77f95fc6a8d5b0dbcbfb3d6ca4be451f" |
653 |
| - integrity sha512-kK0/rNa2j74XuHVcoCZxdFBMF+aq/vH83CXAOHieC+2Gis4mF8jJXT5eAfyD3K0sAxtPuwxaIOIOvhwzVDt/kw== |
| 650 | +"@typescript-eslint/utils@8.18.0": |
| 651 | + version "8.18.0" |
| 652 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.18.0.tgz#48f67205d42b65d895797bb7349d1be5c39a62f7" |
| 653 | + integrity sha512-p6GLdY383i7h5b0Qrfbix3Vc3+J2k6QWw6UMUeY5JGfm3C5LbZ4QIZzJNoNOfgyRe0uuYKjvVOsO/jD4SJO+xg== |
654 | 654 | dependencies:
|
655 | 655 | "@eslint-community/eslint-utils" "^4.4.0"
|
656 |
| - "@typescript-eslint/scope-manager" "7.18.0" |
657 |
| - "@typescript-eslint/types" "7.18.0" |
658 |
| - "@typescript-eslint/typescript-estree" "7.18.0" |
| 656 | + "@typescript-eslint/scope-manager" "8.18.0" |
| 657 | + "@typescript-eslint/types" "8.18.0" |
| 658 | + "@typescript-eslint/typescript-estree" "8.18.0" |
659 | 659 |
|
660 | 660 | "@typescript-eslint/[email protected]":
|
661 | 661 | version "5.40.0"
|
|
673 | 673 | "@typescript-eslint/types" "6.21.0"
|
674 | 674 | eslint-visitor-keys "^3.4.1"
|
675 | 675 |
|
676 |
| -"@typescript-eslint/visitor-keys@7.18.0": |
677 |
| - version "7.18.0" |
678 |
| - resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-7.18.0.tgz#0564629b6124d67607378d0f0332a0495b25e7d7" |
679 |
| - integrity sha512-cDF0/Gf81QpY3xYyJKDV14Zwdmid5+uuENhjH2EqFaF0ni+yAyq/LzMaIJdhNJXZI7uLzwIlA+V7oWoyn6Curg== |
| 676 | +"@typescript-eslint/visitor-keys@8.18.0": |
| 677 | + version "8.18.0" |
| 678 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.18.0.tgz#7b6d33534fa808e33a19951907231ad2ea5c36dd" |
| 679 | + integrity sha512-pCh/qEA8Lb1wVIqNvBke8UaRjJ6wrAWkJO5yyIbs8Yx6TNGYyfNjOo61tLv+WwLvoLPp4BQ8B7AHKijl8NGUfw== |
680 | 680 | dependencies:
|
681 |
| - "@typescript-eslint/types" "7.18.0" |
682 |
| - eslint-visitor-keys "^3.4.3" |
| 681 | + "@typescript-eslint/types" "8.18.0" |
| 682 | + eslint-visitor-keys "^4.2.0" |
683 | 683 |
|
684 | 684 | "@ungap/structured-clone@^1.2.0":
|
685 | 685 | version "1.2.0"
|
@@ -1544,6 +1544,11 @@ eslint-visitor-keys@^3.3.0, eslint-visitor-keys@^3.4.1, eslint-visitor-keys@^3.4
|
1544 | 1544 | resolved "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz"
|
1545 | 1545 | integrity sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==
|
1546 | 1546 |
|
| 1547 | +eslint-visitor-keys@^4.2.0: |
| 1548 | + version "4.2.0" |
| 1549 | + resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-4.2.0.tgz#687bacb2af884fcdda8a6e7d65c606f46a14cd45" |
| 1550 | + integrity sha512-UyLnSehNt62FFhSwjZlHmeokpRK59rcz29j+F1/aDgbkbRTk7wIc9XzdoasMUbRNKDM0qQt/+BJ4BrpFeABemw== |
| 1551 | + |
1547 | 1552 | eslint@^8.57.1:
|
1548 | 1553 | version "8.57.1"
|
1549 | 1554 | resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.57.1.tgz#7df109654aba7e3bbe5c8eae533c5e461d3c6ca9"
|
@@ -1631,10 +1636,10 @@ fast-deep-equal@^3.1.1, fast-deep-equal@^3.1.3:
|
1631 | 1636 | resolved "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz"
|
1632 | 1637 | integrity sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==
|
1633 | 1638 |
|
1634 |
| -fast-glob@^3.2.9: |
1635 |
| - version "3.2.12" |
1636 |
| - resolved "https://registry.npmjs.org/fast-glob/-/fast-glob-3.2.12.tgz" |
1637 |
| - integrity sha512-DVj4CQIYYow0BlaelwK1pHl5n5cRSJfM60UA0zK891sVInoPri2Ekj7+e1CT3/3qxXenpI+nBBmQAcJPJgaj4w== |
| 1639 | +fast-glob@^3.2.9, fast-glob@^3.3.2: |
| 1640 | + version "3.3.2" |
| 1641 | + resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.3.2.tgz#a904501e57cfdd2ffcded45e99a54fef55e46129" |
| 1642 | + integrity sha512-oX2ruAFQwf/Orj8m737Y5adxDQO0LAB7/S5MnxCdTNDd4p6BsyIVsv9JQsATbTSq8KHRpLwIHbVlUNatxd+1Ow== |
1638 | 1643 | dependencies:
|
1639 | 1644 | "@nodelib/fs.stat" "^2.0.2"
|
1640 | 1645 | "@nodelib/fs.walk" "^1.2.3"
|
@@ -2880,14 +2885,14 @@ type-fest@^0.8.1:
|
2880 | 2885 | resolved "https://registry.npmjs.org/type-fest/-/type-fest-0.8.1.tgz"
|
2881 | 2886 | integrity sha512-4dbzIzqvjtgiM5rw1k5rEHtBANKmdudhGyBEajN01fEyhaAIhsoKNy6y7+IN93IfpFtwY9iqi7kD+xwKhQsNJA==
|
2882 | 2887 |
|
2883 |
| -typescript-eslint@7.18.0: |
2884 |
| - version "7.18.0" |
2885 |
| - resolved "https://registry.yarnpkg.com/typescript-eslint/-/typescript-eslint-7.18.0.tgz#e90d57649b2ad37a7475875fa3e834a6d9f61eb2" |
2886 |
| - integrity sha512-PonBkP603E3tt05lDkbOMyaxJjvKqQrXsnow72sVeOFINDE/qNmnnd+f9b4N+U7W6MXnnYyrhtmF2t08QWwUbA== |
| 2888 | +typescript-eslint@8.18.0: |
| 2889 | + version "8.18.0" |
| 2890 | + resolved "https://registry.yarnpkg.com/typescript-eslint/-/typescript-eslint-8.18.0.tgz#41026f27a3481185f3239d817ae5b960572145a0" |
| 2891 | + integrity sha512-Xq2rRjn6tzVpAyHr3+nmSg1/9k9aIHnJ2iZeOH7cfGOWqTkXTm3kwpQglEuLGdNrYvPF+2gtAs+/KF5rjVo+WQ== |
2887 | 2892 | dependencies:
|
2888 |
| - "@typescript-eslint/eslint-plugin" "7.18.0" |
2889 |
| - "@typescript-eslint/parser" "7.18.0" |
2890 |
| - "@typescript-eslint/utils" "7.18.0" |
| 2893 | + "@typescript-eslint/eslint-plugin" "8.18.0" |
| 2894 | + "@typescript-eslint/parser" "8.18.0" |
| 2895 | + "@typescript-eslint/utils" "8.18.0" |
2891 | 2896 |
|
2892 | 2897 | typescript@^5.6.2:
|
2893 | 2898 | version "5.6.2"
|
|
0 commit comments