|
697 | 697 | "@types/node" "*"
|
698 | 698 |
|
699 | 699 | "@typescript-eslint/eslint-plugin@^8.0.0", "@typescript-eslint/eslint-plugin@^8.18.0":
|
700 |
| - version "8.37.0" |
701 |
| - resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.37.0.tgz#332392883f936137cd6252c8eb236d298e514e70" |
702 |
| - integrity sha512-jsuVWeIkb6ggzB+wPCsR4e6loj+rM72ohW6IBn2C+5NCvfUVY8s33iFPySSVXqtm5Hu29Ne/9bnA0JmyLmgenA== |
| 700 | + version "8.38.0" |
| 701 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.38.0.tgz#6e5220d16f2691ab6d983c1737dd5b36e17641b7" |
| 702 | + integrity sha512-CPoznzpuAnIOl4nhj4tRr4gIPj5AfKgkiJmGQDaq+fQnRJTYlcBjbX3wbciGmpoPf8DREufuPRe1tNMZnGdanA== |
703 | 703 | dependencies:
|
704 | 704 | "@eslint-community/regexpp" "^4.10.0"
|
705 |
| - "@typescript-eslint/scope-manager" "8.37.0" |
706 |
| - "@typescript-eslint/type-utils" "8.37.0" |
707 |
| - "@typescript-eslint/utils" "8.37.0" |
708 |
| - "@typescript-eslint/visitor-keys" "8.37.0" |
| 705 | + "@typescript-eslint/scope-manager" "8.38.0" |
| 706 | + "@typescript-eslint/type-utils" "8.38.0" |
| 707 | + "@typescript-eslint/utils" "8.38.0" |
| 708 | + "@typescript-eslint/visitor-keys" "8.38.0" |
709 | 709 | graphemer "^1.4.0"
|
710 | 710 | ignore "^7.0.0"
|
711 | 711 | natural-compare "^1.4.0"
|
712 | 712 | ts-api-utils "^2.1.0"
|
713 | 713 |
|
714 | 714 | "@typescript-eslint/parser@^8.0.0", "@typescript-eslint/parser@^8.18.0":
|
715 |
| - version "8.37.0" |
716 |
| - resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.37.0.tgz#b87f6b61e25ad5cc5bbf8baf809b8da889c89804" |
717 |
| - integrity sha512-kVIaQE9vrN9RLCQMQ3iyRlVJpTiDUY6woHGb30JDkfJErqrQEmtdWH3gV0PBAfGZgQXoqzXOO0T3K6ioApbbAA== |
718 |
| - dependencies: |
719 |
| - "@typescript-eslint/scope-manager" "8.37.0" |
720 |
| - "@typescript-eslint/types" "8.37.0" |
721 |
| - "@typescript-eslint/typescript-estree" "8.37.0" |
722 |
| - "@typescript-eslint/visitor-keys" "8.37.0" |
| 715 | + version "8.38.0" |
| 716 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.38.0.tgz#6723a5ea881e1777956b1045cba30be5ea838293" |
| 717 | + integrity sha512-Zhy8HCvBUEfBECzIl1PKqF4p11+d0aUJS1GeUiuqK9WmOug8YCmC4h4bjyBvMyAMI9sbRczmrYL5lKg/YMbrcQ== |
| 718 | + dependencies: |
| 719 | + "@typescript-eslint/scope-manager" "8.38.0" |
| 720 | + "@typescript-eslint/types" "8.38.0" |
| 721 | + "@typescript-eslint/typescript-estree" "8.38.0" |
| 722 | + "@typescript-eslint/visitor-keys" "8.38.0" |
723 | 723 | debug "^4.3.4"
|
724 | 724 |
|
725 |
| -"@typescript-eslint/project-service@8.37.0": |
726 |
| - version "8.37.0" |
727 |
| - resolved "https://registry.yarnpkg.com/@typescript-eslint/project-service/-/project-service-8.37.0.tgz#0594352e32a4ac9258591b88af77b5653800cdfe" |
728 |
| - integrity sha512-BIUXYsbkl5A1aJDdYJCBAo8rCEbAvdquQ8AnLb6z5Lp1u3x5PNgSSx9A/zqYc++Xnr/0DVpls8iQ2cJs/izTXA== |
| 725 | +"@typescript-eslint/project-service@8.38.0": |
| 726 | + version "8.38.0" |
| 727 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/project-service/-/project-service-8.38.0.tgz#4900771f943163027fd7d2020a062892056b5e2f" |
| 728 | + integrity sha512-dbK7Jvqcb8c9QfH01YB6pORpqX1mn5gDZc9n63Ak/+jD67oWXn3Gs0M6vddAN+eDXBCS5EmNWzbSxsn9SzFWWg== |
729 | 729 | dependencies:
|
730 |
| - "@typescript-eslint/tsconfig-utils" "^8.37.0" |
731 |
| - "@typescript-eslint/types" "^8.37.0" |
| 730 | + "@typescript-eslint/tsconfig-utils" "^8.38.0" |
| 731 | + "@typescript-eslint/types" "^8.38.0" |
732 | 732 | debug "^4.3.4"
|
733 | 733 |
|
734 |
| -"@typescript-eslint/scope-manager@8.37.0": |
735 |
| - version "8.37.0" |
736 |
| - resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.37.0.tgz#a31a3c80ca2ef4ed58de13742debb692e7d4c0a4" |
737 |
| - integrity sha512-0vGq0yiU1gbjKob2q691ybTg9JX6ShiVXAAfm2jGf3q0hdP6/BruaFjL/ManAR/lj05AvYCH+5bbVo0VtzmjOA== |
| 734 | +"@typescript-eslint/scope-manager@8.38.0": |
| 735 | + version "8.38.0" |
| 736 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.38.0.tgz#5a0efcb5c9cf6e4121b58f87972f567c69529226" |
| 737 | + integrity sha512-WJw3AVlFFcdT9Ri1xs/lg8LwDqgekWXWhH3iAF+1ZM+QPd7oxQ6jvtW/JPwzAScxitILUIFs0/AnQ/UWHzbATQ== |
738 | 738 | dependencies:
|
739 |
| - "@typescript-eslint/types" "8.37.0" |
740 |
| - "@typescript-eslint/visitor-keys" "8.37.0" |
| 739 | + "@typescript-eslint/types" "8.38.0" |
| 740 | + "@typescript-eslint/visitor-keys" "8.38.0" |
741 | 741 |
|
742 |
| -"@typescript-eslint/tsconfig-utils@8.37.0", "@typescript-eslint/tsconfig-utils@^8.37.0": |
743 |
| - version "8.37.0" |
744 |
| - resolved "https://registry.yarnpkg.com/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.37.0.tgz#47a2760d265c6125f8e7864bc5c8537cad2bd053" |
745 |
| - integrity sha512-1/YHvAVTimMM9mmlPvTec9NP4bobA1RkDbMydxG8omqwJJLEW/Iy2C4adsAESIXU3WGLXFHSZUU+C9EoFWl4Zg== |
| 742 | +"@typescript-eslint/tsconfig-utils@8.38.0", "@typescript-eslint/tsconfig-utils@^8.38.0": |
| 743 | + version "8.38.0" |
| 744 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.38.0.tgz#6de4ce224a779601a8df667db56527255c42c4d0" |
| 745 | + integrity sha512-Lum9RtSE3EroKk/bYns+sPOodqb2Fv50XOl/gMviMKNvanETUuUcC9ObRbzrJ4VSd2JalPqgSAavwrPiPvnAiQ== |
746 | 746 |
|
747 |
| -"@typescript-eslint/type-utils@8.37.0": |
748 |
| - version "8.37.0" |
749 |
| - resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.37.0.tgz#2a682e4c6ff5886712dad57e9787b5e417124507" |
750 |
| - integrity sha512-SPkXWIkVZxhgwSwVq9rqj/4VFo7MnWwVaRNznfQDc/xPYHjXnPfLWn+4L6FF1cAz6e7dsqBeMawgl7QjUMj4Ow== |
| 747 | +"@typescript-eslint/type-utils@8.38.0": |
| 748 | + version "8.38.0" |
| 749 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.38.0.tgz#a56cd84765fa6ec135fe252b5db61e304403a85b" |
| 750 | + integrity sha512-c7jAvGEZVf0ao2z+nnz8BUaHZD09Agbh+DY7qvBQqLiz8uJzRgVPj5YvOh8I8uEiH8oIUGIfHzMwUcGVco/SJg== |
751 | 751 | dependencies:
|
752 |
| - "@typescript-eslint/types" "8.37.0" |
753 |
| - "@typescript-eslint/typescript-estree" "8.37.0" |
754 |
| - "@typescript-eslint/utils" "8.37.0" |
| 752 | + "@typescript-eslint/types" "8.38.0" |
| 753 | + "@typescript-eslint/typescript-estree" "8.38.0" |
| 754 | + "@typescript-eslint/utils" "8.38.0" |
755 | 755 | debug "^4.3.4"
|
756 | 756 | ts-api-utils "^2.1.0"
|
757 | 757 |
|
758 |
| -"@typescript-eslint/types@8.37.0", "@typescript-eslint/types@^8.37.0": |
759 |
| - version "8.37.0" |
760 |
| - resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.37.0.tgz#09517aa9625eb3c68941dde3ac8835740587b6ff" |
761 |
| - integrity sha512-ax0nv7PUF9NOVPs+lmQ7yIE7IQmAf8LGcXbMvHX5Gm+YJUYNAl340XkGnrimxZ0elXyoQJuN5sbg6C4evKA4SQ== |
| 758 | +"@typescript-eslint/types@8.38.0", "@typescript-eslint/types@^8.38.0": |
| 759 | + version "8.38.0" |
| 760 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.38.0.tgz#297351c994976b93c82ac0f0e206c8143aa82529" |
| 761 | + integrity sha512-wzkUfX3plUqij4YwWaJyqhiPE5UCRVlFpKn1oCRn2O1bJ592XxWJj8ROQ3JD5MYXLORW84063z3tZTb/cs4Tyw== |
762 | 762 |
|
763 |
| -"@typescript-eslint/typescript-estree@8.37.0": |
764 |
| - version "8.37.0" |
765 |
| - resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.37.0.tgz#a07e4574d8e6e4355a558f61323730c987f5fcbc" |
766 |
| - integrity sha512-zuWDMDuzMRbQOM+bHyU4/slw27bAUEcKSKKs3hcv2aNnc/tvE/h7w60dwVw8vnal2Pub6RT1T7BI8tFZ1fE+yg== |
| 763 | +"@typescript-eslint/typescript-estree@8.38.0": |
| 764 | + version "8.38.0" |
| 765 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.38.0.tgz#82262199eb6778bba28a319e25ad05b1158957df" |
| 766 | + integrity sha512-fooELKcAKzxux6fA6pxOflpNS0jc+nOQEEOipXFNjSlBS6fqrJOVY/whSn70SScHrcJ2LDsxWrneFoWYSVfqhQ== |
767 | 767 | dependencies:
|
768 |
| - "@typescript-eslint/project-service" "8.37.0" |
769 |
| - "@typescript-eslint/tsconfig-utils" "8.37.0" |
770 |
| - "@typescript-eslint/types" "8.37.0" |
771 |
| - "@typescript-eslint/visitor-keys" "8.37.0" |
| 768 | + "@typescript-eslint/project-service" "8.38.0" |
| 769 | + "@typescript-eslint/tsconfig-utils" "8.38.0" |
| 770 | + "@typescript-eslint/types" "8.38.0" |
| 771 | + "@typescript-eslint/visitor-keys" "8.38.0" |
772 | 772 | debug "^4.3.4"
|
773 | 773 | fast-glob "^3.3.2"
|
774 | 774 | is-glob "^4.0.3"
|
775 | 775 | minimatch "^9.0.4"
|
776 | 776 | semver "^7.6.0"
|
777 | 777 | ts-api-utils "^2.1.0"
|
778 | 778 |
|
779 |
| -"@typescript-eslint/utils@8.37.0": |
780 |
| - version "8.37.0" |
781 |
| - resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.37.0.tgz#189ea59b2709f5d898614611f091a776751ee335" |
782 |
| - integrity sha512-TSFvkIW6gGjN2p6zbXo20FzCABbyUAuq6tBvNRGsKdsSQ6a7rnV6ADfZ7f4iI3lIiXc4F4WWvtUfDw9CJ9pO5A== |
| 779 | +"@typescript-eslint/utils@8.38.0": |
| 780 | + version "8.38.0" |
| 781 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.38.0.tgz#5f10159899d30eb92ba70e642ca6f754bddbf15a" |
| 782 | + integrity sha512-hHcMA86Hgt+ijJlrD8fX0j1j8w4C92zue/8LOPAFioIno+W0+L7KqE8QZKCcPGc/92Vs9x36w/4MPTJhqXdyvg== |
783 | 783 | dependencies:
|
784 | 784 | "@eslint-community/eslint-utils" "^4.7.0"
|
785 |
| - "@typescript-eslint/scope-manager" "8.37.0" |
786 |
| - "@typescript-eslint/types" "8.37.0" |
787 |
| - "@typescript-eslint/typescript-estree" "8.37.0" |
| 785 | + "@typescript-eslint/scope-manager" "8.38.0" |
| 786 | + "@typescript-eslint/types" "8.38.0" |
| 787 | + "@typescript-eslint/typescript-estree" "8.38.0" |
788 | 788 |
|
789 |
| -"@typescript-eslint/visitor-keys@8.37.0": |
790 |
| - version "8.37.0" |
791 |
| - resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.37.0.tgz#cdb6a6bd3e8d6dd69bd70c1bdda36e2d18737455" |
792 |
| - integrity sha512-YzfhzcTnZVPiLfP/oeKtDp2evwvHLMe0LOy7oe+hb9KKIumLNohYS9Hgp1ifwpu42YWxhZE8yieggz6JpqO/1w== |
| 789 | +"@typescript-eslint/visitor-keys@8.38.0": |
| 790 | + version "8.38.0" |
| 791 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.38.0.tgz#a9765a527b082cb8fc60fd8a16e47c7ad5b60ea5" |
| 792 | + integrity sha512-pWrTcoFNWuwHlA9CvlfSsGWs14JxfN1TH25zM5L7o0pRLhsoZkDnTsXfQRJBEWJoV5DL0jf+Z+sxiud+K0mq1g== |
793 | 793 | dependencies:
|
794 |
| - "@typescript-eslint/types" "8.37.0" |
| 794 | + "@typescript-eslint/types" "8.38.0" |
795 | 795 | eslint-visitor-keys "^4.2.1"
|
796 | 796 |
|
797 | 797 | "@typescript/vfs@^1.5.0":
|
@@ -1266,9 +1266,9 @@ escape-string-regexp@^4.0.0:
|
1266 | 1266 | integrity sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==
|
1267 | 1267 |
|
1268 | 1268 | eslint-config-prettier@^10.0.0:
|
1269 |
| - version "10.1.5" |
1270 |
| - resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-10.1.5.tgz#00c18d7225043b6fbce6a665697377998d453782" |
1271 |
| - integrity sha512-zc1UmCpNltmVY34vuLRV61r1K27sWuX39E+uyUnY8xS2Bex88VV9cugG+UZbRSRGtGyFboj+D8JODyme1plMpw== |
| 1269 | + version "10.1.8" |
| 1270 | + resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-10.1.8.tgz#15734ce4af8c2778cc32f0b01b37b0b5cd1ecb97" |
| 1271 | + integrity sha512-82GZUjRS0p/jganf6q1rEO25VSoHH0hKPCTrgillPjdI/3bgBhAE1QzHrHTizjpRvy6pGAvKjDJtk2pF9NDq8w== |
1272 | 1272 |
|
1273 | 1273 | eslint-plugin-react-hooks@^5.1.0:
|
1274 | 1274 | version "5.2.0"
|
|
0 commit comments