diff options
author | Chocobozzz <me@florianbigard.com> | 2022-09-12 08:25:59 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2022-09-12 08:25:59 +0200 |
commit | ab2e90f3cae7cfb54a9abbad9779d31959120614 (patch) | |
tree | 049f3a9f4744a6ba985396507d49bb8ef1959595 | |
parent | 01ec3975e0775163740607b45e5a35ffc25b55ed (diff) | |
download | PeerTube-ab2e90f3cae7cfb54a9abbad9779d31959120614.tar.gz PeerTube-ab2e90f3cae7cfb54a9abbad9779d31959120614.tar.zst PeerTube-ab2e90f3cae7cfb54a9abbad9779d31959120614.zip |
Fix webtorrent player
-rw-r--r-- | client/package.json | 2 | ||||
-rw-r--r-- | client/yarn.lock | 28 |
2 files changed, 19 insertions, 11 deletions
diff --git a/client/package.json b/client/package.json index ac65392dc..111bd68a8 100644 --- a/client/package.json +++ b/client/package.json | |||
@@ -137,7 +137,7 @@ | |||
137 | "webpack": "^5.73.0", | 137 | "webpack": "^5.73.0", |
138 | "webpack-bundle-analyzer": "^4.4.2", | 138 | "webpack-bundle-analyzer": "^4.4.2", |
139 | "webpack-cli": "^4.10.0", | 139 | "webpack-cli": "^4.10.0", |
140 | "webtorrent": "^1.8.22", | 140 | "webtorrent": "1.8.26", |
141 | "whatwg-fetch": "^3.0.0", | 141 | "whatwg-fetch": "^3.0.0", |
142 | "zone.js": "~0.11.4" | 142 | "zone.js": "~0.11.4" |
143 | }, | 143 | }, |
diff --git a/client/yarn.lock b/client/yarn.lock index 707218516..23f49d7dc 100644 --- a/client/yarn.lock +++ b/client/yarn.lock | |||
@@ -4276,7 +4276,7 @@ crc32-stream@^4.0.2: | |||
4276 | crc-32 "^1.2.0" | 4276 | crc-32 "^1.2.0" |
4277 | readable-stream "^3.4.0" | 4277 | readable-stream "^3.4.0" |
4278 | 4278 | ||
4279 | create-torrent@^5.0.6: | 4279 | create-torrent@^5.0.4: |
4280 | version "5.0.6" | 4280 | version "5.0.6" |
4281 | resolved "https://registry.yarnpkg.com/create-torrent/-/create-torrent-5.0.6.tgz#cd39772938858d2b9bb61061439af32046e81ab8" | 4281 | resolved "https://registry.yarnpkg.com/create-torrent/-/create-torrent-5.0.6.tgz#cd39772938858d2b9bb61061439af32046e81ab8" |
4282 | integrity sha512-T3C23ZXdgzp6GrmbR3eJ9WSzmsR2ORvsTkr2Md32zmkYyzPmZyK+BayzaZt4kAahCKaLxvpMsvtITP0/WH1Z9g== | 4282 | integrity sha512-T3C23ZXdgzp6GrmbR3eJ9WSzmsR2ORvsTkr2Md32zmkYyzPmZyK+BayzaZt4kAahCKaLxvpMsvtITP0/WH1Z9g== |
@@ -7901,6 +7901,14 @@ multicast-dns@^7.2.5: | |||
7901 | dns-packet "^5.2.2" | 7901 | dns-packet "^5.2.2" |
7902 | thunky "^1.0.2" | 7902 | thunky "^1.0.2" |
7903 | 7903 | ||
7904 | multistream@^4.1.0: | ||
7905 | version "4.1.0" | ||
7906 | resolved "https://registry.yarnpkg.com/multistream/-/multistream-4.1.0.tgz#7bf00dfd119556fbc153cff3de4c6d477909f5a8" | ||
7907 | integrity sha512-J1XDiAmmNpRCBfIWJv+n0ymC4ABcf/Pl+5YvC5B/D2f/2+8PtHvCNxMPKiQcZyi922Hq69J2YOpb1pTywfifyw== | ||
7908 | dependencies: | ||
7909 | once "^1.4.0" | ||
7910 | readable-stream "^3.6.0" | ||
7911 | |||
7904 | mute-stream@0.0.8: | 7912 | mute-stream@0.0.8: |
7905 | version "0.0.8" | 7913 | version "0.0.8" |
7906 | resolved "https://registry.yarnpkg.com/mute-stream/-/mute-stream-0.0.8.tgz#1630c42b2251ff81e2a283de96a5497ea92e5e0d" | 7914 | resolved "https://registry.yarnpkg.com/mute-stream/-/mute-stream-0.0.8.tgz#1630c42b2251ff81e2a283de96a5497ea92e5e0d" |
@@ -10393,7 +10401,7 @@ stream-to-blob-url@^3.0.2: | |||
10393 | dependencies: | 10401 | dependencies: |
10394 | stream-to-blob "^2.0.0" | 10402 | stream-to-blob "^2.0.0" |
10395 | 10403 | ||
10396 | stream-to-blob@^2.0.0: | 10404 | stream-to-blob@^2.0.0, stream-to-blob@^2.0.1: |
10397 | version "2.0.1" | 10405 | version "2.0.1" |
10398 | resolved "https://registry.yarnpkg.com/stream-to-blob/-/stream-to-blob-2.0.1.tgz#59ab71d7a7f0bfb899570e886e44d39f4ac4381a" | 10406 | resolved "https://registry.yarnpkg.com/stream-to-blob/-/stream-to-blob-2.0.1.tgz#59ab71d7a7f0bfb899570e886e44d39f4ac4381a" |
10399 | integrity sha512-GXlqXt3svqwIVWoICenix5Poxi4KbCF0BdXXUbpU1X4vq1V8wmjiEIU3aFJzCGNFpKxfbnG0uoowS3nKUgSPYg== | 10407 | integrity sha512-GXlqXt3svqwIVWoICenix5Poxi4KbCF0BdXXUbpU1X4vq1V8wmjiEIU3aFJzCGNFpKxfbnG0uoowS3nKUgSPYg== |
@@ -11525,10 +11533,10 @@ websocket-extensions@>=0.1.1: | |||
11525 | resolved "https://registry.yarnpkg.com/websocket-extensions/-/websocket-extensions-0.1.4.tgz#7f8473bc839dfd87608adb95d7eb075211578a42" | 11533 | resolved "https://registry.yarnpkg.com/websocket-extensions/-/websocket-extensions-0.1.4.tgz#7f8473bc839dfd87608adb95d7eb075211578a42" |
11526 | integrity sha512-OqedPIGOfsDlo31UNwYbCFMSaO9m9G/0faIHj5/dZFDMFqPTcx6UwqyOy3COEaEOg/9VsGIpdqn62W5KhoKSpg== | 11534 | integrity sha512-OqedPIGOfsDlo31UNwYbCFMSaO9m9G/0faIHj5/dZFDMFqPTcx6UwqyOy3COEaEOg/9VsGIpdqn62W5KhoKSpg== |
11527 | 11535 | ||
11528 | webtorrent@^1.8.22: | 11536 | webtorrent@1.8.26: |
11529 | version "1.8.29" | 11537 | version "1.8.26" |
11530 | resolved "https://registry.yarnpkg.com/webtorrent/-/webtorrent-1.8.29.tgz#5746a023e5919ee007f310228bdb3a34edf10572" | 11538 | resolved "https://registry.yarnpkg.com/webtorrent/-/webtorrent-1.8.26.tgz#c40313f3329d2bdfe8ae23365c17dd77825a829d" |
11531 | integrity sha512-8GLGbDj8Hv3llo0l70jVkgAfvn5hmifU7opnaUVjTcPVA3N96WcpzqGI6j2CRzGGPtshbcypZniiDdENdD9LsQ== | 11539 | integrity sha512-1bbCIDtbk4OA7xXmT87t6jDhnng6RNC9d7HNpRyvxF0GQTrIz1fB3oDnNcbOim9Upjy1GDqxAOe0Mejmc86TUg== |
11532 | dependencies: | 11540 | dependencies: |
11533 | "@webtorrent/http-node" "^1.3.0" | 11541 | "@webtorrent/http-node" "^1.3.0" |
11534 | addr-to-ip-port "^1.5.4" | 11542 | addr-to-ip-port "^1.5.4" |
@@ -11539,18 +11547,17 @@ webtorrent@^1.8.22: | |||
11539 | chrome-net "^3.3.4" | 11547 | chrome-net "^3.3.4" |
11540 | chunk-store-stream "^4.3.0" | 11548 | chunk-store-stream "^4.3.0" |
11541 | cpus "^1.0.3" | 11549 | cpus "^1.0.3" |
11542 | create-torrent "^5.0.6" | 11550 | create-torrent "^5.0.4" |
11543 | debug "^4.3.4" | 11551 | debug "^4.3.4" |
11544 | end-of-stream "^1.4.4" | 11552 | end-of-stream "^1.4.4" |
11545 | escape-html "^1.0.3" | 11553 | escape-html "^1.0.3" |
11546 | fast-blob-stream "^1.1.1" | ||
11547 | fs-chunk-store "^2.0.5" | 11554 | fs-chunk-store "^2.0.5" |
11548 | immediate-chunk-store "^2.2.0" | 11555 | immediate-chunk-store "^2.2.0" |
11549 | join-async-iterator "^1.1.1" | ||
11550 | load-ip-set "^2.2.1" | 11556 | load-ip-set "^2.2.1" |
11551 | lt_donthave "^1.0.1" | 11557 | lt_donthave "^1.0.1" |
11552 | memory-chunk-store "^1.3.5" | 11558 | memory-chunk-store "^1.3.5" |
11553 | mime "^3.0.0" | 11559 | mime "^3.0.0" |
11560 | multistream "^4.1.0" | ||
11554 | package-json-versionify "^1.0.4" | 11561 | package-json-versionify "^1.0.4" |
11555 | parse-torrent "^9.1.5" | 11562 | parse-torrent "^9.1.5" |
11556 | pump "^3.0.0" | 11563 | pump "^3.0.0" |
@@ -11566,8 +11573,9 @@ webtorrent@^1.8.22: | |||
11566 | simple-peer "^9.11.1" | 11573 | simple-peer "^9.11.1" |
11567 | simple-sha1 "^3.1.0" | 11574 | simple-sha1 "^3.1.0" |
11568 | speed-limiter "^1.0.2" | 11575 | speed-limiter "^1.0.2" |
11576 | stream-to-blob "^2.0.1" | ||
11577 | stream-to-blob-url "^3.0.2" | ||
11569 | stream-with-known-length-to-buffer "^1.0.4" | 11578 | stream-with-known-length-to-buffer "^1.0.4" |
11570 | streamx "^2.12.4" | ||
11571 | throughput "^1.0.1" | 11579 | throughput "^1.0.1" |
11572 | torrent-discovery "^9.4.13" | 11580 | torrent-discovery "^9.4.13" |
11573 | torrent-piece "^2.0.1" | 11581 | torrent-piece "^2.0.1" |