|
477 | 477 | dependencies: |
478 | 478 | eslint-visitor-keys "^3.3.0" |
479 | 479 |
|
480 | | -"@eslint-community/regexpp@^4.5.1", "@eslint-community/regexpp@^4.6.1": |
| 480 | +"@eslint-community/regexpp@^4.10.0", "@eslint-community/regexpp@^4.6.1": |
481 | 481 | version "4.11.0" |
482 | 482 | resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.11.0.tgz#b0ffd0312b4a3fd2d6f77237e7248a5ad3a680ae" |
483 | 483 | integrity sha512-G/M/tIiMrTAxEWRfLfQJMmGNX28IxBg4PBz8XqQhqUHLFI6TL2htpIB1iQCj144V5ee/JaKyT9/WZ0MGZWfA7A== |
|
889 | 889 | resolved "https://registry.yarnpkg.com/@types/estree/-/estree-1.0.5.tgz#a6ce3e556e00fd9895dd872dd172ad0d4bd687f4" |
890 | 890 | integrity sha512-/kYRxGDLWzHOB7q+wtSUQlFrtcdUccpfy+X+9iMBpHK8QLLhx2wIPYuS5DYtR9Wa/YlZAbIovy7qVdB1Aq6Lyw== |
891 | 891 |
|
892 | | -"@types/json-schema@^7.0.12": |
893 | | - version "7.0.15" |
894 | | - resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.15.tgz#596a1747233694d50f6ad8a7869fcb6f56cf5841" |
895 | | - integrity sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA== |
896 | | - |
897 | 892 | "@types/json5@^0.0.29": |
898 | 893 | version "0.0.29" |
899 | 894 | resolved "https://registry.yarnpkg.com/@types/json5/-/json5-0.0.29.tgz#ee28707ae94e11d2b827bcbe5270bcea7f3e71ee" |
|
929 | 924 | "@types/prop-types" "*" |
930 | 925 | csstype "^3.0.2" |
931 | 926 |
|
932 | | -"@types/semver@^7.5.0": |
933 | | - version "7.5.8" |
934 | | - resolved "https://registry.yarnpkg.com/@types/semver/-/semver-7.5.8.tgz#8268a8c57a3e4abd25c165ecd36237db7948a55e" |
935 | | - integrity sha512-I8EUhyrgfLrcTkzV3TSsGyl1tSuPrEDzr0yd5m90UgNxQkyDXULk3b6MlQqTCpZpNtWe1K0hzclnZkTcLBe2UQ== |
936 | | - |
937 | | -"@typescript-eslint/[email protected]": |
938 | | - version "6.21.0" |
939 | | - resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-6.21.0.tgz#30830c1ca81fd5f3c2714e524c4303e0194f9cd3" |
940 | | - integrity sha512-oy9+hTPCUFpngkEZUSzbf9MxI65wbKFoQYsgPdILTfbUldp5ovUuphZVe4i30emU9M/kP+T64Di0mxl7dSw3MA== |
941 | | - dependencies: |
942 | | - "@eslint-community/regexpp" "^4.5.1" |
943 | | - "@typescript-eslint/scope-manager" "6.21.0" |
944 | | - "@typescript-eslint/type-utils" "6.21.0" |
945 | | - "@typescript-eslint/utils" "6.21.0" |
946 | | - "@typescript-eslint/visitor-keys" "6.21.0" |
947 | | - debug "^4.3.4" |
| 927 | +"@typescript-eslint/[email protected]": |
| 928 | + version "7.18.0" |
| 929 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-7.18.0.tgz#b16d3cf3ee76bf572fdf511e79c248bdec619ea3" |
| 930 | + integrity sha512-94EQTWZ40mzBc42ATNIBimBEDltSJ9RQHCC8vc/PDbxi4k8dVwUAv4o98dk50M1zB+JGFxp43FP7f8+FP8R6Sw== |
| 931 | + dependencies: |
| 932 | + "@eslint-community/regexpp" "^4.10.0" |
| 933 | + "@typescript-eslint/scope-manager" "7.18.0" |
| 934 | + "@typescript-eslint/type-utils" "7.18.0" |
| 935 | + "@typescript-eslint/utils" "7.18.0" |
| 936 | + "@typescript-eslint/visitor-keys" "7.18.0" |
948 | 937 | graphemer "^1.4.0" |
949 | | - ignore "^5.2.4" |
| 938 | + ignore "^5.3.1" |
950 | 939 | natural-compare "^1.4.0" |
951 | | - semver "^7.5.4" |
952 | | - ts-api-utils "^1.0.1" |
953 | | - |
954 | | -"@typescript-eslint/[email protected]": |
955 | | - version "6.21.0" |
956 | | - resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-6.21.0.tgz#af8fcf66feee2edc86bc5d1cf45e33b0630bf35b" |
957 | | - integrity sha512-tbsV1jPne5CkFQCgPBcDOt30ItF7aJoZL997JSF7MhGQqOeT3svWRYxiqlfA5RUdlHN6Fi+EI9bxqbdyAUZjYQ== |
958 | | - dependencies: |
959 | | - "@typescript-eslint/scope-manager" "6.21.0" |
960 | | - "@typescript-eslint/types" "6.21.0" |
961 | | - "@typescript-eslint/typescript-estree" "6.21.0" |
962 | | - "@typescript-eslint/visitor-keys" "6.21.0" |
| 940 | + ts-api-utils "^1.3.0" |
| 941 | + |
| 942 | +"@typescript-eslint/[email protected]": |
| 943 | + version "7.18.0" |
| 944 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-7.18.0.tgz#83928d0f1b7f4afa974098c64b5ce6f9051f96a0" |
| 945 | + integrity sha512-4Z+L8I2OqhZV8qA132M4wNL30ypZGYOQVBfMgxDH/K5UX0PNqTu1c6za9ST5r9+tavvHiTWmBnKzpCJ/GlVFtg== |
| 946 | + dependencies: |
| 947 | + "@typescript-eslint/scope-manager" "7.18.0" |
| 948 | + "@typescript-eslint/types" "7.18.0" |
| 949 | + "@typescript-eslint/typescript-estree" "7.18.0" |
| 950 | + "@typescript-eslint/visitor-keys" "7.18.0" |
963 | 951 | debug "^4.3.4" |
964 | 952 |
|
965 | | -"@typescript-eslint/scope-manager@6.21.0": |
966 | | - version "6.21.0" |
967 | | - resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-6.21.0.tgz#ea8a9bfc8f1504a6ac5d59a6df308d3a0630a2b1" |
968 | | - integrity sha512-OwLUIWZJry80O99zvqXVEioyniJMa+d2GrqpUTqi5/v5D5rOrppJVBPa0yKCblcigC0/aYAzxxqQ1B+DS2RYsg== |
| 953 | +"@typescript-eslint/scope-manager@7.18.0": |
| 954 | + version "7.18.0" |
| 955 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-7.18.0.tgz#c928e7a9fc2c0b3ed92ab3112c614d6bd9951c83" |
| 956 | + integrity sha512-jjhdIE/FPF2B7Z1uzc6i3oWKbGcHb87Qw7AWj6jmEqNOfDFbJWtjt/XfwCpvNkpGWlcJaog5vTR+VV8+w9JflA== |
969 | 957 | dependencies: |
970 | | - "@typescript-eslint/types" "6.21.0" |
971 | | - "@typescript-eslint/visitor-keys" "6.21.0" |
| 958 | + "@typescript-eslint/types" "7.18.0" |
| 959 | + "@typescript-eslint/visitor-keys" "7.18.0" |
972 | 960 |
|
973 | | -"@typescript-eslint/type-utils@6.21.0": |
974 | | - version "6.21.0" |
975 | | - resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-6.21.0.tgz#6473281cfed4dacabe8004e8521cee0bd9d4c01e" |
976 | | - integrity sha512-rZQI7wHfao8qMX3Rd3xqeYSMCL3SoiSQLBATSiVKARdFGCYSRvmViieZjqc58jKgs8Y8i9YvVVhRbHSTA4VBag== |
| 961 | +"@typescript-eslint/type-utils@7.18.0": |
| 962 | + version "7.18.0" |
| 963 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-7.18.0.tgz#2165ffaee00b1fbbdd2d40aa85232dab6998f53b" |
| 964 | + integrity sha512-XL0FJXuCLaDuX2sYqZUUSOJ2sG5/i1AAze+axqmLnSkNEVMVYLF+cbwlB2w8D1tinFuSikHmFta+P+HOofrLeA== |
977 | 965 | dependencies: |
978 | | - "@typescript-eslint/typescript-estree" "6.21.0" |
979 | | - "@typescript-eslint/utils" "6.21.0" |
| 966 | + "@typescript-eslint/typescript-estree" "7.18.0" |
| 967 | + "@typescript-eslint/utils" "7.18.0" |
980 | 968 | debug "^4.3.4" |
981 | | - ts-api-utils "^1.0.1" |
| 969 | + ts-api-utils "^1.3.0" |
982 | 970 |
|
983 | | -"@typescript-eslint/types@6.21.0": |
984 | | - version "6.21.0" |
985 | | - resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-6.21.0.tgz#205724c5123a8fef7ecd195075fa6e85bac3436d" |
986 | | - integrity sha512-1kFmZ1rOm5epu9NZEZm1kckCDGj5UJEf7P1kliH4LKu/RkwpsfqqGmY2OOcUs18lSlQBKLDYBOGxRVtrMN5lpg== |
| 971 | +"@typescript-eslint/types@7.18.0": |
| 972 | + version "7.18.0" |
| 973 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-7.18.0.tgz#b90a57ccdea71797ffffa0321e744f379ec838c9" |
| 974 | + integrity sha512-iZqi+Ds1y4EDYUtlOOC+aUmxnE9xS/yCigkjA7XpTKV6nCBd3Hp/PRGGmdwnfkV2ThMyYldP1wRpm/id99spTQ== |
987 | 975 |
|
988 | | -"@typescript-eslint/typescript-estree@6.21.0": |
989 | | - version "6.21.0" |
990 | | - resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-6.21.0.tgz#c47ae7901db3b8bddc3ecd73daff2d0895688c46" |
991 | | - integrity sha512-6npJTkZcO+y2/kr+z0hc4HwNfrrP4kNYh57ek7yCNlrBjWQ1Y0OS7jiZTkgumrvkX5HkEKXFZkkdFNkaW2wmUQ== |
| 976 | +"@typescript-eslint/typescript-estree@7.18.0": |
| 977 | + version "7.18.0" |
| 978 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-7.18.0.tgz#b5868d486c51ce8f312309ba79bdb9f331b37931" |
| 979 | + integrity sha512-aP1v/BSPnnyhMHts8cf1qQ6Q1IFwwRvAQGRvBFkWlo3/lH29OXA3Pts+c10nxRxIBrDnoMqzhgdwVe5f2D6OzA== |
992 | 980 | dependencies: |
993 | | - "@typescript-eslint/types" "6.21.0" |
994 | | - "@typescript-eslint/visitor-keys" "6.21.0" |
| 981 | + "@typescript-eslint/types" "7.18.0" |
| 982 | + "@typescript-eslint/visitor-keys" "7.18.0" |
995 | 983 | debug "^4.3.4" |
996 | 984 | globby "^11.1.0" |
997 | 985 | is-glob "^4.0.3" |
998 | | - minimatch "9.0.3" |
999 | | - semver "^7.5.4" |
1000 | | - ts-api-utils "^1.0.1" |
| 986 | + minimatch "^9.0.4" |
| 987 | + semver "^7.6.0" |
| 988 | + ts-api-utils "^1.3.0" |
1001 | 989 |
|
1002 | | -"@typescript-eslint/utils@6.21.0": |
1003 | | - version "6.21.0" |
1004 | | - resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-6.21.0.tgz#4714e7a6b39e773c1c8e97ec587f520840cd8134" |
1005 | | - integrity sha512-NfWVaC8HP9T8cbKQxHcsJBY5YE1O33+jpMwN45qzWWaPDZgLIbo12toGMWnmhvCpd3sIxkpDw3Wv1B3dYrbDQQ== |
| 990 | +"@typescript-eslint/utils@7.18.0": |
| 991 | + version "7.18.0" |
| 992 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-7.18.0.tgz#bca01cde77f95fc6a8d5b0dbcbfb3d6ca4be451f" |
| 993 | + integrity sha512-kK0/rNa2j74XuHVcoCZxdFBMF+aq/vH83CXAOHieC+2Gis4mF8jJXT5eAfyD3K0sAxtPuwxaIOIOvhwzVDt/kw== |
1006 | 994 | dependencies: |
1007 | 995 | "@eslint-community/eslint-utils" "^4.4.0" |
1008 | | - "@types/json-schema" "^7.0.12" |
1009 | | - "@types/semver" "^7.5.0" |
1010 | | - "@typescript-eslint/scope-manager" "6.21.0" |
1011 | | - "@typescript-eslint/types" "6.21.0" |
1012 | | - "@typescript-eslint/typescript-estree" "6.21.0" |
1013 | | - semver "^7.5.4" |
1014 | | - |
1015 | | -"@typescript-eslint/[email protected]": |
1016 | | - version "6.21.0" |
1017 | | - resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-6.21.0.tgz#87a99d077aa507e20e238b11d56cc26ade45fe47" |
1018 | | - integrity sha512-JJtkDduxLi9bivAB+cYOVMtbkqdPOhZ+ZI5LC47MIRrDV4Yn2o+ZnW10Nkmr28xRpSpdJ6Sm42Hjf2+REYXm0A== |
1019 | | - dependencies: |
1020 | | - "@typescript-eslint/types" "6.21.0" |
1021 | | - eslint-visitor-keys "^3.4.1" |
| 996 | + "@typescript-eslint/scope-manager" "7.18.0" |
| 997 | + "@typescript-eslint/types" "7.18.0" |
| 998 | + "@typescript-eslint/typescript-estree" "7.18.0" |
| 999 | + |
| 1000 | +"@typescript-eslint/[email protected]": |
| 1001 | + version "7.18.0" |
| 1002 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-7.18.0.tgz#0564629b6124d67607378d0f0332a0495b25e7d7" |
| 1003 | + integrity sha512-cDF0/Gf81QpY3xYyJKDV14Zwdmid5+uuENhjH2EqFaF0ni+yAyq/LzMaIJdhNJXZI7uLzwIlA+V7oWoyn6Curg== |
| 1004 | + dependencies: |
| 1005 | + "@typescript-eslint/types" "7.18.0" |
| 1006 | + eslint-visitor-keys "^3.4.3" |
1022 | 1007 |
|
1023 | 1008 | "@ungap/structured-clone@^1.2.0": |
1024 | 1009 | version "1.2.0" |
@@ -2214,7 +2199,7 @@ ieee754@^1.2.1: |
2214 | 2199 | resolved "https://registry.yarnpkg.com/ieee754/-/ieee754-1.2.1.tgz#8eb7a10a63fff25d15a57b001586d177d1b0d352" |
2215 | 2200 | integrity sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA== |
2216 | 2201 |
|
2217 | | -ignore@^5.2.0, ignore@^5.2.4: |
| 2202 | +ignore@^5.2.0, ignore@^5.3.1: |
2218 | 2203 | version "5.3.1" |
2219 | 2204 | resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.3.1.tgz#5073e554cd42c5b33b394375f538b8593e34d4ef" |
2220 | 2205 | integrity sha512-5Fytz/IraMjqpwfd34ke28PTVMjZjJG2MPn5t7OE4eUCUNf8BAa7b5WUS9/Qvr6mwOQS7Mk6vdsMno5he+T8Xw== |
@@ -2612,20 +2597,20 @@ micromatch@^4.0.4: |
2612 | 2597 | braces "^3.0.3" |
2613 | 2598 | picomatch "^2.3.1" |
2614 | 2599 |
|
2615 | | - |
2616 | | - version "9.0.3" |
2617 | | - resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.3.tgz#a6e00c3de44c3a542bfaae70abfc22420a6da825" |
2618 | | - integrity sha512-RHiac9mvaRw0x3AYRgDC1CxAP7HTcNrrECeA8YYJeWnpo+2Q5CegtZjaotWTWxDG3UeGA1coE05iH1mPjT/2mg== |
2619 | | - dependencies: |
2620 | | - brace-expansion "^2.0.1" |
2621 | | - |
2622 | 2600 | minimatch@^3.0.5, minimatch@^3.1.1, minimatch@^3.1.2: |
2623 | 2601 | version "3.1.2" |
2624 | 2602 | resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.1.2.tgz#19cd194bfd3e428f049a70817c038d89ab4be35b" |
2625 | 2603 | integrity sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw== |
2626 | 2604 | dependencies: |
2627 | 2605 | brace-expansion "^1.1.7" |
2628 | 2606 |
|
| 2607 | +minimatch@^9.0.4: |
| 2608 | + version "9.0.5" |
| 2609 | + resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.5.tgz#d74f9dd6b57d83d8e98cfb82133b03978bc929e5" |
| 2610 | + integrity sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow== |
| 2611 | + dependencies: |
| 2612 | + brace-expansion "^2.0.1" |
| 2613 | + |
2629 | 2614 | minimist@^1.2.0, minimist@^1.2.6: |
2630 | 2615 | version "1.2.8" |
2631 | 2616 | resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.8.tgz#c1a464e7693302e082a075cee0c057741ac4772c" |
@@ -3141,7 +3126,7 @@ semver@^6.3.1: |
3141 | 3126 | resolved "https://registry.yarnpkg.com/semver/-/semver-6.3.1.tgz#556d2ef8689146e46dcea4bfdd095f3434dffcb4" |
3142 | 3127 | integrity sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA== |
3143 | 3128 |
|
3144 | | -semver@^7.5.4: |
| 3129 | +semver@^7.6.0: |
3145 | 3130 | version "7.6.3" |
3146 | 3131 | resolved "https://registry.yarnpkg.com/semver/-/semver-7.6.3.tgz#980f7b5550bc175fb4dc09403085627f9eb33143" |
3147 | 3132 | integrity sha512-oVekP1cKtI+CTDvHWYFUcMtsK/00wmAEfyqKfNdARm8u1wNVhSgaX7A8d4UuIlUI5e84iEwOhs7ZPYRmzU9U6A== |
@@ -3348,7 +3333,7 @@ to-regex-range@^5.0.1: |
3348 | 3333 | dependencies: |
3349 | 3334 | is-number "^7.0.0" |
3350 | 3335 |
|
3351 | | -ts-api-utils@^1.0.1: |
| 3336 | +ts-api-utils@^1.3.0: |
3352 | 3337 | version "1.3.0" |
3353 | 3338 | resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-1.3.0.tgz#4b490e27129f1e8e686b45cc4ab63714dc60eea1" |
3354 | 3339 | integrity sha512-UQMIo7pb8WRomKR1/+MFVLTroIvDVtMX3K6OUir8ynLyzB8Jeriont2bTAtmNPa1ekAgN7YPDyf6V+ygrdU+eQ== |
|
0 commit comments