|
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.10.0" |
482 | 482 | resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.10.0.tgz#548f6de556857c8bb73bbee70c35dc82a2e74d63" |
483 | 483 | integrity sha512-Cu96Sd2By9mCNTx2iyKOmq10v22jUVQv0lQnlGNy16oE9589yE+QADPbrMGCkA51cKZSg3Pu/aTJVTGfL/qjUA== |
|
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/eslint-plugin@6.21.0": |
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/eslint-plugin@7.11.0": |
| 928 | + version "7.11.0" |
| 929 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-7.11.0.tgz#f90f0914657ead08e1c75f66939c926edeab42dd" |
| 930 | + integrity sha512-P+qEahbgeHW4JQ/87FuItjBj8O3MYv5gELDzr8QaQ7fsll1gSMTYb6j87MYyxwf3DtD7uGFB9ShwgmCJB5KmaQ== |
| 931 | + dependencies: |
| 932 | + "@eslint-community/regexpp" "^4.10.0" |
| 933 | + "@typescript-eslint/scope-manager" "7.11.0" |
| 934 | + "@typescript-eslint/type-utils" "7.11.0" |
| 935 | + "@typescript-eslint/utils" "7.11.0" |
| 936 | + "@typescript-eslint/visitor-keys" "7.11.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/parser@6.21.0": |
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/parser@7.11.0": |
| 943 | + version "7.11.0" |
| 944 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-7.11.0.tgz#525ad8bee54a8f015f134edd241d91b84ab64839" |
| 945 | + integrity sha512-yimw99teuaXVWsBcPO1Ais02kwJ1jmNA1KxE7ng0aT7ndr1pT1wqj0OJnsYVGKKlc4QJai86l/025L6z8CljOg== |
| 946 | + dependencies: |
| 947 | + "@typescript-eslint/scope-manager" "7.11.0" |
| 948 | + "@typescript-eslint/types" "7.11.0" |
| 949 | + "@typescript-eslint/typescript-estree" "7.11.0" |
| 950 | + "@typescript-eslint/visitor-keys" "7.11.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.11.0": |
| 954 | + version "7.11.0" |
| 955 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-7.11.0.tgz#cf5619b01de62a226a59add15a02bde457335d1d" |
| 956 | + integrity sha512-27tGdVEiutD4POirLZX4YzT180vevUURJl4wJGmm6TrQoiYwuxTIY98PBp6L2oN+JQxzE0URvYlzJaBHIekXAw== |
969 | 957 | dependencies: |
970 | | - "@typescript-eslint/types" "6.21.0" |
971 | | - "@typescript-eslint/visitor-keys" "6.21.0" |
| 958 | + "@typescript-eslint/types" "7.11.0" |
| 959 | + "@typescript-eslint/visitor-keys" "7.11.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.11.0": |
| 962 | + version "7.11.0" |
| 963 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-7.11.0.tgz#ac216697d649084fedf4a910347b9642bd0ff099" |
| 964 | + integrity sha512-WmppUEgYy+y1NTseNMJ6mCFxt03/7jTOy08bcg7bxJJdsM4nuhnchyBbE8vryveaJUf62noH7LodPSo5Z0WUCg== |
977 | 965 | dependencies: |
978 | | - "@typescript-eslint/typescript-estree" "6.21.0" |
979 | | - "@typescript-eslint/utils" "6.21.0" |
| 966 | + "@typescript-eslint/typescript-estree" "7.11.0" |
| 967 | + "@typescript-eslint/utils" "7.11.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.11.0": |
| 972 | + version "7.11.0" |
| 973 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-7.11.0.tgz#5e9702a5e8b424b7fc690e338d359939257d6722" |
| 974 | + integrity sha512-MPEsDRZTyCiXkD4vd3zywDCifi7tatc4K37KqTprCvaXptP7Xlpdw0NR2hRJTetG5TxbWDB79Ys4kLmHliEo/w== |
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.11.0": |
| 977 | + version "7.11.0" |
| 978 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-7.11.0.tgz#7cbc569bc7336c3a494ceaf8204fdee5d5dbb7fa" |
| 979 | + integrity sha512-cxkhZ2C/iyi3/6U9EPc5y+a6csqHItndvN/CzbNXTNrsC3/ASoYQZEt9uMaEp+xFNjasqQyszp5TumAVKKvJeQ== |
992 | 980 | dependencies: |
993 | | - "@typescript-eslint/types" "6.21.0" |
994 | | - "@typescript-eslint/visitor-keys" "6.21.0" |
| 981 | + "@typescript-eslint/types" "7.11.0" |
| 982 | + "@typescript-eslint/visitor-keys" "7.11.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.11.0": |
| 991 | + version "7.11.0" |
| 992 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-7.11.0.tgz#524f047f2209959424c3ef689b0d83b3bc09919c" |
| 993 | + integrity sha512-xlAWwPleNRHwF37AhrZurOxA1wyXowW4PqVXZVUNCLjB48CqdPJoJWkrpH2nij9Q3Lb7rtWindtoXwxjxlKKCA== |
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/visitor-keys@6.21.0": |
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.11.0" |
| 997 | + "@typescript-eslint/types" "7.11.0" |
| 998 | + "@typescript-eslint/typescript-estree" "7.11.0" |
| 999 | + |
| 1000 | +"@typescript-eslint/visitor-keys@7.11.0": |
| 1001 | + version "7.11.0" |
| 1002 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-7.11.0.tgz#2c50cd292e67645eec05ac0830757071b4a4d597" |
| 1003 | + integrity sha512-7syYk4MzjxTEk0g/w3iqtgxnFQspDJfn6QKD36xMuuhTzjcxY7F8EmBLnALjVyaOF1/bVocu3bS/2/F7rXrveQ== |
| 1004 | + dependencies: |
| 1005 | + "@typescript-eslint/types" "7.11.0" |
| 1006 | + eslint-visitor-keys "^3.4.3" |
1022 | 1007 |
|
1023 | 1008 | "@ungap/structured-clone@^1.2.0": |
1024 | 1009 | version "1.2.0" |
@@ -2206,7 +2191,7 @@ ieee754@^1.2.1: |
2206 | 2191 | resolved "https://registry.yarnpkg.com/ieee754/-/ieee754-1.2.1.tgz#8eb7a10a63fff25d15a57b001586d177d1b0d352" |
2207 | 2192 | integrity sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA== |
2208 | 2193 |
|
2209 | | -ignore@^5.2.0, ignore@^5.2.4: |
| 2194 | +ignore@^5.2.0, ignore@^5.3.1: |
2210 | 2195 | version "5.3.1" |
2211 | 2196 | resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.3.1.tgz#5073e554cd42c5b33b394375f538b8593e34d4ef" |
2212 | 2197 | integrity sha512-5Fytz/IraMjqpwfd34ke28PTVMjZjJG2MPn5t7OE4eUCUNf8BAa7b5WUS9/Qvr6mwOQS7Mk6vdsMno5he+T8Xw== |
@@ -2599,20 +2584,20 @@ micromatch@^4.0.4: |
2599 | 2584 | braces "^3.0.3" |
2600 | 2585 | picomatch "^2.3.1" |
2601 | 2586 |
|
2602 | | -minimatch@9.0.3: |
2603 | | - version "9.0.3" |
2604 | | - resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.3.tgz#a6e00c3de44c3a542bfaae70abfc22420a6da825" |
2605 | | - integrity sha512-RHiac9mvaRw0x3AYRgDC1CxAP7HTcNrrECeA8YYJeWnpo+2Q5CegtZjaotWTWxDG3UeGA1coE05iH1mPjT/2mg== |
2606 | | - dependencies: |
2607 | | - brace-expansion "^2.0.1" |
2608 | | - |
2609 | 2587 | minimatch@^3.0.5, minimatch@^3.1.1, minimatch@^3.1.2: |
2610 | 2588 | version "3.1.2" |
2611 | 2589 | resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.1.2.tgz#19cd194bfd3e428f049a70817c038d89ab4be35b" |
2612 | 2590 | integrity sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw== |
2613 | 2591 | dependencies: |
2614 | 2592 | brace-expansion "^1.1.7" |
2615 | 2593 |
|
| 2594 | +minimatch@^9.0.4: |
| 2595 | + version "9.0.4" |
| 2596 | + resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.4.tgz#8e49c731d1749cbec05050ee5145147b32496a51" |
| 2597 | + integrity sha512-KqWh+VchfxcMNRAJjj2tnsSJdNbHsVgnkBhTNrW7AjVo6OvLtxw8zfT9oLw1JSohlFzJ8jCoTgaoXvJ+kHt6fw== |
| 2598 | + dependencies: |
| 2599 | + brace-expansion "^2.0.1" |
| 2600 | + |
2616 | 2601 | minimist@^1.2.0, minimist@^1.2.6: |
2617 | 2602 | version "1.2.8" |
2618 | 2603 | resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.8.tgz#c1a464e7693302e082a075cee0c057741ac4772c" |
@@ -3131,7 +3116,7 @@ semver@^6.3.1: |
3131 | 3116 | resolved "https://registry.yarnpkg.com/semver/-/semver-6.3.1.tgz#556d2ef8689146e46dcea4bfdd095f3434dffcb4" |
3132 | 3117 | integrity sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA== |
3133 | 3118 |
|
3134 | | -semver@^7.5.4: |
| 3119 | +semver@^7.6.0: |
3135 | 3120 | version "7.6.2" |
3136 | 3121 | resolved "https://registry.yarnpkg.com/semver/-/semver-7.6.2.tgz#1e3b34759f896e8f14d6134732ce798aeb0c6e13" |
3137 | 3122 | integrity sha512-FNAIBWCx9qcRhoHcgcJ0gvU7SN1lYU2ZXuSfl04bSC5OpvDHFyJCjdNHomPXxjQlCBU67YW64PzY7/VIEH7F2w== |
@@ -3338,7 +3323,7 @@ to-regex-range@^5.0.1: |
3338 | 3323 | dependencies: |
3339 | 3324 | is-number "^7.0.0" |
3340 | 3325 |
|
3341 | | -ts-api-utils@^1.0.1: |
| 3326 | +ts-api-utils@^1.3.0: |
3342 | 3327 | version "1.3.0" |
3343 | 3328 | resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-1.3.0.tgz#4b490e27129f1e8e686b45cc4ab63714dc60eea1" |
3344 | 3329 | integrity sha512-UQMIo7pb8WRomKR1/+MFVLTroIvDVtMX3K6OUir8ynLyzB8Jeriont2bTAtmNPa1ekAgN7YPDyf6V+ygrdU+eQ== |
|
0 commit comments