|
306 | 306 | dependencies: |
307 | 307 | eslint-visitor-keys "^3.4.3" |
308 | 308 |
|
309 | | -"@eslint-community/regexpp@^4.4.0": |
| 309 | +"@eslint-community/eslint-utils@^4.7.0": |
| 310 | + version "4.7.0" |
| 311 | + resolved "https://registry.yarnpkg.com/@eslint-community/eslint-utils/-/eslint-utils-4.7.0.tgz#607084630c6c033992a082de6e6fbc1a8b52175a" |
| 312 | + integrity sha512-dyybb3AcajC7uha6CvhdVRJqaKyn7w2YKqKyAN37NKYgZT36w+iRb0Dymmc5qEJ549c/S31cMMSFd75bteCpCw== |
| 313 | + dependencies: |
| 314 | + eslint-visitor-keys "^3.4.3" |
| 315 | + |
| 316 | +"@eslint-community/regexpp@^4.10.0", "@eslint-community/regexpp@^4.4.0": |
310 | 317 | version "4.12.1" |
311 | 318 | resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.12.1.tgz#cfc6cffe39df390a3841cde2abccf92eaa7ae0e0" |
312 | 319 | integrity sha512-CCZCDJuduB9OUkFkY2IgppNZMi2lBQgD2qzwXkEia16cge2pijY/aXi96CJMquDMn3nJdlPV1A5KrJEXwfLNzQ== |
|
844 | 851 | semver "^7.3.5" |
845 | 852 | tsutils "^3.21.0" |
846 | 853 |
|
847 | | -"@typescript-eslint/eslint-plugin@^5.0.0", "@typescript-eslint/eslint-plugin@^5.11.0": |
| 854 | +"@typescript-eslint/eslint-plugin@^5.11.0": |
848 | 855 | version "5.62.0" |
849 | 856 | resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.62.0.tgz#aeef0328d172b9e37d9bab6dbc13b87ed88977db" |
850 | 857 | integrity sha512-TiZzBSJja/LbhNPvk6yc0JrX9XqhQ0hdh6M2svYfsHGejaKFIAGd9MQ+ERIMzLGlN/kZoYIgdxFV0PuljTKXag== |
|
860 | 867 | semver "^7.3.7" |
861 | 868 | tsutils "^3.21.0" |
862 | 869 |
|
| 870 | +"@typescript-eslint/eslint-plugin@^8.0.0": |
| 871 | + version "8.39.1" |
| 872 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.39.1.tgz#28dffcb5272d20afe250bfeec3173263db5528a0" |
| 873 | + integrity sha512-yYegZ5n3Yr6eOcqgj2nJH8cH/ZZgF+l0YIdKILSDjYFRjgYQMgv/lRjV5Z7Up04b9VYUondt8EPMqg7kTWgJ2g== |
| 874 | + dependencies: |
| 875 | + "@eslint-community/regexpp" "^4.10.0" |
| 876 | + "@typescript-eslint/scope-manager" "8.39.1" |
| 877 | + "@typescript-eslint/type-utils" "8.39.1" |
| 878 | + "@typescript-eslint/utils" "8.39.1" |
| 879 | + "@typescript-eslint/visitor-keys" "8.39.1" |
| 880 | + graphemer "^1.4.0" |
| 881 | + ignore "^7.0.0" |
| 882 | + natural-compare "^1.4.0" |
| 883 | + ts-api-utils "^2.1.0" |
| 884 | + |
863 | 885 | "@typescript-eslint/experimental-utils@5.2.0": |
864 | 886 | version "5.2.0" |
865 | 887 | resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-5.2.0.tgz#e3b2cb9cd0aff9b50f68d9a414c299fd26b067e6" |
|
882 | 904 | "@typescript-eslint/typescript-estree" "5.2.0" |
883 | 905 | debug "^4.3.2" |
884 | 906 |
|
885 | | -"@typescript-eslint/parser@^5.0.0", "@typescript-eslint/parser@^5.11.0": |
| 907 | +"@typescript-eslint/parser@^5.11.0": |
886 | 908 | version "5.62.0" |
887 | 909 | resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.62.0.tgz#1b63d082d849a2fcae8a569248fbe2ee1b8a56c7" |
888 | 910 | integrity sha512-VlJEV0fOQ7BExOsHYAGrgbEiZoi8D+Bl2+f6V2RrXerRSylnp+ZBHmPvaIa8cz0Ajx7WO7Z5RqfgYg7ED1nRhA== |
|
892 | 914 | "@typescript-eslint/typescript-estree" "5.62.0" |
893 | 915 | debug "^4.3.4" |
894 | 916 |
|
| 917 | +"@typescript-eslint/parser@^8.0.0": |
| 918 | + version "8.39.1" |
| 919 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.39.1.tgz#7f8f9ecfc7e172d67e42c366fa198e42324e5d50" |
| 920 | + integrity sha512-pUXGCuHnnKw6PyYq93lLRiZm3vjuslIy7tus1lIQTYVK9bL8XBgJnCWm8a0KcTtHC84Yya1Q6rtll+duSMj0dg== |
| 921 | + dependencies: |
| 922 | + "@typescript-eslint/scope-manager" "8.39.1" |
| 923 | + "@typescript-eslint/types" "8.39.1" |
| 924 | + "@typescript-eslint/typescript-estree" "8.39.1" |
| 925 | + "@typescript-eslint/visitor-keys" "8.39.1" |
| 926 | + debug "^4.3.4" |
| 927 | + |
| 928 | +"@typescript-eslint/project-service@8.39.1": |
| 929 | + version "8.39.1" |
| 930 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/project-service/-/project-service-8.39.1.tgz#63525878d488ebf27c485f295e83434a1398f52d" |
| 931 | + integrity sha512-8fZxek3ONTwBu9ptw5nCKqZOSkXshZB7uAxuFF0J/wTMkKydjXCzqqga7MlFMpHi9DoG4BadhmTkITBcg8Aybw== |
| 932 | + dependencies: |
| 933 | + "@typescript-eslint/tsconfig-utils" "^8.39.1" |
| 934 | + "@typescript-eslint/types" "^8.39.1" |
| 935 | + debug "^4.3.4" |
| 936 | + |
895 | 937 | "@typescript-eslint/scope-manager@5.2.0": |
896 | 938 | version "5.2.0" |
897 | 939 | resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.2.0.tgz#7ce8e4ab2baaa0ad5282913ea8e13ce03ec6a12a" |
|
908 | 950 | "@typescript-eslint/types" "5.62.0" |
909 | 951 | "@typescript-eslint/visitor-keys" "5.62.0" |
910 | 952 |
|
| 953 | +"@typescript-eslint/scope-manager@8.39.1": |
| 954 | + version "8.39.1" |
| 955 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.39.1.tgz#1253fe3e1f2f33f08a3e438a05b5dd7faf9fbca6" |
| 956 | + integrity sha512-RkBKGBrjgskFGWuyUGz/EtD8AF/GW49S21J8dvMzpJitOF1slLEbbHnNEtAHtnDAnx8qDEdRrULRnWVx27wGBw== |
| 957 | + dependencies: |
| 958 | + "@typescript-eslint/types" "8.39.1" |
| 959 | + "@typescript-eslint/visitor-keys" "8.39.1" |
| 960 | + |
| 961 | +"@typescript-eslint/tsconfig-utils@8.39.1", "@typescript-eslint/tsconfig-utils@^8.39.1": |
| 962 | + version "8.39.1" |
| 963 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.39.1.tgz#17f13b4ad481e7bec7c249ee1854078645b34b12" |
| 964 | + integrity sha512-ePUPGVtTMR8XMU2Hee8kD0Pu4NDE1CN9Q1sxGSGd/mbOtGZDM7pnhXNJnzW63zk/q+Z54zVzj44HtwXln5CvHA== |
| 965 | + |
911 | 966 | "@typescript-eslint/type-utils@5.62.0": |
912 | 967 | version "5.62.0" |
913 | 968 | resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.62.0.tgz#286f0389c41681376cdad96b309cedd17d70346a" |
|
918 | 973 | debug "^4.3.4" |
919 | 974 | tsutils "^3.21.0" |
920 | 975 |
|
| 976 | +"@typescript-eslint/type-utils@8.39.1": |
| 977 | + version "8.39.1" |
| 978 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.39.1.tgz#642f9fb96173649e2928fea0375b1d74d31906c2" |
| 979 | + integrity sha512-gu9/ahyatyAdQbKeHnhT4R+y3YLtqqHyvkfDxaBYk97EcbfChSJXyaJnIL3ygUv7OuZatePHmQvuH5ru0lnVeA== |
| 980 | + dependencies: |
| 981 | + "@typescript-eslint/types" "8.39.1" |
| 982 | + "@typescript-eslint/typescript-estree" "8.39.1" |
| 983 | + "@typescript-eslint/utils" "8.39.1" |
| 984 | + debug "^4.3.4" |
| 985 | + ts-api-utils "^2.1.0" |
| 986 | + |
921 | 987 | "@typescript-eslint/types@5.2.0": |
922 | 988 | version "5.2.0" |
923 | 989 | resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.2.0.tgz#7ad32d15abddb0ee968a330f0ea182ea544ef7cf" |
|
928 | 994 | resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.62.0.tgz#258607e60effa309f067608931c3df6fed41fd2f" |
929 | 995 | integrity sha512-87NVngcbVXUahrRTqIK27gD2t5Cu1yuCXxbLcFtCzZGlfyVWWh8mLHkoxzjsB6DDNnvdL+fW8MiwPEJyGJQDgQ== |
930 | 996 |
|
| 997 | +"@typescript-eslint/types@8.39.1", "@typescript-eslint/types@^8.39.1": |
| 998 | + version "8.39.1" |
| 999 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.39.1.tgz#f0ab996c8ab2c3b046bbf86bb1990b03529869a1" |
| 1000 | + integrity sha512-7sPDKQQp+S11laqTrhHqeAbsCfMkwJMrV7oTDvtDds4mEofJYir414bYKUEb8YPUm9QL3U+8f6L6YExSoAGdQw== |
| 1001 | + |
931 | 1002 | "@typescript-eslint/typescript-estree@5.2.0": |
932 | 1003 | version "5.2.0" |
933 | 1004 | resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.2.0.tgz#c22e0ff6f8a4a3f78504a80ebd686fe2870a68ae" |
|
954 | 1025 | semver "^7.3.7" |
955 | 1026 | tsutils "^3.21.0" |
956 | 1027 |
|
| 1028 | +"@typescript-eslint/typescript-estree@8.39.1": |
| 1029 | + version "8.39.1" |
| 1030 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.39.1.tgz#8825d3ea7ea2144c577859ae489eec24ef7318a5" |
| 1031 | + integrity sha512-EKkpcPuIux48dddVDXyQBlKdeTPMmALqBUbEk38McWv0qVEZwOpVJBi7ugK5qVNgeuYjGNQxrrnoM/5+TI/BPw== |
| 1032 | + dependencies: |
| 1033 | + "@typescript-eslint/project-service" "8.39.1" |
| 1034 | + "@typescript-eslint/tsconfig-utils" "8.39.1" |
| 1035 | + "@typescript-eslint/types" "8.39.1" |
| 1036 | + "@typescript-eslint/visitor-keys" "8.39.1" |
| 1037 | + debug "^4.3.4" |
| 1038 | + fast-glob "^3.3.2" |
| 1039 | + is-glob "^4.0.3" |
| 1040 | + minimatch "^9.0.4" |
| 1041 | + semver "^7.6.0" |
| 1042 | + ts-api-utils "^2.1.0" |
| 1043 | + |
957 | 1044 | "@typescript-eslint/utils@5.62.0", "@typescript-eslint/utils@^5.10.0": |
958 | 1045 | version "5.62.0" |
959 | 1046 | resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.62.0.tgz#141e809c71636e4a75daa39faed2fb5f4b10df86" |
|
968 | 1055 | eslint-scope "^5.1.1" |
969 | 1056 | semver "^7.3.7" |
970 | 1057 |
|
| 1058 | +"@typescript-eslint/utils@8.39.1": |
| 1059 | + version "8.39.1" |
| 1060 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.39.1.tgz#58a834f89f93b786ada2cd14d77fa63c3c8f408b" |
| 1061 | + integrity sha512-VF5tZ2XnUSTuiqZFXCZfZs1cgkdd3O/sSYmdo2EpSyDlC86UM/8YytTmKnehOW3TGAlivqTDT6bS87B/GQ/jyg== |
| 1062 | + dependencies: |
| 1063 | + "@eslint-community/eslint-utils" "^4.7.0" |
| 1064 | + "@typescript-eslint/scope-manager" "8.39.1" |
| 1065 | + "@typescript-eslint/types" "8.39.1" |
| 1066 | + "@typescript-eslint/typescript-estree" "8.39.1" |
| 1067 | + |
971 | 1068 | "@typescript-eslint/visitor-keys@5.2.0": |
972 | 1069 | version "5.2.0" |
973 | 1070 | resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.2.0.tgz#03522d35df98474f08e0357171a7d1b259a88f55" |
|
984 | 1081 | "@typescript-eslint/types" "5.62.0" |
985 | 1082 | eslint-visitor-keys "^3.3.0" |
986 | 1083 |
|
| 1084 | +"@typescript-eslint/visitor-keys@8.39.1": |
| 1085 | + version "8.39.1" |
| 1086 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.39.1.tgz#a467742a98f2fa3c03d7bed4979dc0db3850a77a" |
| 1087 | + integrity sha512-W8FQi6kEh2e8zVhQ0eeRnxdvIoOkAp/CPAahcNio6nO9dsIwb9b34z90KOlheoyuVf6LSOEdjlkxSkapNEc+4A== |
| 1088 | + dependencies: |
| 1089 | + "@typescript-eslint/types" "8.39.1" |
| 1090 | + eslint-visitor-keys "^4.2.1" |
| 1091 | + |
987 | 1092 | abort-controller@^3.0.0: |
988 | 1093 | version "3.0.0" |
989 | 1094 | resolved "https://registry.yarnpkg.com/abort-controller/-/abort-controller-3.0.0.tgz#eaf54d53b62bae4138e809ca225c8439a6efb392" |
@@ -2146,6 +2251,11 @@ eslint-visitor-keys@^3.0.0, eslint-visitor-keys@^3.3.0, eslint-visitor-keys@^3.4 |
2146 | 2251 | resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz#0cd72fe8550e3c2eae156a96a4dddcd1c8ac5800" |
2147 | 2252 | integrity sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag== |
2148 | 2253 |
|
| 2254 | +eslint-visitor-keys@^4.2.1: |
| 2255 | + version "4.2.1" |
| 2256 | + resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-4.2.1.tgz#4cfea60fe7dd0ad8e816e1ed026c1d5251b512c1" |
| 2257 | + integrity sha512-Uhdk5sfqcee/9H/rCOJikYz67o0a2Tw2hGRPOG2Y1R2dg7brRe1uG0yaNQDHu+TO/uQPF/5eCapvYSmHUjt7JQ== |
| 2258 | + |
2149 | 2259 | eslint@^7.11.0: |
2150 | 2260 | version "7.32.0" |
2151 | 2261 | resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.32.0.tgz#c6d328a14be3fb08c8d1d21e12c02fdb7a2a812d" |
@@ -2296,7 +2406,7 @@ fast-deep-equal@^3.1.1, fast-deep-equal@^3.1.3: |
2296 | 2406 | resolved "https://registry.yarnpkg.com/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz#3a7d56b559d6cbc3eb512325244e619a65c6c525" |
2297 | 2407 | integrity sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q== |
2298 | 2408 |
|
2299 | | -fast-glob@^3.2.9: |
| 2409 | +fast-glob@^3.2.9, fast-glob@^3.3.2: |
2300 | 2410 | version "3.3.3" |
2301 | 2411 | resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.3.3.tgz#d06d585ce8dba90a16b0505c543c3ccfb3aeb818" |
2302 | 2412 | integrity sha512-7MptL8U0cqcFdzIzwOTHoilX9x5BrNqye7Z/LuC7kCMRio1EMSyqRK3BEAUD7sXRq4iT4AzTVuZdhgQ2TCvYLg== |
@@ -2722,6 +2832,11 @@ ignore@^5.0.5, ignore@^5.1.8, ignore@^5.2.0: |
2722 | 2832 | resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.3.2.tgz#3cd40e729f3643fd87cb04e50bf0eb722bc596f5" |
2723 | 2833 | integrity sha512-hsBTNUqQTDwkWtcdYI2i06Y/nUBEsNEDJKjWdigLvegy8kDuJAS8uRlpkkcQpyEXL0Z/pjDy5HBmMjRCJ2gq+g== |
2724 | 2834 |
|
| 2835 | +ignore@^7.0.0: |
| 2836 | + version "7.0.5" |
| 2837 | + resolved "https://registry.yarnpkg.com/ignore/-/ignore-7.0.5.tgz#4cb5f6cd7d4c7ab0365738c7aea888baa6d7efd9" |
| 2838 | + integrity sha512-Hs59xBNfUIunMFgWAbGX5cq6893IbWg4KnrjbYwX3tx0ztorVgTDA6B2sxf8ejHJ4wz8BqGUMYlnzNBer5NvGg== |
| 2839 | + |
2725 | 2840 | import-fresh@^3.0.0, import-fresh@^3.2.1: |
2726 | 2841 | version "3.3.0" |
2727 | 2842 | resolved "https://registry.yarnpkg.com/import-fresh/-/import-fresh-3.3.0.tgz#37162c25fcb9ebaa2e6e53d5b4d88ce17d9e0c2b" |
@@ -3760,6 +3875,13 @@ minimatch@^5.0.1: |
3760 | 3875 | dependencies: |
3761 | 3876 | brace-expansion "^2.0.1" |
3762 | 3877 |
|
| 3878 | +minimatch@^9.0.4: |
| 3879 | + version "9.0.5" |
| 3880 | + resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.5.tgz#d74f9dd6b57d83d8e98cfb82133b03978bc929e5" |
| 3881 | + integrity sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow== |
| 3882 | + dependencies: |
| 3883 | + brace-expansion "^2.0.1" |
| 3884 | + |
3763 | 3885 | minimist-options@4.1.0: |
3764 | 3886 | version "4.1.0" |
3765 | 3887 | resolved "https://registry.yarnpkg.com/minimist-options/-/minimist-options-4.1.0.tgz#c0655713c53a8a2ebd77ffa247d342c40f010619" |
@@ -4497,6 +4619,11 @@ semver@^7.2.1, semver@^7.3.4, semver@^7.3.5, semver@^7.3.7, semver@^7.5.3, semve |
4497 | 4619 | resolved "https://registry.yarnpkg.com/semver/-/semver-7.6.3.tgz#980f7b5550bc175fb4dc09403085627f9eb33143" |
4498 | 4620 | integrity sha512-oVekP1cKtI+CTDvHWYFUcMtsK/00wmAEfyqKfNdARm8u1wNVhSgaX7A8d4UuIlUI5e84iEwOhs7ZPYRmzU9U6A== |
4499 | 4621 |
|
| 4622 | +semver@^7.6.0: |
| 4623 | + version "7.7.2" |
| 4624 | + resolved "https://registry.yarnpkg.com/semver/-/semver-7.7.2.tgz#67d99fdcd35cec21e6f8b87a7fd515a33f982b58" |
| 4625 | + integrity sha512-RF0Fw+rO5AMf9MAyaRXI4AV0Ulj5lMHqVxxdSgiVbixSCXoEmmX/jk0CuJw4+3SqroYO9VoUh+HcuJivvtJemA== |
| 4626 | + |
4500 | 4627 | set-function-length@^1.2.2: |
4501 | 4628 | version "1.2.2" |
4502 | 4629 | resolved "https://registry.yarnpkg.com/set-function-length/-/set-function-length-1.2.2.tgz#aac72314198eaed975cf77b2c3b6b880695e5449" |
@@ -4914,6 +5041,11 @@ trim-newlines@^3.0.0: |
4914 | 5041 | resolved "https://registry.yarnpkg.com/trim-newlines/-/trim-newlines-3.0.1.tgz#260a5d962d8b752425b32f3a7db0dcacd176c144" |
4915 | 5042 | integrity sha512-c1PTsA3tYrIsLGkJkzHF+w9F2EyxfXGo4UyJc4pFL++FMjnq0HJS69T3M7d//gKrFKwy429bouPescbjecU+Zw== |
4916 | 5043 |
|
| 5044 | +ts-api-utils@^2.1.0: |
| 5045 | + version "2.1.0" |
| 5046 | + resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-2.1.0.tgz#595f7094e46eed364c13fd23e75f9513d29baf91" |
| 5047 | + integrity sha512-CUgTZL1irw8u29bzrOD/nH85jqyc74D6SshFgujOIA7osm2Rz7dYH77agkx7H4FBNxDq7Cjf+IjaX/8zwFW+ZQ== |
| 5048 | + |
4917 | 5049 | ts-jest@^29.0.0: |
4918 | 5050 | version "29.2.5" |
4919 | 5051 | resolved "https://registry.yarnpkg.com/ts-jest/-/ts-jest-29.2.5.tgz#591a3c108e1f5ebd013d3152142cb5472b399d63" |
|
0 commit comments