|
33 | 33 | "@babel/highlight" "^7.24.2" |
34 | 34 | picocolors "^1.0.0" |
35 | 35 |
|
| 36 | +"@babel/code-frame@^7.28.6", "@babel/code-frame@^7.29.0": |
| 37 | + version "7.29.0" |
| 38 | + resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.29.0.tgz#7cd7a59f15b3cc0dcd803038f7792712a7d0b15c" |
| 39 | + integrity sha512-9NhCeYjq9+3uxgdtp20LSiJXJvN0FeCtNGpJxuMFZ1Kv3cWUNb6DOhJwUvcVCzKGR66cw4njwM6hrJLqgOwbcw== |
| 40 | + dependencies: |
| 41 | + "@babel/helper-validator-identifier" "^7.28.5" |
| 42 | + js-tokens "^4.0.0" |
| 43 | + picocolors "^1.1.1" |
| 44 | + |
36 | 45 | "@babel/compat-data@^7.22.6", "@babel/compat-data@^7.23.5", "@babel/compat-data@^7.24.1": |
37 | 46 | version "7.24.1" |
38 | 47 | resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.24.1.tgz#31c1f66435f2a9c329bb5716a6d6186c516c3742" |
|
99 | 108 | "@jridgewell/trace-mapping" "^0.3.25" |
100 | 109 | jsesc "^2.5.1" |
101 | 110 |
|
| 111 | +"@babel/generator@^7.29.0": |
| 112 | + version "7.29.1" |
| 113 | + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.29.1.tgz#d09876290111abbb00ef962a7b83a5307fba0d50" |
| 114 | + integrity sha512-qsaF+9Qcm2Qv8SRIMMscAvG4O3lJ0F1GuMo5HR/Bp02LopNgnZBC/EkbevHFeGs4ls/oPz9v+Bsmzbkbe+0dUw== |
| 115 | + dependencies: |
| 116 | + "@babel/parser" "^7.29.0" |
| 117 | + "@babel/types" "^7.29.0" |
| 118 | + "@jridgewell/gen-mapping" "^0.3.12" |
| 119 | + "@jridgewell/trace-mapping" "^0.3.28" |
| 120 | + jsesc "^3.0.2" |
| 121 | + |
102 | 122 | "@babel/generator@^7.6.2": |
103 | 123 | version "7.6.2" |
104 | 124 | resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.6.2.tgz#dac8a3c2df118334c2a29ff3446da1636a8f8c03" |
|
182 | 202 | "@babel/template" "^7.22.15" |
183 | 203 | "@babel/types" "^7.23.0" |
184 | 204 |
|
| 205 | +"@babel/helper-globals@^7.28.0": |
| 206 | + version "7.28.0" |
| 207 | + resolved "https://registry.yarnpkg.com/@babel/helper-globals/-/helper-globals-7.28.0.tgz#b9430df2aa4e17bc28665eadeae8aa1d985e6674" |
| 208 | + integrity sha512-+W6cISkXFa1jXsDEdYA8HeevQT/FULhxzR99pxphltZcVaugps53THCeiWA8SguxxpSp3gKPiuYfSWopkLQ4hw== |
| 209 | + |
185 | 210 | "@babel/helper-hoist-variables@^7.22.5": |
186 | 211 | version "7.22.5" |
187 | 212 | resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.22.5.tgz#c01a007dac05c085914e8fb652b339db50d823bb" |
|
210 | 235 | dependencies: |
211 | 236 | "@babel/types" "^7.24.0" |
212 | 237 |
|
| 238 | +"@babel/helper-module-imports@^7.28.6": |
| 239 | + version "7.28.6" |
| 240 | + resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.28.6.tgz#60632cbd6ffb70b22823187201116762a03e2d5c" |
| 241 | + integrity sha512-l5XkZK7r7wa9LucGw9LwZyyCUscb4x37JWTPz7swwFE/0FMQAGpiWUZn8u9DzkSBWEcK25jmvubfpw2dnAMdbw== |
| 242 | + dependencies: |
| 243 | + "@babel/traverse" "^7.28.6" |
| 244 | + "@babel/types" "^7.28.6" |
| 245 | + |
213 | 246 | "@babel/helper-module-transforms@^7.23.3": |
214 | 247 | version "7.23.3" |
215 | 248 | resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.23.3.tgz#d7d12c3c5d30af5b3c0fcab2a6d5217773e2d0f1" |
|
221 | 254 | "@babel/helper-split-export-declaration" "^7.22.6" |
222 | 255 | "@babel/helper-validator-identifier" "^7.22.20" |
223 | 256 |
|
| 257 | +"@babel/helper-module-transforms@^7.28.6": |
| 258 | + version "7.28.6" |
| 259 | + resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.28.6.tgz#9312d9d9e56edc35aeb6e95c25d4106b50b9eb1e" |
| 260 | + integrity sha512-67oXFAYr2cDLDVGLXTEABjdBJZ6drElUSI7WKp70NrpyISso3plG9SAGEF6y7zbha/wOzUByWWTJvEDVNIUGcA== |
| 261 | + dependencies: |
| 262 | + "@babel/helper-module-imports" "^7.28.6" |
| 263 | + "@babel/helper-validator-identifier" "^7.28.5" |
| 264 | + "@babel/traverse" "^7.28.6" |
| 265 | + |
224 | 266 | "@babel/helper-module-transforms@^7.4.4": |
225 | 267 | version "7.5.5" |
226 | 268 | resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.5.5.tgz#f84ff8a09038dcbca1fd4355661a500937165b4a" |
|
250 | 292 | resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.24.0.tgz#945681931a52f15ce879fd5b86ce2dae6d3d7f2a" |
251 | 293 | integrity sha512-9cUznXMG0+FxRuJfvL82QlTqIzhVW9sL0KjMPHhAOOvpQGL8QtdxnBKILjBqxlHyliz0yCa1G903ZXI/FuHy2w== |
252 | 294 |
|
| 295 | +"@babel/helper-plugin-utils@^7.28.6": |
| 296 | + version "7.28.6" |
| 297 | + resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.28.6.tgz#6f13ea251b68c8532e985fd532f28741a8af9ac8" |
| 298 | + integrity sha512-S9gzZ/bz83GRysI7gAD4wPT/AI3uCnY+9xn+Mx/KPs2JwHJIz1W8PZkg2cqyt3RNOBM8ejcXhV6y8Og7ly/Dug== |
| 299 | + |
253 | 300 | "@babel/helper-remap-async-to-generator@^7.22.20": |
254 | 301 | version "7.22.20" |
255 | 302 | resolved "https://registry.yarnpkg.com/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.22.20.tgz#7b68e1cb4fa964d2996fd063723fb48eca8498e0" |
|
314 | 361 | resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.24.1.tgz#f99c36d3593db9540705d0739a1f10b5e20c696e" |
315 | 362 | integrity sha512-2ofRCjnnA9y+wk8b9IAREroeUP02KHp431N2mhKniy2yKIDKpbrHv9eXwm8cBeWQYcJmzv5qKCu65P47eCF7CQ== |
316 | 363 |
|
| 364 | +"@babel/helper-string-parser@^7.27.1": |
| 365 | + version "7.27.1" |
| 366 | + resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.27.1.tgz#54da796097ab19ce67ed9f88b47bb2ec49367687" |
| 367 | + integrity sha512-qMlSxKbpRlAridDExk92nSobyDdpPijUq2DW6oDnUqd0iOGxmQjyqhMIihI9+zv4LPyZdRje2cavWPbCbWm3eA== |
| 368 | + |
317 | 369 | "@babel/helper-validator-identifier@^7.22.20": |
318 | 370 | version "7.22.20" |
319 | 371 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.20.tgz#c4ae002c61d2879e724581d96665583dbc1dc0e0" |
320 | 372 | integrity sha512-Y4OZ+ytlatR8AI+8KZfKuL5urKp7qey08ha31L8b3BwewJAoJamTzyvxPR/5D+KkdJCGPq/+8TukHBlY10FX9A== |
321 | 373 |
|
| 374 | +"@babel/helper-validator-identifier@^7.28.5": |
| 375 | + version "7.28.5" |
| 376 | + resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.28.5.tgz#010b6938fab7cb7df74aa2bbc06aa503b8fe5fb4" |
| 377 | + integrity sha512-qSs4ifwzKJSV39ucNjsvc6WVHs6b7S03sOh2OcHF9UHfVPqWWALUsNUVzhSBiItjRZoLHx7nIarVjqKVusUZ1Q== |
| 378 | + |
322 | 379 | "@babel/helper-validator-option@^7.23.5": |
323 | 380 | version "7.23.5" |
324 | 381 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.23.5.tgz#907a3fbd4523426285365d1206c423c4c5520307" |
|
389 | 446 | resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.24.1.tgz#1e416d3627393fab1cb5b0f2f1796a100ae9133a" |
390 | 447 | integrity sha512-Zo9c7N3xdOIQrNip7Lc9wvRPzlRtovHVE4lkz8WEDr7uYh/GMQhSiIgFxGIArRHYdJE5kxtZjAf8rT0xhdLCzg== |
391 | 448 |
|
| 449 | +"@babel/parser@^7.28.6", "@babel/parser@^7.29.0": |
| 450 | + version "7.29.3" |
| 451 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.29.3.tgz#116f70a77958307fceac27747573032f8a62f88e" |
| 452 | + integrity sha512-b3ctpQwp+PROvU/cttc4OYl4MzfJUWy6FZg+PMXfzmt/+39iHVF0sDfqay8TQM3JA2EUOyKcFZt75jWriQijsA== |
| 453 | + dependencies: |
| 454 | + "@babel/types" "^7.29.0" |
| 455 | + |
392 | 456 | "@babel/parser@^7.6.0", "@babel/parser@^7.6.2": |
393 | 457 | version "7.6.2" |
394 | 458 | resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.6.2.tgz#205e9c95e16ba3b8b96090677a67c9d6075b70a1" |
|
750 | 814 | "@babel/helper-simple-access" "^7.22.5" |
751 | 815 |
|
752 | 816 | "@babel/plugin-transform-modules-systemjs@^7.24.1": |
753 | | - version "7.24.1" |
754 | | - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.24.1.tgz#2b9625a3d4e445babac9788daec39094e6b11e3e" |
755 | | - integrity sha512-mqQ3Zh9vFO1Tpmlt8QPnbwGHzNz3lpNEMxQb1kAemn/erstyqw1r9KeOlOfo3y6xAnFEcOv2tSyrXfmMk+/YZA== |
| 817 | + version "7.29.4" |
| 818 | + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.29.4.tgz#f621105da99919c15cf4bde6fcc7346ef95e7b20" |
| 819 | + integrity sha512-N7QmZ0xRZfjHOfZeQLJjwgX2zS9pdGHSVl/cjSGlo4dXMqvurfxXDMKY4RqEKzPozV78VMcd0lxyG13mlbKc4w== |
756 | 820 | dependencies: |
757 | | - "@babel/helper-hoist-variables" "^7.22.5" |
758 | | - "@babel/helper-module-transforms" "^7.23.3" |
759 | | - "@babel/helper-plugin-utils" "^7.24.0" |
760 | | - "@babel/helper-validator-identifier" "^7.22.20" |
| 821 | + "@babel/helper-module-transforms" "^7.28.6" |
| 822 | + "@babel/helper-plugin-utils" "^7.28.6" |
| 823 | + "@babel/helper-validator-identifier" "^7.28.5" |
| 824 | + "@babel/traverse" "^7.29.0" |
761 | 825 |
|
762 | 826 | "@babel/plugin-transform-modules-umd@^7.24.1": |
763 | 827 | version "7.24.1" |
|
1081 | 1145 | "@babel/parser" "^7.24.0" |
1082 | 1146 | "@babel/types" "^7.24.0" |
1083 | 1147 |
|
| 1148 | +"@babel/template@^7.28.6": |
| 1149 | + version "7.28.6" |
| 1150 | + resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.28.6.tgz#0e7e56ecedb78aeef66ce7972b082fce76a23e57" |
| 1151 | + integrity sha512-YA6Ma2KsCdGb+WC6UpBVFJGXL58MDA6oyONbjyF/+5sBgxY/dwkhLogbMT2GXXyU84/IhRw/2D1Os1B/giz+BQ== |
| 1152 | + dependencies: |
| 1153 | + "@babel/code-frame" "^7.28.6" |
| 1154 | + "@babel/parser" "^7.28.6" |
| 1155 | + "@babel/types" "^7.28.6" |
| 1156 | + |
1084 | 1157 | "@babel/traverse@^7.24.1": |
1085 | 1158 | version "7.24.1" |
1086 | 1159 | resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.24.1.tgz#d65c36ac9dd17282175d1e4a3c49d5b7988f530c" |
|
1097 | 1170 | debug "^4.3.1" |
1098 | 1171 | globals "^11.1.0" |
1099 | 1172 |
|
| 1173 | +"@babel/traverse@^7.28.6", "@babel/traverse@^7.29.0": |
| 1174 | + version "7.29.0" |
| 1175 | + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.29.0.tgz#f323d05001440253eead3c9c858adbe00b90310a" |
| 1176 | + integrity sha512-4HPiQr0X7+waHfyXPZpWPfWL/J7dcN1mx9gL6WdQVMbPnF3+ZhSMs8tCxN7oHddJE9fhNE7+lxdnlyemKfJRuA== |
| 1177 | + dependencies: |
| 1178 | + "@babel/code-frame" "^7.29.0" |
| 1179 | + "@babel/generator" "^7.29.0" |
| 1180 | + "@babel/helper-globals" "^7.28.0" |
| 1181 | + "@babel/parser" "^7.29.0" |
| 1182 | + "@babel/template" "^7.28.6" |
| 1183 | + "@babel/types" "^7.29.0" |
| 1184 | + debug "^4.3.1" |
| 1185 | + |
1100 | 1186 | "@babel/traverse@^7.6.2": |
1101 | 1187 | version "7.23.2" |
1102 | 1188 | resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.23.2.tgz#329c7a06735e144a506bdb2cad0268b7f46f4ad8" |
|
1140 | 1226 | "@babel/helper-validator-identifier" "^7.22.20" |
1141 | 1227 | to-fast-properties "^2.0.0" |
1142 | 1228 |
|
| 1229 | +"@babel/types@^7.28.6", "@babel/types@^7.29.0": |
| 1230 | + version "7.29.0" |
| 1231 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.29.0.tgz#9f5b1e838c446e72cf3cd4b918152b8c605e37c7" |
| 1232 | + integrity sha512-LwdZHpScM4Qz8Xw2iKSzS+cfglZzJGvofQICy7W7v4caru4EaAmyUuO6BGrbyQ2mYV11W0U8j5mBhd14dd3B0A== |
| 1233 | + dependencies: |
| 1234 | + "@babel/helper-string-parser" "^7.27.1" |
| 1235 | + "@babel/helper-validator-identifier" "^7.28.5" |
| 1236 | + |
1143 | 1237 | "@fortawesome/fontawesome-free@^5.10.2": |
1144 | 1238 | version "5.11.2" |
1145 | 1239 | resolved "https://registry.yarnpkg.com/@fortawesome/fontawesome-free/-/fontawesome-free-5.11.2.tgz#8644bc25b19475779a7b7c1fc104bc0a794f4465" |
1146 | 1240 | integrity sha512-XiUPoS79r1G7PcpnNtq85TJ7inJWe0v+b5oZJZKb0pGHNIV6+UiNeQWiFGmuQ0aj7GEhnD/v9iqxIsjuRKtEnQ== |
1147 | 1241 |
|
| 1242 | +"@jridgewell/gen-mapping@^0.3.12": |
| 1243 | + version "0.3.13" |
| 1244 | + resolved "https://registry.yarnpkg.com/@jridgewell/gen-mapping/-/gen-mapping-0.3.13.tgz#6342a19f44347518c93e43b1ac69deb3c4656a1f" |
| 1245 | + integrity sha512-2kkt/7niJ6MgEPxF0bYdQ6etZaA+fQvDcLKckhy1yIQOzaoKjBBjSj63/aLVjYE3qhRt5dvM+uUyfCg6UKCBbA== |
| 1246 | + dependencies: |
| 1247 | + "@jridgewell/sourcemap-codec" "^1.5.0" |
| 1248 | + "@jridgewell/trace-mapping" "^0.3.24" |
| 1249 | + |
1148 | 1250 | "@jridgewell/gen-mapping@^0.3.2": |
1149 | 1251 | version "0.3.3" |
1150 | 1252 | resolved "https://registry.yarnpkg.com/@jridgewell/gen-mapping/-/gen-mapping-0.3.3.tgz#7e02e6eb5df901aaedb08514203b096614024098" |
|
1183 | 1285 | resolved "https://registry.yarnpkg.com/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.15.tgz#d7c6e6755c78567a951e04ab52ef0fd26de59f32" |
1184 | 1286 | integrity sha512-eF2rxCRulEKXHTRiDrDy6erMYWqNw4LPdQ8UQA4huuxaQsVeRPFl2oM8oDGxMFhJUWZf9McpLtJasDDZb/Bpeg== |
1185 | 1287 |
|
| 1288 | +"@jridgewell/sourcemap-codec@^1.5.0": |
| 1289 | + version "1.5.5" |
| 1290 | + resolved "https://registry.yarnpkg.com/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.5.tgz#6912b00d2c631c0d15ce1a7ab57cd657f2a8f8ba" |
| 1291 | + integrity sha512-cYQ9310grqxueWbl+WuIUIaiUaDcj7WOq5fVhEljNVgRfOUhY9fy2zTvfoqWsnebh8Sl70VScFbICvJnLKB0Og== |
| 1292 | + |
1186 | 1293 | "@jridgewell/trace-mapping@^0.3.17", "@jridgewell/trace-mapping@^0.3.9": |
1187 | 1294 | version "0.3.20" |
1188 | 1295 | resolved "https://registry.yarnpkg.com/@jridgewell/trace-mapping/-/trace-mapping-0.3.20.tgz#72e45707cf240fa6b081d0366f8265b0cd10197f" |
|
1199 | 1306 | "@jridgewell/resolve-uri" "^3.1.0" |
1200 | 1307 | "@jridgewell/sourcemap-codec" "^1.4.14" |
1201 | 1308 |
|
| 1309 | +"@jridgewell/trace-mapping@^0.3.28": |
| 1310 | + version "0.3.31" |
| 1311 | + resolved "https://registry.yarnpkg.com/@jridgewell/trace-mapping/-/trace-mapping-0.3.31.tgz#db15d6781c931f3a251a3dac39501c98a6082fd0" |
| 1312 | + integrity sha512-zzNR+SdQSDJzc8joaeP8QQoCQr8NuYx2dIIytl1QeBEZHJ9uW6hebsrYgbz8hJwUQao3TWCMtmfV8Nu1twOLAw== |
| 1313 | + dependencies: |
| 1314 | + "@jridgewell/resolve-uri" "^3.1.0" |
| 1315 | + "@jridgewell/sourcemap-codec" "^1.4.14" |
| 1316 | + |
1202 | 1317 | "@sindresorhus/is@^0.14.0": |
1203 | 1318 | version "0.14.0" |
1204 | 1319 | resolved "https://registry.yarnpkg.com/@sindresorhus/is/-/is-0.14.0.tgz#9fb3a3cf3132328151f353de4632e01e52102bea" |
@@ -3802,6 +3917,11 @@ jsesc@^2.5.1: |
3802 | 3917 | resolved "https://registry.yarnpkg.com/jsesc/-/jsesc-2.5.2.tgz#80564d2e483dacf6e8ef209650a67df3f0c283a4" |
3803 | 3918 | integrity sha512-OYu7XEzjkCQ3C5Ps3QIZsQfNpqoJyZZA99wd9aWd05NCtC5pWOkShK2mkL6HXQR6/Cy2lbNdPlZBpuQHXE63gA== |
3804 | 3919 |
|
| 3920 | +jsesc@^3.0.2: |
| 3921 | + version "3.1.0" |
| 3922 | + resolved "https://registry.yarnpkg.com/jsesc/-/jsesc-3.1.0.tgz#74d335a234f67ed19907fdadfac7ccf9d409825d" |
| 3923 | + integrity sha512-/sM3dO2FOzXjKQhJuo0Q173wf2KOo8t4I8vHy6lF9poUp7bKT0/NHE8fPX23PwfhnykfqnC2xRxOnVw5XuGIaA== |
| 3924 | + |
3805 | 3925 | jsesc@~0.5.0: |
3806 | 3926 | version "0.5.0" |
3807 | 3927 | resolved "https://registry.yarnpkg.com/jsesc/-/jsesc-0.5.0.tgz#e7dee66e35d6fc16f710fe91d5cf69f70f08911d" |
@@ -4935,6 +5055,11 @@ picocolors@^1.0.0: |
4935 | 5055 | resolved "https://registry.yarnpkg.com/picocolors/-/picocolors-1.0.0.tgz#cb5bdc74ff3f51892236eaf79d68bc44564ab81c" |
4936 | 5056 | integrity sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ== |
4937 | 5057 |
|
| 5058 | +picocolors@^1.1.1: |
| 5059 | + version "1.1.1" |
| 5060 | + resolved "https://registry.yarnpkg.com/picocolors/-/picocolors-1.1.1.tgz#3d321af3eab939b083c8f929a1d12cda81c26b6b" |
| 5061 | + integrity sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA== |
| 5062 | + |
4938 | 5063 | picomatch@^2.0.4, picomatch@^2.2.1: |
4939 | 5064 | version "2.3.2" |
4940 | 5065 | resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-2.3.2.tgz#5a942915e26b372dc0f0e6753149a16e6b1c5601" |
|
0 commit comments