|
342 | 342 | dependencies: |
343 | 343 | eslint-visitor-keys "^3.4.3" |
344 | 344 |
|
345 | | -"@eslint-community/regexpp@^4.10.0", "@eslint-community/regexpp@^4.12.1": |
| 345 | +"@eslint-community/eslint-utils@^4.9.1": |
| 346 | + version "4.9.1" |
| 347 | + resolved "https://registry.yarnpkg.com/@eslint-community/eslint-utils/-/eslint-utils-4.9.1.tgz#4e90af67bc51ddee6cdef5284edf572ec376b595" |
| 348 | + integrity sha512-phrYmNiYppR7znFEdqgfWHXR6NCkZEK7hwWDHZUjit/2/U0r6XvkDl0SYnoM51Hq7FhCGdLDT6zxCCOY1hexsQ== |
| 349 | + dependencies: |
| 350 | + eslint-visitor-keys "^3.4.3" |
| 351 | + |
| 352 | +"@eslint-community/regexpp@^4.12.1", "@eslint-community/regexpp@^4.12.2": |
346 | 353 | version "4.12.2" |
347 | 354 | resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.12.2.tgz#bccdf615bcf7b6e8db830ec0b8d21c9a25de597b" |
348 | 355 | integrity sha512-EriSTlt5OC9/7SXkRSCAhfSxxoSUgBm33OH+IkwbdpgoqsSsUg7y3uh+IICI/Qg4BBWr3U2i39RpmycbxMq4ew== |
|
1099 | 1106 | dependencies: |
1100 | 1107 | "@types/node" "*" |
1101 | 1108 |
|
1102 | | -"@typescript-eslint/eslint-plugin@8.50.0": |
1103 | | - version "8.50.0" |
1104 | | - resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.50.0.tgz#a6ce899690542e2affa9543306d2d3935740abb7" |
1105 | | - integrity sha512-O7QnmOXYKVtPrfYzMolrCTfkezCJS9+ljLdKW/+DCvRsc3UAz+sbH6Xcsv7p30+0OwUbeWfUDAQE0vpabZ3QLg== |
1106 | | - dependencies: |
1107 | | - "@eslint-community/regexpp" "^4.10.0" |
1108 | | - "@typescript-eslint/scope-manager" "8.50.0" |
1109 | | - "@typescript-eslint/type-utils" "8.50.0" |
1110 | | - "@typescript-eslint/utils" "8.50.0" |
1111 | | - "@typescript-eslint/visitor-keys" "8.50.0" |
1112 | | - ignore "^7.0.0" |
| 1109 | +"@typescript-eslint/eslint-plugin@8.54.0": |
| 1110 | + version "8.54.0" |
| 1111 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.54.0.tgz#d8899e5c2eccf5c4a20d01c036a193753748454d" |
| 1112 | + integrity sha512-hAAP5io/7csFStuOmR782YmTthKBJ9ND3WVL60hcOjvtGFb+HJxH4O5huAcmcZ9v9G8P+JETiZ/G1B8MALnWZQ== |
| 1113 | + dependencies: |
| 1114 | + "@eslint-community/regexpp" "^4.12.2" |
| 1115 | + "@typescript-eslint/scope-manager" "8.54.0" |
| 1116 | + "@typescript-eslint/type-utils" "8.54.0" |
| 1117 | + "@typescript-eslint/utils" "8.54.0" |
| 1118 | + "@typescript-eslint/visitor-keys" "8.54.0" |
| 1119 | + ignore "^7.0.5" |
1113 | 1120 | natural-compare "^1.4.0" |
1114 | | - ts-api-utils "^2.1.0" |
| 1121 | + ts-api-utils "^2.4.0" |
1115 | 1122 |
|
1116 | | -"@typescript-eslint/parser@8.50.0": |
1117 | | - version "8.50.0" |
1118 | | - resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.50.0.tgz#c35b28f686dbe08e81b9d6208ebc08912549f4ba" |
1119 | | - integrity sha512-6/cmF2piao+f6wSxUsJLZjck7OQsYyRtcOZS02k7XINSNlz93v6emM8WutDQSXnroG2xwYlEVHJI+cPA7CPM3Q== |
| 1123 | +"@typescript-eslint/parser@8.54.0": |
| 1124 | + version "8.54.0" |
| 1125 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.54.0.tgz#3d01a6f54ed247deb9982621f70e7abf1810bd97" |
| 1126 | + integrity sha512-BtE0k6cjwjLZoZixN0t5AKP0kSzlGu7FctRXYuPAm//aaiZhmfq1JwdYpYr1brzEspYyFeF+8XF5j2VK6oalrA== |
1120 | 1127 | dependencies: |
1121 | | - "@typescript-eslint/scope-manager" "8.50.0" |
1122 | | - "@typescript-eslint/types" "8.50.0" |
1123 | | - "@typescript-eslint/typescript-estree" "8.50.0" |
1124 | | - "@typescript-eslint/visitor-keys" "8.50.0" |
1125 | | - debug "^4.3.4" |
| 1128 | + "@typescript-eslint/scope-manager" "8.54.0" |
| 1129 | + "@typescript-eslint/types" "8.54.0" |
| 1130 | + "@typescript-eslint/typescript-estree" "8.54.0" |
| 1131 | + "@typescript-eslint/visitor-keys" "8.54.0" |
| 1132 | + debug "^4.4.3" |
1126 | 1133 |
|
1127 | 1134 | "@typescript-eslint/project-service@8.39.0": |
1128 | 1135 | version "8.39.0" |
|
1133 | 1140 | "@typescript-eslint/types" "^8.39.0" |
1134 | 1141 | debug "^4.3.4" |
1135 | 1142 |
|
1136 | | -"@typescript-eslint/project-service@8.50.0": |
1137 | | - version "8.50.0" |
1138 | | - resolved "https://registry.yarnpkg.com/@typescript-eslint/project-service/-/project-service-8.50.0.tgz#1422366b7cc11fef8c6d87770884e608093423a4" |
1139 | | - integrity sha512-Cg/nQcL1BcoTijEWyx4mkVC56r8dj44bFDvBdygifuS20f3OZCHmFbjF34DPSi07kwlFvqfv/xOLnJ5DquxSGQ== |
| 1143 | +"@typescript-eslint/project-service@8.54.0": |
| 1144 | + version "8.54.0" |
| 1145 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/project-service/-/project-service-8.54.0.tgz#f582aceb3d752544c8e1b11fea8d95d00cf9adc6" |
| 1146 | + integrity sha512-YPf+rvJ1s7MyiWM4uTRhE4DvBXrEV+d8oC3P9Y2eT7S+HBS0clybdMIPnhiATi9vZOYDc7OQ1L/i6ga6NFYK/g== |
1140 | 1147 | dependencies: |
1141 | | - "@typescript-eslint/tsconfig-utils" "^8.50.0" |
1142 | | - "@typescript-eslint/types" "^8.50.0" |
1143 | | - debug "^4.3.4" |
| 1148 | + "@typescript-eslint/tsconfig-utils" "^8.54.0" |
| 1149 | + "@typescript-eslint/types" "^8.54.0" |
| 1150 | + debug "^4.4.3" |
1144 | 1151 |
|
1145 | 1152 | "@typescript-eslint/scope-manager@8.39.0": |
1146 | 1153 | version "8.39.0" |
|
1150 | 1157 | "@typescript-eslint/types" "8.39.0" |
1151 | 1158 | "@typescript-eslint/visitor-keys" "8.39.0" |
1152 | 1159 |
|
1153 | | -"@typescript-eslint/scope-manager@8.50.0": |
1154 | | - version "8.50.0" |
1155 | | - resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.50.0.tgz#e0d6c838dc9044bc679724611b138cb34c81bddf" |
1156 | | - integrity sha512-xCwfuCZjhIqy7+HKxBLrDVT5q/iq7XBVBXLn57RTIIpelLtEIZHXAF/Upa3+gaCpeV1NNS5Z9A+ID6jn50VD4A== |
| 1160 | +"@typescript-eslint/scope-manager@8.54.0": |
| 1161 | + version "8.54.0" |
| 1162 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.54.0.tgz#307dc8cbd80157e2772c2d36216857415a71ab33" |
| 1163 | + integrity sha512-27rYVQku26j/PbHYcVfRPonmOlVI6gihHtXFbTdB5sb6qA0wdAQAbyXFVarQ5t4HRojIz64IV90YtsjQSSGlQg== |
1157 | 1164 | dependencies: |
1158 | | - "@typescript-eslint/types" "8.50.0" |
1159 | | - "@typescript-eslint/visitor-keys" "8.50.0" |
| 1165 | + "@typescript-eslint/types" "8.54.0" |
| 1166 | + "@typescript-eslint/visitor-keys" "8.54.0" |
1160 | 1167 |
|
1161 | 1168 | "@typescript-eslint/tsconfig-utils@8.39.0", "@typescript-eslint/tsconfig-utils@^8.39.0": |
1162 | 1169 | version "8.39.0" |
1163 | 1170 | resolved "https://registry.yarnpkg.com/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.39.0.tgz#b2e87fef41a3067c570533b722f6af47be213f13" |
1164 | 1171 | integrity sha512-Fd3/QjmFV2sKmvv3Mrj8r6N8CryYiCS8Wdb/6/rgOXAWGcFuc+VkQuG28uk/4kVNVZBQuuDHEDUpo/pQ32zsIQ== |
1165 | 1172 |
|
1166 | | -"@typescript-eslint/tsconfig-utils@8.50.0", "@typescript-eslint/tsconfig-utils@^8.50.0": |
1167 | | - version "8.50.0" |
1168 | | - resolved "https://registry.yarnpkg.com/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.50.0.tgz#5c17537ad4c8a13bf6d7393035edaf91a1e13191" |
1169 | | - integrity sha512-vxd3G/ybKTSlm31MOA96gqvrRGv9RJ7LGtZCn2Vrc5htA0zCDvcMqUkifcjrWNNKXHUU3WCkYOzzVSFBd0wa2w== |
| 1173 | +"@typescript-eslint/tsconfig-utils@8.54.0", "@typescript-eslint/tsconfig-utils@^8.54.0": |
| 1174 | + version "8.54.0" |
| 1175 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.54.0.tgz#71dd7ba1674bd48b172fc4c85b2f734b0eae3dbc" |
| 1176 | + integrity sha512-dRgOyT2hPk/JwxNMZDsIXDgyl9axdJI3ogZ2XWhBPsnZUv+hPesa5iuhdYt2gzwA9t8RE5ytOJ6xB0moV0Ujvw== |
1170 | 1177 |
|
1171 | | -"@typescript-eslint/type-utils@8.50.0": |
1172 | | - version "8.50.0" |
1173 | | - resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.50.0.tgz#feb6f54f876980a258b14f1cb033f54fc545d37b" |
1174 | | - integrity sha512-7OciHT2lKCewR0mFoBrvZJ4AXTMe/sYOe87289WAViOocEmDjjv8MvIOT2XESuKj9jp8u3SZYUSh89QA4S1kQw== |
| 1178 | +"@typescript-eslint/type-utils@8.54.0": |
| 1179 | + version "8.54.0" |
| 1180 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.54.0.tgz#64965317dd4118346c2fa5ee94492892200e9fb9" |
| 1181 | + integrity sha512-hiLguxJWHjjwL6xMBwD903ciAwd7DmK30Y9Axs/etOkftC3ZNN9K44IuRD/EB08amu+Zw6W37x9RecLkOo3pMA== |
1175 | 1182 | dependencies: |
1176 | | - "@typescript-eslint/types" "8.50.0" |
1177 | | - "@typescript-eslint/typescript-estree" "8.50.0" |
1178 | | - "@typescript-eslint/utils" "8.50.0" |
1179 | | - debug "^4.3.4" |
1180 | | - ts-api-utils "^2.1.0" |
| 1183 | + "@typescript-eslint/types" "8.54.0" |
| 1184 | + "@typescript-eslint/typescript-estree" "8.54.0" |
| 1185 | + "@typescript-eslint/utils" "8.54.0" |
| 1186 | + debug "^4.4.3" |
| 1187 | + ts-api-utils "^2.4.0" |
1181 | 1188 |
|
1182 | 1189 | "@typescript-eslint/types@8.39.0", "@typescript-eslint/types@^8.39.0": |
1183 | 1190 | version "8.39.0" |
1184 | 1191 | resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.39.0.tgz#80f010b7169d434a91cd0529d70a528dbc9c99c6" |
1185 | 1192 | integrity sha512-ArDdaOllnCj3yn/lzKn9s0pBQYmmyme/v1HbGIGB0GB/knFI3fWMHloC+oYTJW46tVbYnGKTMDK4ah1sC2v0Kg== |
1186 | 1193 |
|
1187 | | -"@typescript-eslint/types@8.50.0", "@typescript-eslint/types@^8.50.0": |
1188 | | - version "8.50.0" |
1189 | | - resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.50.0.tgz#ad8f1ad88ae0096f548c9cdf60da9b92832db96e" |
1190 | | - integrity sha512-iX1mgmGrXdANhhITbpp2QQM2fGehBse9LbTf0sidWK6yg/NE+uhV5dfU1g6EYPlcReYmkE9QLPq/2irKAmtS9w== |
| 1194 | +"@typescript-eslint/types@8.54.0", "@typescript-eslint/types@^8.54.0": |
| 1195 | + version "8.54.0" |
| 1196 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.54.0.tgz#c12d41f67a2e15a8a96fbc5f2d07b17331130889" |
| 1197 | + integrity sha512-PDUI9R1BVjqu7AUDsRBbKMtwmjWcn4J3le+5LpcFgWULN3LvHC5rkc9gCVxbrsrGmO1jfPybN5s6h4Jy+OnkAA== |
1191 | 1198 |
|
1192 | 1199 | "@typescript-eslint/typescript-estree@8.39.0": |
1193 | 1200 | version "8.39.0" |
|
1205 | 1212 | semver "^7.6.0" |
1206 | 1213 | ts-api-utils "^2.1.0" |
1207 | 1214 |
|
1208 | | -"@typescript-eslint/typescript-estree@8.50.0": |
1209 | | - version "8.50.0" |
1210 | | - resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.50.0.tgz#2871d36617f81a127db905fa91b16d1a0251411b" |
1211 | | - integrity sha512-W7SVAGBR/IX7zm1t70Yujpbk+zdPq/u4soeFSknWFdXIFuWsBGBOUu/Tn/I6KHSKvSh91OiMuaSnYp3mtPt5IQ== |
1212 | | - dependencies: |
1213 | | - "@typescript-eslint/project-service" "8.50.0" |
1214 | | - "@typescript-eslint/tsconfig-utils" "8.50.0" |
1215 | | - "@typescript-eslint/types" "8.50.0" |
1216 | | - "@typescript-eslint/visitor-keys" "8.50.0" |
1217 | | - debug "^4.3.4" |
1218 | | - minimatch "^9.0.4" |
1219 | | - semver "^7.6.0" |
| 1215 | +"@typescript-eslint/typescript-estree@8.54.0": |
| 1216 | + version "8.54.0" |
| 1217 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.54.0.tgz#3c7716905b2b811fadbd2114804047d1bfc86527" |
| 1218 | + integrity sha512-BUwcskRaPvTk6fzVWgDPdUndLjB87KYDrN5EYGetnktoeAvPtO4ONHlAZDnj5VFnUANg0Sjm7j4usBlnoVMHwA== |
| 1219 | + dependencies: |
| 1220 | + "@typescript-eslint/project-service" "8.54.0" |
| 1221 | + "@typescript-eslint/tsconfig-utils" "8.54.0" |
| 1222 | + "@typescript-eslint/types" "8.54.0" |
| 1223 | + "@typescript-eslint/visitor-keys" "8.54.0" |
| 1224 | + debug "^4.4.3" |
| 1225 | + minimatch "^9.0.5" |
| 1226 | + semver "^7.7.3" |
1220 | 1227 | tinyglobby "^0.2.15" |
1221 | | - ts-api-utils "^2.1.0" |
| 1228 | + ts-api-utils "^2.4.0" |
1222 | 1229 |
|
1223 | | -"@typescript-eslint/utils@8.50.0": |
1224 | | - version "8.50.0" |
1225 | | - resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.50.0.tgz#107f20a5747eab5db988c5f6ad462b59851cdd1f" |
1226 | | - integrity sha512-87KgUXET09CRjGCi2Ejxy3PULXna63/bMYv72tCAlDJC3Yqwln0HiFJ3VJMst2+mEtNtZu5oFvX4qJGjKsnAgg== |
| 1230 | +"@typescript-eslint/utils@8.54.0": |
| 1231 | + version "8.54.0" |
| 1232 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.54.0.tgz#c79a4bcbeebb4f571278c0183ed1cb601d84c6c8" |
| 1233 | + integrity sha512-9Cnda8GS57AQakvRyG0PTejJNlA2xhvyNtEVIMlDWOOeEyBkYWhGPnfrIAnqxLMTSTo6q8g12XVjjev5l1NvMA== |
1227 | 1234 | dependencies: |
1228 | | - "@eslint-community/eslint-utils" "^4.7.0" |
1229 | | - "@typescript-eslint/scope-manager" "8.50.0" |
1230 | | - "@typescript-eslint/types" "8.50.0" |
1231 | | - "@typescript-eslint/typescript-estree" "8.50.0" |
| 1235 | + "@eslint-community/eslint-utils" "^4.9.1" |
| 1236 | + "@typescript-eslint/scope-manager" "8.54.0" |
| 1237 | + "@typescript-eslint/types" "8.54.0" |
| 1238 | + "@typescript-eslint/typescript-estree" "8.54.0" |
1232 | 1239 |
|
1233 | 1240 | "@typescript-eslint/utils@^8.32.1": |
1234 | 1241 | version "8.39.0" |
|
1248 | 1255 | "@typescript-eslint/types" "8.39.0" |
1249 | 1256 | eslint-visitor-keys "^4.2.1" |
1250 | 1257 |
|
1251 | | -"@typescript-eslint/visitor-keys@8.50.0": |
1252 | | - version "8.50.0" |
1253 | | - resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.50.0.tgz#79d1c95474e08f844dbe13370715cfb9b7e21363" |
1254 | | - integrity sha512-Xzmnb58+Db78gT/CCj/PVCvK+zxbnsw6F+O1oheYszJbBSdEjVhQi3C/Xttzxgi/GLmpvOggRs1RFpiJ8+c34Q== |
| 1258 | +"@typescript-eslint/visitor-keys@8.54.0": |
| 1259 | + version "8.54.0" |
| 1260 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.54.0.tgz#0e4b50124b210b8600b245dd66cbad52deb15590" |
| 1261 | + integrity sha512-VFlhGSl4opC0bprJiItPQ1RfUhGDIBokcPwaFH4yiBCaNPeld/9VeXbiPO1cLyorQi1G1vL+ecBk1x8o1axORA== |
1255 | 1262 | dependencies: |
1256 | | - "@typescript-eslint/types" "8.50.0" |
| 1263 | + "@typescript-eslint/types" "8.54.0" |
1257 | 1264 | eslint-visitor-keys "^4.2.1" |
1258 | 1265 |
|
1259 | 1266 | "@vitejs/plugin-react-swc@^4.0.0": |
@@ -1885,7 +1892,7 @@ debug@4, debug@^4.1.1: |
1885 | 1892 | dependencies: |
1886 | 1893 | ms "^2.1.3" |
1887 | 1894 |
|
1888 | | -debug@^4.1.0, debug@^4.3.1, debug@^4.3.2, debug@^4.3.4: |
| 1895 | +debug@^4.1.0, debug@^4.3.1, debug@^4.3.2, debug@^4.3.4, debug@^4.4.3: |
1889 | 1896 | version "4.4.3" |
1890 | 1897 | resolved "https://registry.yarnpkg.com/debug/-/debug-4.4.3.tgz#c6ae432d9bd9662582fce08709b038c58e9e3d6a" |
1891 | 1898 | integrity sha512-RGwwWnwQvkVfavKVt22FGLw+xYSdzARwm0ru6DhTVA3umU5hZc28V3kO4stgYryrTlLpuvgI9GiijltAjNbcqA== |
@@ -2356,7 +2363,7 @@ ignore@^5.2.0: |
2356 | 2363 | resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.3.2.tgz#3cd40e729f3643fd87cb04e50bf0eb722bc596f5" |
2357 | 2364 | integrity sha512-hsBTNUqQTDwkWtcdYI2i06Y/nUBEsNEDJKjWdigLvegy8kDuJAS8uRlpkkcQpyEXL0Z/pjDy5HBmMjRCJ2gq+g== |
2358 | 2365 |
|
2359 | | -ignore@^7.0.0: |
| 2366 | +ignore@^7.0.5: |
2360 | 2367 | version "7.0.5" |
2361 | 2368 | resolved "https://registry.yarnpkg.com/ignore/-/ignore-7.0.5.tgz#4cb5f6cd7d4c7ab0365738c7aea888baa6d7efd9" |
2362 | 2369 | integrity sha512-Hs59xBNfUIunMFgWAbGX5cq6893IbWg4KnrjbYwX3tx0ztorVgTDA6B2sxf8ejHJ4wz8BqGUMYlnzNBer5NvGg== |
@@ -2609,7 +2616,7 @@ minimatch@^3.1.2: |
2609 | 2616 | dependencies: |
2610 | 2617 | brace-expansion "^1.1.7" |
2611 | 2618 |
|
2612 | | -minimatch@^9.0.4: |
| 2619 | +minimatch@^9.0.4, minimatch@^9.0.5: |
2613 | 2620 | version "9.0.5" |
2614 | 2621 | resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.5.tgz#d74f9dd6b57d83d8e98cfb82133b03978bc929e5" |
2615 | 2622 | integrity sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow== |
@@ -3165,7 +3172,7 @@ semver@^6.3.1: |
3165 | 3172 | resolved "https://registry.yarnpkg.com/semver/-/semver-6.3.1.tgz#556d2ef8689146e46dcea4bfdd095f3434dffcb4" |
3166 | 3173 | integrity sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA== |
3167 | 3174 |
|
3168 | | -semver@^7.6.0: |
| 3175 | +semver@^7.6.0, semver@^7.7.3: |
3169 | 3176 | version "7.7.3" |
3170 | 3177 | resolved "https://registry.yarnpkg.com/semver/-/semver-7.7.3.tgz#4b5f4143d007633a8dc671cd0a6ef9147b8bb946" |
3171 | 3178 | integrity sha512-SdsKMrI9TdgjdweUSR9MweHA4EJ8YxHn8DFaDisvhVlUOe4BF1tLD7GAj0lIqWVl+dPb/rExr0Btby5loQm20Q== |
@@ -3343,6 +3350,11 @@ ts-api-utils@^2.1.0: |
3343 | 3350 | resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-2.1.0.tgz#595f7094e46eed364c13fd23e75f9513d29baf91" |
3344 | 3351 | integrity sha512-CUgTZL1irw8u29bzrOD/nH85jqyc74D6SshFgujOIA7osm2Rz7dYH77agkx7H4FBNxDq7Cjf+IjaX/8zwFW+ZQ== |
3345 | 3352 |
|
| 3353 | +ts-api-utils@^2.4.0: |
| 3354 | + version "2.4.0" |
| 3355 | + resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-2.4.0.tgz#2690579f96d2790253bdcf1ca35d569ad78f9ad8" |
| 3356 | + integrity sha512-3TaVTaAv2gTiMB35i3FiGJaRfwb3Pyn/j3m/bfAvGe8FB7CF6u+LMYqYlDh7reQf7UNvoTvdfAqHGmPGOSsPmA== |
| 3357 | + |
3346 | 3358 | ts-dedent@^2.2.0: |
3347 | 3359 | version "2.2.0" |
3348 | 3360 | resolved "https://registry.yarnpkg.com/ts-dedent/-/ts-dedent-2.2.0.tgz#39e4bd297cd036292ae2394eb3412be63f563bb5" |
@@ -3371,14 +3383,14 @@ typed-query-selector@^2.12.0: |
3371 | 3383 | integrity sha512-SbklCd1F0EiZOyPiW192rrHZzZ5sBijB6xM+cpmrwDqObvdtunOHHIk9fCGsoK5JVIYXoyEp4iEdE3upFH3PAg== |
3372 | 3384 |
|
3373 | 3385 | typescript-eslint@^8.24.1: |
3374 | | - version "8.50.0" |
3375 | | - resolved "https://registry.yarnpkg.com/typescript-eslint/-/typescript-eslint-8.50.0.tgz#b91e73eea65edf46e10425dbeb0dc1ddb0d7fea5" |
3376 | | - integrity sha512-Q1/6yNUmCpH94fbgMUMg2/BSAr/6U7GBk61kZTv1/asghQOWOjTlp9K8mixS5NcJmm2creY+UFfGeW/+OcA64A== |
3377 | | - dependencies: |
3378 | | - "@typescript-eslint/eslint-plugin" "8.50.0" |
3379 | | - "@typescript-eslint/parser" "8.50.0" |
3380 | | - "@typescript-eslint/typescript-estree" "8.50.0" |
3381 | | - "@typescript-eslint/utils" "8.50.0" |
| 3386 | + version "8.54.0" |
| 3387 | + resolved "https://registry.yarnpkg.com/typescript-eslint/-/typescript-eslint-8.54.0.tgz#f4ef3b8882a5ddc2a41968e014194c178ab23f6a" |
| 3388 | + integrity sha512-CKsJ+g53QpsNPqbzUsfKVgd3Lny4yKZ1pP4qN3jdMOg/sisIDLGyDMezycquXLE5JsEU0wp3dGNdzig0/fmSVQ== |
| 3389 | + dependencies: |
| 3390 | + "@typescript-eslint/eslint-plugin" "8.54.0" |
| 3391 | + "@typescript-eslint/parser" "8.54.0" |
| 3392 | + "@typescript-eslint/typescript-estree" "8.54.0" |
| 3393 | + "@typescript-eslint/utils" "8.54.0" |
3382 | 3394 |
|
3383 | 3395 | typescript@~5.9.0: |
3384 | 3396 | version "5.9.3" |
|
0 commit comments