|
59 | 59 | json5 "^2.2.3" |
60 | 60 | semver "^6.3.1" |
61 | 61 |
|
| 62 | +"@babel/core@^7.24.4": |
| 63 | + version "7.28.4" |
| 64 | + resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.28.4.tgz#12a550b8794452df4c8b084f95003bce1742d496" |
| 65 | + integrity sha512-2BCOP7TN8M+gVDj7/ht3hsaO/B/n5oDbiAyyvnRlNOs+u1o+JWNYTQrmpuNp1/Wq2gcFrI01JAW+paEKDMx/CA== |
| 66 | + dependencies: |
| 67 | + "@babel/code-frame" "^7.27.1" |
| 68 | + "@babel/generator" "^7.28.3" |
| 69 | + "@babel/helper-compilation-targets" "^7.27.2" |
| 70 | + "@babel/helper-module-transforms" "^7.28.3" |
| 71 | + "@babel/helpers" "^7.28.4" |
| 72 | + "@babel/parser" "^7.28.4" |
| 73 | + "@babel/template" "^7.27.2" |
| 74 | + "@babel/traverse" "^7.28.4" |
| 75 | + "@babel/types" "^7.28.4" |
| 76 | + "@jridgewell/remapping" "^2.3.5" |
| 77 | + convert-source-map "^2.0.0" |
| 78 | + debug "^4.1.0" |
| 79 | + gensync "^1.0.0-beta.2" |
| 80 | + json5 "^2.2.3" |
| 81 | + semver "^6.3.1" |
| 82 | + |
62 | 83 | "@babel/core@^7.28.0": |
63 | 84 | version "7.28.3" |
64 | 85 | resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.28.3.tgz#aceddde69c5d1def69b839d09efa3e3ff59c97cb" |
|
345 | 366 | "@babel/template" "^7.27.2" |
346 | 367 | "@babel/types" "^7.28.2" |
347 | 368 |
|
| 369 | +"@babel/helpers@^7.28.4": |
| 370 | + version "7.28.4" |
| 371 | + resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.28.4.tgz#fe07274742e95bdf7cf1443593eeb8926ab63827" |
| 372 | + integrity sha512-HFN59MmQXGHVyYadKLVumYsA9dBFun/ldYxipEjzA4196jpLZd8UjEEBLkbEkvfYreDqJhZxYAWFPtrfhNpj4w== |
| 373 | + dependencies: |
| 374 | + "@babel/template" "^7.27.2" |
| 375 | + "@babel/types" "^7.28.4" |
| 376 | + |
348 | 377 | "@babel/parser@^7.1.0", "@babel/parser@^7.20.7", "@babel/parser@^7.25.9", "@babel/parser@^7.26.0", "@babel/parser@^7.26.2": |
349 | 378 | version "7.26.2" |
350 | 379 | resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.26.2.tgz#fd7b6f487cfea09889557ef5d4eeb9ff9a5abd11" |
351 | 380 | integrity sha512-DWMCZH9WA4Maitz2q21SRKHo9QXZxkDsbNZoVD62gusNtNBBqDg9i7uOhASfTfIGNzW+O+r7+jAlM8dwphcJKQ== |
352 | 381 | dependencies: |
353 | 382 | "@babel/types" "^7.26.0" |
354 | 383 |
|
| 384 | +"@babel/parser@^7.24.4", "@babel/parser@^7.28.4": |
| 385 | + version "7.28.4" |
| 386 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.28.4.tgz#da25d4643532890932cc03f7705fe19637e03fa8" |
| 387 | + integrity sha512-yZbBqeM6TkpP9du/I2pUZnJsRMGGvOuIrhjzC1AwHwW+6he4mni6Bp/m8ijn0iOuZuPI2BfkCoSRunpyjnrQKg== |
| 388 | + dependencies: |
| 389 | + "@babel/types" "^7.28.4" |
| 390 | + |
355 | 391 | "@babel/parser@^7.27.2", "@babel/parser@^7.27.4", "@babel/parser@^7.27.5": |
356 | 392 | version "7.27.5" |
357 | 393 | resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.27.5.tgz#ed22f871f110aa285a6fd934a0efed621d118826" |
|
1042 | 1078 | "@babel/types" "^7.28.2" |
1043 | 1079 | debug "^4.3.1" |
1044 | 1080 |
|
| 1081 | +"@babel/traverse@^7.28.4": |
| 1082 | + version "7.28.4" |
| 1083 | + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.28.4.tgz#8d456101b96ab175d487249f60680221692b958b" |
| 1084 | + integrity sha512-YEzuboP2qvQavAcjgQNVgsvHIDv6ZpwXvcvjmyySP2DIMuByS/6ioU5G9pYrWHM6T2YDfc7xga9iNzYOs12CFQ== |
| 1085 | + dependencies: |
| 1086 | + "@babel/code-frame" "^7.27.1" |
| 1087 | + "@babel/generator" "^7.28.3" |
| 1088 | + "@babel/helper-globals" "^7.28.0" |
| 1089 | + "@babel/parser" "^7.28.4" |
| 1090 | + "@babel/template" "^7.27.2" |
| 1091 | + "@babel/types" "^7.28.4" |
| 1092 | + debug "^4.3.1" |
| 1093 | + |
1045 | 1094 | "@babel/types@^7.0.0", "@babel/types@^7.12.6", "@babel/types@^7.20.7", "@babel/types@^7.21.3", "@babel/types@^7.25.9", "@babel/types@^7.26.0", "@babel/types@^7.4.4": |
1046 | 1095 | version "7.26.0" |
1047 | 1096 | resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.26.0.tgz#deabd08d6b753bc8e0f198f8709fb575e31774ff" |
|
1066 | 1115 | "@babel/helper-string-parser" "^7.27.1" |
1067 | 1116 | "@babel/helper-validator-identifier" "^7.27.1" |
1068 | 1117 |
|
| 1118 | +"@babel/types@^7.28.4": |
| 1119 | + version "7.28.4" |
| 1120 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.28.4.tgz#0a4e618f4c60a7cd6c11cb2d48060e4dbe38ac3a" |
| 1121 | + integrity sha512-bkFqkLhh3pMBUQQkpVgWDWq/lqzc2678eUyDlTBhRqhCHFguYYGM0Efga7tYk4TogG/3x0EEl66/OQ+WGbWB/Q== |
| 1122 | + dependencies: |
| 1123 | + "@babel/helper-string-parser" "^7.27.1" |
| 1124 | + "@babel/helper-validator-identifier" "^7.27.1" |
| 1125 | + |
1069 | 1126 | "@cspotcode/source-map-support@^0.8.0": |
1070 | 1127 | version "0.8.1" |
1071 | 1128 | resolved "https://registry.yarnpkg.com/@cspotcode/source-map-support/-/source-map-support-0.8.1.tgz#00629c35a688e05a88b1cda684fb9d5e73f000a1" |
|
1412 | 1469 | "@jridgewell/sourcemap-codec" "^1.4.10" |
1413 | 1470 | "@jridgewell/trace-mapping" "^0.3.24" |
1414 | 1471 |
|
| 1472 | +"@jridgewell/remapping@^2.3.5": |
| 1473 | + version "2.3.5" |
| 1474 | + resolved "https://registry.yarnpkg.com/@jridgewell/remapping/-/remapping-2.3.5.tgz#375c476d1972947851ba1e15ae8f123047445aa1" |
| 1475 | + integrity sha512-LI9u/+laYG4Ds1TDKSJW2YPrIlcVYOwi2fUC6xB43lueCjgxV4lffOCZCtYFiH6TNOX+tQKXx97T4IKHbhyHEQ== |
| 1476 | + dependencies: |
| 1477 | + "@jridgewell/gen-mapping" "^0.3.5" |
| 1478 | + "@jridgewell/trace-mapping" "^0.3.24" |
| 1479 | + |
1415 | 1480 | "@jridgewell/resolve-uri@^3.0.3", "@jridgewell/resolve-uri@^3.1.0": |
1416 | 1481 | version "3.1.2" |
1417 | 1482 | resolved "https://registry.yarnpkg.com/@jridgewell/resolve-uri/-/resolve-uri-3.1.2.tgz#7a0ee601f60f99a20c7c7c5ff0c80388c1189bd6" |
|
2279 | 2344 | dependencies: |
2280 | 2345 | "@types/react" "*" |
2281 | 2346 |
|
2282 | | -"@types/react-dom@^18.2.6": |
2283 | | - version "18.3.1" |
2284 | | - resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-18.3.1.tgz#1e4654c08a9cdcfb6594c780ac59b55aad42fe07" |
2285 | | - integrity sha512-qW1Mfv8taImTthu4KoXgDfLuk4bydU6Q/TkADnDWWHwi4NX4BR+LWfTp2sVmTqRrsHvyDDTelgelxJ+SsejKKQ== |
2286 | | - dependencies: |
2287 | | - "@types/react" "*" |
| 2347 | +"@types/react-dom@^19.0.0": |
| 2348 | + version "19.2.2" |
| 2349 | + resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-19.2.2.tgz#a4cc874797b7ddc9cb180ef0d5dc23f596fc2332" |
| 2350 | + integrity sha512-9KQPoO6mZCi7jcIStSnlOWn2nEF3mNmyr3rIAsGnAbQKYbRLyqmeSc39EVgtxXVia+LMT8j3knZLAZAh+xLmrw== |
2288 | 2351 |
|
2289 | 2352 | "@types/react-reconciler@^0.26.7": |
2290 | 2353 | version "0.26.7" |
|
2307 | 2370 | dependencies: |
2308 | 2371 | "@types/react" "*" |
2309 | 2372 |
|
2310 | | -"@types/react@*", "@types/react@^18.2.14": |
| 2373 | +"@types/react@*": |
2311 | 2374 | version "18.3.13" |
2312 | 2375 | resolved "https://registry.yarnpkg.com/@types/react/-/react-18.3.13.tgz#84c9690d9a271f548659760754ea8745701bfd82" |
2313 | 2376 | integrity sha512-ii/gswMmOievxAJed4PAHT949bpYjPKXvXo1v6cRB/kqc2ZR4n+SgyCyvyc5Fec5ez8VnUumI1Vk7j6fRyRogg== |
2314 | 2377 | dependencies: |
2315 | 2378 | "@types/prop-types" "*" |
2316 | 2379 | csstype "^3.0.2" |
2317 | 2380 |
|
| 2381 | +"@types/react@^19.0.0": |
| 2382 | + version "19.2.2" |
| 2383 | + resolved "https://registry.yarnpkg.com/@types/react/-/react-19.2.2.tgz#ba123a75d4c2a51158697160a4ea2ff70aa6bf36" |
| 2384 | + integrity sha512-6mDvHUFSjyT2B2yeNx2nUgMxh9LtOWvkhIU3uePn2I2oyNymUAX1NIsdgviM4CH+JSrp2D2hsMvJOkxY+0wNRA== |
| 2385 | + dependencies: |
| 2386 | + csstype "^3.0.2" |
| 2387 | + |
2318 | 2388 | "@types/rimraf@^4.0.5": |
2319 | 2389 | version "4.0.5" |
2320 | 2390 | resolved "https://registry.yarnpkg.com/@types/rimraf/-/rimraf-4.0.5.tgz#7a59be11605c22ea3959c21ff8b28b9df1bae1b2" |
@@ -3701,10 +3771,16 @@ eslint-plugin-promise@7.2.1: |
3701 | 3771 | dependencies: |
3702 | 3772 | "@eslint-community/eslint-utils" "^4.4.0" |
3703 | 3773 |
|
3704 | | -eslint-plugin-react-hooks@4.6.2: |
3705 | | - version "4.6.2" |
3706 | | - resolved "https://registry.yarnpkg.com/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-4.6.2.tgz#c829eb06c0e6f484b3fbb85a97e57784f328c596" |
3707 | | - integrity sha512-QzliNJq4GinDBcD8gPB5v0wh6g8q3SUi6EFF0x8N/BL9PoVs0atuGc47ozMRyOWAKdwaZ5OnbOEa3WR+dSGKuQ== |
| 3774 | +eslint-plugin-react-hooks@7.0.0: |
| 3775 | + version "7.0.0" |
| 3776 | + resolved "https://registry.yarnpkg.com/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-7.0.0.tgz#a255a1db826ea42b0e37f160430e4bd0b4b659f9" |
| 3777 | + integrity sha512-fNXaOwvKwq2+pXiRpXc825Vd63+KM4DLL40Rtlycb8m7fYpp6efrTp1sa6ZbP/Ap58K2bEKFXRmhURE+CJAQWw== |
| 3778 | + dependencies: |
| 3779 | + "@babel/core" "^7.24.4" |
| 3780 | + "@babel/parser" "^7.24.4" |
| 3781 | + hermes-parser "^0.25.1" |
| 3782 | + zod "^3.22.4 || ^4.0.0" |
| 3783 | + zod-validation-error "^3.0.3 || ^4.0.0" |
3708 | 3784 |
|
3709 | 3785 | eslint-plugin-react@7.37.5: |
3710 | 3786 | version "7.37.5" |
@@ -4237,6 +4313,18 @@ hasown@^2.0.0, hasown@^2.0.1, hasown@^2.0.2: |
4237 | 4313 | dependencies: |
4238 | 4314 | function-bind "^1.1.2" |
4239 | 4315 |
|
| 4316 | +hermes-estree@0.25.1: |
| 4317 | + version "0.25.1" |
| 4318 | + resolved "https://registry.yarnpkg.com/hermes-estree/-/hermes-estree-0.25.1.tgz#6aeec17d1983b4eabf69721f3aa3eb705b17f480" |
| 4319 | + integrity sha512-0wUoCcLp+5Ev5pDW2OriHC2MJCbwLwuRx+gAqMTOkGKJJiBCLjtrvy4PWUGn6MIVefecRpzoOZ/UV6iGdOr+Cw== |
| 4320 | + |
| 4321 | +hermes-parser@^0.25.1: |
| 4322 | + version "0.25.1" |
| 4323 | + resolved "https://registry.yarnpkg.com/hermes-parser/-/hermes-parser-0.25.1.tgz#5be0e487b2090886c62bd8a11724cd766d5f54d1" |
| 4324 | + integrity sha512-6pEjquH3rqaI6cYAXYPcz9MS4rY6R4ngRgrgfDshRptUZIc3lw0MCIJIGDj9++mfySOuPTHB4nrSW99BCvOPIA== |
| 4325 | + dependencies: |
| 4326 | + hermes-estree "0.25.1" |
| 4327 | + |
4240 | 4328 | hls.js@^1.5.17: |
4241 | 4329 | version "1.5.17" |
4242 | 4330 | resolved "https://registry.yarnpkg.com/hls.js/-/hls.js-1.5.17.tgz#8a4a9bae2df4dab23168156f5f7d0f39a71026fd" |
@@ -5307,13 +5395,12 @@ react-copy-to-clipboard@5.1.0: |
5307 | 5395 | copy-to-clipboard "^3.3.1" |
5308 | 5396 | prop-types "^15.8.1" |
5309 | 5397 |
|
5310 | | -react-dom@18.3.1: |
5311 | | - version "18.3.1" |
5312 | | - resolved "https://registry.yarnpkg.com/react-dom/-/react-dom-18.3.1.tgz#c2265d79511b57d479b3dd3fdfa51536494c5cb4" |
5313 | | - integrity sha512-5m4nQKp+rZRb09LNH59GM4BxTh9251/ylbKIbpe7TpGxfJ+9kv6BLkLBXIjjspbgbnIBNqlI23tRnTWT0snUIw== |
| 5398 | +react-dom@19.2.0: |
| 5399 | + version "19.2.0" |
| 5400 | + resolved "https://registry.yarnpkg.com/react-dom/-/react-dom-19.2.0.tgz#00ed1e959c365e9a9d48f8918377465466ec3af8" |
| 5401 | + integrity sha512-UlbRu4cAiGaIewkPyiRGJk0imDN2T3JjieT6spoL2UeSf5od4n5LB/mQ4ejmxhCFT1tYe8IvaFulzynWovsEFQ== |
5314 | 5402 | dependencies: |
5315 | | - loose-envify "^1.1.0" |
5316 | | - scheduler "^0.23.2" |
| 5403 | + scheduler "^0.27.0" |
5317 | 5404 |
|
5318 | 5405 | react-is@^16.13.1, react-is@^16.7.0: |
5319 | 5406 | version "16.13.1" |
@@ -5385,12 +5472,10 @@ react-use-measure@2.1.7, react-use-measure@^2.1.7: |
5385 | 5472 | resolved "https://registry.yarnpkg.com/react-use-measure/-/react-use-measure-2.1.7.tgz#36b8a2e7fd2fa58109ab851b3addcb0aad66ad1d" |
5386 | 5473 | integrity sha512-KrvcAo13I/60HpwGO5jpW7E9DfusKyLPLvuHlUyP5zqnmAPhNc6qTRjUQrdTADl0lpPpDVU2/Gg51UlOGHXbdg== |
5387 | 5474 |
|
5388 | | -react@18.3.1: |
5389 | | - version "18.3.1" |
5390 | | - resolved "https://registry.yarnpkg.com/react/-/react-18.3.1.tgz#49ab892009c53933625bd16b2533fc754cab2891" |
5391 | | - integrity sha512-wS+hAgJShR0KhEvPJArfuPVN1+Hz1t0Y6n5jLrGQbkb4urgPE/0Rve+1kMB1v/oWgHgm4WIcV+i7F2pTVj+2iQ== |
5392 | | - dependencies: |
5393 | | - loose-envify "^1.1.0" |
| 5475 | +react@19.2.0: |
| 5476 | + version "19.2.0" |
| 5477 | + resolved "https://registry.yarnpkg.com/react/-/react-19.2.0.tgz#d33dd1721698f4376ae57a54098cb47fc75d93a5" |
| 5478 | + integrity sha512-tmbWg6W31tQLeB5cdIBOicJDJRR2KzXsV7uSK9iNfLWQ5bIZfxuPEHp7M8wiHyHnn0DD1i7w3Zmin0FtkrwoCQ== |
5394 | 5479 |
|
5395 | 5480 | readdirp@^4.0.1: |
5396 | 5481 | version "4.0.2" |
@@ -5655,12 +5740,10 @@ scheduler@^0.21.0: |
5655 | 5740 | dependencies: |
5656 | 5741 | loose-envify "^1.1.0" |
5657 | 5742 |
|
5658 | | -scheduler@^0.23.2: |
5659 | | - version "0.23.2" |
5660 | | - resolved "https://registry.yarnpkg.com/scheduler/-/scheduler-0.23.2.tgz#414ba64a3b282892e944cf2108ecc078d115cdc3" |
5661 | | - integrity sha512-UOShsPwz7NrMUqhR6t0hWjFduvOzbtv7toDH1/hIrfRNIDBnnBWd0CwJTGvTpngVlmwGCdP9/Zl/tVrDqcuYzQ== |
5662 | | - dependencies: |
5663 | | - loose-envify "^1.1.0" |
| 5743 | +scheduler@^0.27.0: |
| 5744 | + version "0.27.0" |
| 5745 | + resolved "https://registry.yarnpkg.com/scheduler/-/scheduler-0.27.0.tgz#0c4ef82d67d1e5c1e359e8fc76d3a87f045fe5bd" |
| 5746 | + integrity sha512-eNv+WrVbKu1f3vbYJT/xtiF5syA5HPIMtf9IgY/nKg0sWqzAUEvqY/xm7OcZc/qafLx/iO9FgOmeSAp4v5ti/Q== |
5664 | 5747 |
|
5665 | 5748 | semver@^6.3.1: |
5666 | 5749 | version "6.3.1" |
@@ -6558,6 +6641,16 @@ yocto-queue@^0.1.0: |
6558 | 6641 | resolved "https://registry.yarnpkg.com/yocto-queue/-/yocto-queue-0.1.0.tgz#0294eb3dee05028d31ee1a5fa2c556a6aaf10a1b" |
6559 | 6642 | integrity sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q== |
6560 | 6643 |
|
| 6644 | +"zod-validation-error@^3.0.3 || ^4.0.0": |
| 6645 | + version "4.0.2" |
| 6646 | + resolved "https://registry.yarnpkg.com/zod-validation-error/-/zod-validation-error-4.0.2.tgz#bc605eba49ce0fcd598c127fee1c236be3f22918" |
| 6647 | + integrity sha512-Q6/nZLe6jxuU80qb/4uJ4t5v2VEZ44lzQjPDhYJNztRQ4wyWc6VF3D3Kb/fAuPetZQnhS3hnajCf9CsWesghLQ== |
| 6648 | + |
| 6649 | +"zod@^3.22.4 || ^4.0.0": |
| 6650 | + version "4.1.12" |
| 6651 | + resolved "https://registry.yarnpkg.com/zod/-/zod-4.1.12.tgz#64f1ea53d00eab91853195653b5af9eee68970f0" |
| 6652 | + integrity sha512-JInaHOamG8pt5+Ey8kGmdcAcg3OL9reK8ltczgHTAwNhMys/6ThXHityHxVV2p3fkw/c+MAvBHFVYHFZDmjMCQ== |
| 6653 | + |
6561 | 6654 | zustand@^3.0.3, zustand@^3.7.1: |
6562 | 6655 | version "3.7.2" |
6563 | 6656 | resolved "https://registry.yarnpkg.com/zustand/-/zustand-3.7.2.tgz#7b44c4f4a5bfd7a8296a3957b13e1c346f42514d" |
|
0 commit comments