|
487 | 487 | dependencies: |
488 | 488 | eslint-visitor-keys "^3.3.0" |
489 | 489 |
|
490 | | -"@eslint-community/regexpp@^4.5.1", "@eslint-community/regexpp@^4.6.1": |
| 490 | +"@eslint-community/regexpp@^4.10.0": |
| 491 | + version "4.12.2" |
| 492 | + resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.12.2.tgz#bccdf615bcf7b6e8db830ec0b8d21c9a25de597b" |
| 493 | + integrity sha512-EriSTlt5OC9/7SXkRSCAhfSxxoSUgBm33OH+IkwbdpgoqsSsUg7y3uh+IICI/Qg4BBWr3U2i39RpmycbxMq4ew== |
| 494 | + |
| 495 | +"@eslint-community/regexpp@^4.6.1": |
491 | 496 | version "4.10.1" |
492 | 497 | resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.10.1.tgz#361461e5cb3845d874e61731c11cfedd664d83a0" |
493 | 498 | integrity sha512-Zm2NGpWELsQAD1xsJzGQpYfvICSsFkEpU0jxBjfdC6uNEWXcHnfs9hScFWtXVDVl+rBQJGrl4g1vcKIejpH9dA== |
|
979 | 984 | expect "^29.0.0" |
980 | 985 | pretty-format "^29.0.0" |
981 | 986 |
|
982 | | -"@types/json-schema@^7.0.12": |
983 | | - version "7.0.15" |
984 | | - resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.15.tgz#596a1747233694d50f6ad8a7869fcb6f56cf5841" |
985 | | - integrity sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA== |
986 | | - |
987 | 987 | "@types/mdast@^3.0.0": |
988 | 988 | version "3.0.13" |
989 | 989 | resolved "https://registry.yarnpkg.com/@types/mdast/-/mdast-3.0.13.tgz#b7ba6e52d0faeb9c493e32c205f3831022be4e1b" |
|
1025 | 1025 | resolved "https://registry.yarnpkg.com/@types/normalize-package-data/-/normalize-package-data-2.4.2.tgz#9b0e3e8533fe5024ad32d6637eb9589988b6fdca" |
1026 | 1026 | integrity sha512-lqa4UEhhv/2sjjIQgjX8B+RBjj47eo0mzGasklVJ78UKGQY1r0VpB9XHDaZZO9qzEFDdy4MrXLuEaSmPrPSe/A== |
1027 | 1027 |
|
1028 | | -"@types/semver@^7.5.0": |
1029 | | - version "7.5.8" |
1030 | | - resolved "https://registry.yarnpkg.com/@types/semver/-/semver-7.5.8.tgz#8268a8c57a3e4abd25c165ecd36237db7948a55e" |
1031 | | - integrity sha512-I8EUhyrgfLrcTkzV3TSsGyl1tSuPrEDzr0yd5m90UgNxQkyDXULk3b6MlQqTCpZpNtWe1K0hzclnZkTcLBe2UQ== |
1032 | | - |
1033 | 1028 | "@types/semver@^7.7.1": |
1034 | 1029 | version "7.7.1" |
1035 | 1030 | resolved "https://registry.yarnpkg.com/@types/semver/-/semver-7.7.1.tgz#3ce3af1a5524ef327d2da9e4fd8b6d95c8d70528" |
|
1090 | 1085 | dependencies: |
1091 | 1086 | "@types/node" "*" |
1092 | 1087 |
|
1093 | | -"@typescript-eslint/eslint-plugin@6.21.0": |
1094 | | - version "6.21.0" |
1095 | | - resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-6.21.0.tgz#30830c1ca81fd5f3c2714e524c4303e0194f9cd3" |
1096 | | - integrity sha512-oy9+hTPCUFpngkEZUSzbf9MxI65wbKFoQYsgPdILTfbUldp5ovUuphZVe4i30emU9M/kP+T64Di0mxl7dSw3MA== |
| 1088 | +"@typescript-eslint/eslint-plugin@7.18.0": |
| 1089 | + version "7.18.0" |
| 1090 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-7.18.0.tgz#b16d3cf3ee76bf572fdf511e79c248bdec619ea3" |
| 1091 | + integrity sha512-94EQTWZ40mzBc42ATNIBimBEDltSJ9RQHCC8vc/PDbxi4k8dVwUAv4o98dk50M1zB+JGFxp43FP7f8+FP8R6Sw== |
1097 | 1092 | dependencies: |
1098 | | - "@eslint-community/regexpp" "^4.5.1" |
1099 | | - "@typescript-eslint/scope-manager" "6.21.0" |
1100 | | - "@typescript-eslint/type-utils" "6.21.0" |
1101 | | - "@typescript-eslint/utils" "6.21.0" |
1102 | | - "@typescript-eslint/visitor-keys" "6.21.0" |
1103 | | - debug "^4.3.4" |
| 1093 | + "@eslint-community/regexpp" "^4.10.0" |
| 1094 | + "@typescript-eslint/scope-manager" "7.18.0" |
| 1095 | + "@typescript-eslint/type-utils" "7.18.0" |
| 1096 | + "@typescript-eslint/utils" "7.18.0" |
| 1097 | + "@typescript-eslint/visitor-keys" "7.18.0" |
1104 | 1098 | graphemer "^1.4.0" |
1105 | | - ignore "^5.2.4" |
| 1099 | + ignore "^5.3.1" |
1106 | 1100 | natural-compare "^1.4.0" |
1107 | | - semver "^7.5.4" |
1108 | | - ts-api-utils "^1.0.1" |
| 1101 | + ts-api-utils "^1.3.0" |
1109 | 1102 |
|
1110 | | -"@typescript-eslint/parser@6.21.0": |
1111 | | - version "6.21.0" |
1112 | | - resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-6.21.0.tgz#af8fcf66feee2edc86bc5d1cf45e33b0630bf35b" |
1113 | | - integrity sha512-tbsV1jPne5CkFQCgPBcDOt30ItF7aJoZL997JSF7MhGQqOeT3svWRYxiqlfA5RUdlHN6Fi+EI9bxqbdyAUZjYQ== |
| 1103 | +"@typescript-eslint/parser@7.18.0": |
| 1104 | + version "7.18.0" |
| 1105 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-7.18.0.tgz#83928d0f1b7f4afa974098c64b5ce6f9051f96a0" |
| 1106 | + integrity sha512-4Z+L8I2OqhZV8qA132M4wNL30ypZGYOQVBfMgxDH/K5UX0PNqTu1c6za9ST5r9+tavvHiTWmBnKzpCJ/GlVFtg== |
1114 | 1107 | dependencies: |
1115 | | - "@typescript-eslint/scope-manager" "6.21.0" |
1116 | | - "@typescript-eslint/types" "6.21.0" |
1117 | | - "@typescript-eslint/typescript-estree" "6.21.0" |
1118 | | - "@typescript-eslint/visitor-keys" "6.21.0" |
| 1108 | + "@typescript-eslint/scope-manager" "7.18.0" |
| 1109 | + "@typescript-eslint/types" "7.18.0" |
| 1110 | + "@typescript-eslint/typescript-estree" "7.18.0" |
| 1111 | + "@typescript-eslint/visitor-keys" "7.18.0" |
1119 | 1112 | debug "^4.3.4" |
1120 | 1113 |
|
1121 | | -"@typescript-eslint/scope-manager@6.21.0": |
1122 | | - version "6.21.0" |
1123 | | - resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-6.21.0.tgz#ea8a9bfc8f1504a6ac5d59a6df308d3a0630a2b1" |
1124 | | - integrity sha512-OwLUIWZJry80O99zvqXVEioyniJMa+d2GrqpUTqi5/v5D5rOrppJVBPa0yKCblcigC0/aYAzxxqQ1B+DS2RYsg== |
| 1114 | +"@typescript-eslint/scope-manager@7.18.0": |
| 1115 | + version "7.18.0" |
| 1116 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-7.18.0.tgz#c928e7a9fc2c0b3ed92ab3112c614d6bd9951c83" |
| 1117 | + integrity sha512-jjhdIE/FPF2B7Z1uzc6i3oWKbGcHb87Qw7AWj6jmEqNOfDFbJWtjt/XfwCpvNkpGWlcJaog5vTR+VV8+w9JflA== |
1125 | 1118 | dependencies: |
1126 | | - "@typescript-eslint/types" "6.21.0" |
1127 | | - "@typescript-eslint/visitor-keys" "6.21.0" |
| 1119 | + "@typescript-eslint/types" "7.18.0" |
| 1120 | + "@typescript-eslint/visitor-keys" "7.18.0" |
1128 | 1121 |
|
1129 | | -"@typescript-eslint/type-utils@6.21.0": |
1130 | | - version "6.21.0" |
1131 | | - resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-6.21.0.tgz#6473281cfed4dacabe8004e8521cee0bd9d4c01e" |
1132 | | - integrity sha512-rZQI7wHfao8qMX3Rd3xqeYSMCL3SoiSQLBATSiVKARdFGCYSRvmViieZjqc58jKgs8Y8i9YvVVhRbHSTA4VBag== |
| 1122 | +"@typescript-eslint/type-utils@7.18.0": |
| 1123 | + version "7.18.0" |
| 1124 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-7.18.0.tgz#2165ffaee00b1fbbdd2d40aa85232dab6998f53b" |
| 1125 | + integrity sha512-XL0FJXuCLaDuX2sYqZUUSOJ2sG5/i1AAze+axqmLnSkNEVMVYLF+cbwlB2w8D1tinFuSikHmFta+P+HOofrLeA== |
1133 | 1126 | dependencies: |
1134 | | - "@typescript-eslint/typescript-estree" "6.21.0" |
1135 | | - "@typescript-eslint/utils" "6.21.0" |
| 1127 | + "@typescript-eslint/typescript-estree" "7.18.0" |
| 1128 | + "@typescript-eslint/utils" "7.18.0" |
1136 | 1129 | debug "^4.3.4" |
1137 | | - ts-api-utils "^1.0.1" |
| 1130 | + ts-api-utils "^1.3.0" |
1138 | 1131 |
|
1139 | | -"@typescript-eslint/types@6.21.0": |
1140 | | - version "6.21.0" |
1141 | | - resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-6.21.0.tgz#205724c5123a8fef7ecd195075fa6e85bac3436d" |
1142 | | - integrity sha512-1kFmZ1rOm5epu9NZEZm1kckCDGj5UJEf7P1kliH4LKu/RkwpsfqqGmY2OOcUs18lSlQBKLDYBOGxRVtrMN5lpg== |
| 1132 | +"@typescript-eslint/types@7.18.0": |
| 1133 | + version "7.18.0" |
| 1134 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-7.18.0.tgz#b90a57ccdea71797ffffa0321e744f379ec838c9" |
| 1135 | + integrity sha512-iZqi+Ds1y4EDYUtlOOC+aUmxnE9xS/yCigkjA7XpTKV6nCBd3Hp/PRGGmdwnfkV2ThMyYldP1wRpm/id99spTQ== |
1143 | 1136 |
|
1144 | | -"@typescript-eslint/typescript-estree@6.21.0": |
1145 | | - version "6.21.0" |
1146 | | - resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-6.21.0.tgz#c47ae7901db3b8bddc3ecd73daff2d0895688c46" |
1147 | | - integrity sha512-6npJTkZcO+y2/kr+z0hc4HwNfrrP4kNYh57ek7yCNlrBjWQ1Y0OS7jiZTkgumrvkX5HkEKXFZkkdFNkaW2wmUQ== |
| 1137 | +"@typescript-eslint/typescript-estree@7.18.0": |
| 1138 | + version "7.18.0" |
| 1139 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-7.18.0.tgz#b5868d486c51ce8f312309ba79bdb9f331b37931" |
| 1140 | + integrity sha512-aP1v/BSPnnyhMHts8cf1qQ6Q1IFwwRvAQGRvBFkWlo3/lH29OXA3Pts+c10nxRxIBrDnoMqzhgdwVe5f2D6OzA== |
1148 | 1141 | dependencies: |
1149 | | - "@typescript-eslint/types" "6.21.0" |
1150 | | - "@typescript-eslint/visitor-keys" "6.21.0" |
| 1142 | + "@typescript-eslint/types" "7.18.0" |
| 1143 | + "@typescript-eslint/visitor-keys" "7.18.0" |
1151 | 1144 | debug "^4.3.4" |
1152 | 1145 | globby "^11.1.0" |
1153 | 1146 | is-glob "^4.0.3" |
1154 | | - minimatch "9.0.3" |
1155 | | - semver "^7.5.4" |
1156 | | - ts-api-utils "^1.0.1" |
| 1147 | + minimatch "^9.0.4" |
| 1148 | + semver "^7.6.0" |
| 1149 | + ts-api-utils "^1.3.0" |
1157 | 1150 |
|
1158 | | -"@typescript-eslint/utils@6.21.0": |
1159 | | - version "6.21.0" |
1160 | | - resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-6.21.0.tgz#4714e7a6b39e773c1c8e97ec587f520840cd8134" |
1161 | | - integrity sha512-NfWVaC8HP9T8cbKQxHcsJBY5YE1O33+jpMwN45qzWWaPDZgLIbo12toGMWnmhvCpd3sIxkpDw3Wv1B3dYrbDQQ== |
| 1151 | +"@typescript-eslint/utils@7.18.0": |
| 1152 | + version "7.18.0" |
| 1153 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-7.18.0.tgz#bca01cde77f95fc6a8d5b0dbcbfb3d6ca4be451f" |
| 1154 | + integrity sha512-kK0/rNa2j74XuHVcoCZxdFBMF+aq/vH83CXAOHieC+2Gis4mF8jJXT5eAfyD3K0sAxtPuwxaIOIOvhwzVDt/kw== |
1162 | 1155 | dependencies: |
1163 | 1156 | "@eslint-community/eslint-utils" "^4.4.0" |
1164 | | - "@types/json-schema" "^7.0.12" |
1165 | | - "@types/semver" "^7.5.0" |
1166 | | - "@typescript-eslint/scope-manager" "6.21.0" |
1167 | | - "@typescript-eslint/types" "6.21.0" |
1168 | | - "@typescript-eslint/typescript-estree" "6.21.0" |
1169 | | - semver "^7.5.4" |
| 1157 | + "@typescript-eslint/scope-manager" "7.18.0" |
| 1158 | + "@typescript-eslint/types" "7.18.0" |
| 1159 | + "@typescript-eslint/typescript-estree" "7.18.0" |
1170 | 1160 |
|
1171 | | -"@typescript-eslint/visitor-keys@6.21.0": |
1172 | | - version "6.21.0" |
1173 | | - resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-6.21.0.tgz#87a99d077aa507e20e238b11d56cc26ade45fe47" |
1174 | | - integrity sha512-JJtkDduxLi9bivAB+cYOVMtbkqdPOhZ+ZI5LC47MIRrDV4Yn2o+ZnW10Nkmr28xRpSpdJ6Sm42Hjf2+REYXm0A== |
| 1161 | +"@typescript-eslint/visitor-keys@7.18.0": |
| 1162 | + version "7.18.0" |
| 1163 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-7.18.0.tgz#0564629b6124d67607378d0f0332a0495b25e7d7" |
| 1164 | + integrity sha512-cDF0/Gf81QpY3xYyJKDV14Zwdmid5+uuENhjH2EqFaF0ni+yAyq/LzMaIJdhNJXZI7uLzwIlA+V7oWoyn6Curg== |
1175 | 1165 | dependencies: |
1176 | | - "@typescript-eslint/types" "6.21.0" |
1177 | | - eslint-visitor-keys "^3.4.1" |
| 1166 | + "@typescript-eslint/types" "7.18.0" |
| 1167 | + eslint-visitor-keys "^3.4.3" |
1178 | 1168 |
|
1179 | 1169 | "@ungap/structured-clone@^1.2.0": |
1180 | 1170 | version "1.2.0" |
@@ -2442,10 +2432,10 @@ ignore@^5.2.0: |
2442 | 2432 | resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.2.4.tgz#a291c0c6178ff1b960befe47fcdec301674a6324" |
2443 | 2433 | integrity sha512-MAb38BcSbH0eHNBxn7ql2NH/kX33OkB3lZ1BNdh7ENeRChHTYsTvWrMubiIAMNS2llXEEgZ1MUOBtXChP3kaFQ== |
2444 | 2434 |
|
2445 | | -ignore@^5.2.4: |
2446 | | - version "5.3.1" |
2447 | | - resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.3.1.tgz#5073e554cd42c5b33b394375f538b8593e34d4ef" |
2448 | | - integrity sha512-5Fytz/IraMjqpwfd34ke28PTVMjZjJG2MPn5t7OE4eUCUNf8BAa7b5WUS9/Qvr6mwOQS7Mk6vdsMno5he+T8Xw== |
| 2435 | +ignore@^5.3.1: |
| 2436 | + version "5.3.2" |
| 2437 | + resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.3.2.tgz#3cd40e729f3643fd87cb04e50bf0eb722bc596f5" |
| 2438 | + integrity sha512-hsBTNUqQTDwkWtcdYI2i06Y/nUBEsNEDJKjWdigLvegy8kDuJAS8uRlpkkcQpyEXL0Z/pjDy5HBmMjRCJ2gq+g== |
2449 | 2439 |
|
2450 | 2440 | import-fresh@^3.0.0, import-fresh@^3.2.1, import-fresh@^3.3.0: |
2451 | 2441 | version "3.3.0" |
@@ -3553,13 +3543,6 @@ min-indent@^1.0.0: |
3553 | 3543 | resolved "https://registry.yarnpkg.com/min-indent/-/min-indent-1.0.1.tgz#a63f681673b30571fbe8bc25686ae746eefa9869" |
3554 | 3544 | integrity sha512-I9jwMn07Sy/IwOj3zVkVik2JTvgpaykDZEigL6Rx6N9LbMywwUSMtxET+7lVoDLLd3O3IXwJwvuuns8UB/HeAg== |
3555 | 3545 |
|
3556 | | -minimatch@9.0.3: |
3557 | | - version "9.0.3" |
3558 | | - resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.3.tgz#a6e00c3de44c3a542bfaae70abfc22420a6da825" |
3559 | | - integrity sha512-RHiac9mvaRw0x3AYRgDC1CxAP7HTcNrrECeA8YYJeWnpo+2Q5CegtZjaotWTWxDG3UeGA1coE05iH1mPjT/2mg== |
3560 | | - dependencies: |
3561 | | - brace-expansion "^2.0.1" |
3562 | | - |
3563 | 3546 | minimatch@^3.0.4, minimatch@^3.0.5, minimatch@^3.1.1, minimatch@^3.1.2: |
3564 | 3547 | version "3.1.2" |
3565 | 3548 | resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.1.2.tgz#19cd194bfd3e428f049a70817c038d89ab4be35b" |
@@ -4113,7 +4096,7 @@ semver@^6.0.0, semver@^6.3.0, semver@^6.3.1: |
4113 | 4096 | resolved "https://registry.yarnpkg.com/semver/-/semver-6.3.1.tgz#556d2ef8689146e46dcea4bfdd095f3434dffcb4" |
4114 | 4097 | integrity sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA== |
4115 | 4098 |
|
4116 | | -semver@^7.7.3: |
| 4099 | +semver@^7.6.0, semver@^7.7.3: |
4117 | 4100 | version "7.7.3" |
4118 | 4101 | resolved "https://registry.yarnpkg.com/semver/-/semver-7.7.3.tgz#4b5f4143d007633a8dc671cd0a6ef9147b8bb946" |
4119 | 4102 | integrity sha512-SdsKMrI9TdgjdweUSR9MweHA4EJ8YxHn8DFaDisvhVlUOe4BF1tLD7GAj0lIqWVl+dPb/rExr0Btby5loQm20Q== |
@@ -4448,10 +4431,10 @@ trough@^1.0.0: |
4448 | 4431 | resolved "https://registry.yarnpkg.com/trough/-/trough-1.0.5.tgz#b8b639cefad7d0bb2abd37d433ff8293efa5f406" |
4449 | 4432 | integrity sha512-rvuRbTarPXmMb79SmzEp8aqXNKcK+y0XaB298IXueQ8I2PsrATcPBCSPyK/dDNa2iWOhKlfNnOjdAOTBU/nkFA== |
4450 | 4433 |
|
4451 | | -ts-api-utils@^1.0.1: |
4452 | | - version "1.3.0" |
4453 | | - resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-1.3.0.tgz#4b490e27129f1e8e686b45cc4ab63714dc60eea1" |
4454 | | - integrity sha512-UQMIo7pb8WRomKR1/+MFVLTroIvDVtMX3K6OUir8ynLyzB8Jeriont2bTAtmNPa1ekAgN7YPDyf6V+ygrdU+eQ== |
| 4434 | +ts-api-utils@^1.3.0: |
| 4435 | + version "1.4.3" |
| 4436 | + resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-1.4.3.tgz#bfc2215fe6528fecab2b0fba570a2e8a4263b064" |
| 4437 | + integrity sha512-i3eMG77UTMD0hZhgRS562pv83RC6ukSAC2GMNWc+9dieh/+jDM5u5YG+NHX6VNDRHQcHwmsTHctP9LhbC3WxVw== |
4455 | 4438 |
|
4456 | 4439 | ts-jest@29.4.6: |
4457 | 4440 | version "29.4.6" |
|
0 commit comments