]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/commitdiff
Update hls.js
authorChocobozzz <me@florianbigard.com>
Thu, 27 Feb 2020 09:39:41 +0000 (10:39 +0100)
committerChocobozzz <me@florianbigard.com>
Fri, 28 Feb 2020 12:45:42 +0000 (13:45 +0100)
Seems to fix a bug when we manually update resolution

client/package.json
client/yarn.lock

index 3c99259ec0914c9df0f181295c16ded87b2b823d..c6a5fa1bb375a423e017666adf071c181bd6f8c0 100644 (file)
@@ -85,7 +85,7 @@
     "extract-text-webpack-plugin": "4.0.0-beta.0",
     "file-loader": "^4.1.0",
     "focus-visible": "^5.0.2",
-    "hls.js": "^0.12.2",
+    "hls.js": "^0.13.2",
     "html-loader": "^0.5.5",
     "html-webpack-plugin": "^3.2.0",
     "https-browserify": "^1.0.0",
index 4ab873b99db710c3b832fb5c460604717e3bf5d6..b3f38a664201b35f748d78b0c1562634b7c8269d 100644 (file)
@@ -5366,10 +5366,10 @@ hex-color-regex@^1.1.0:
   resolved "https://registry.yarnpkg.com/hex-color-regex/-/hex-color-regex-1.1.0.tgz#4c06fccb4602fe2602b3c93df82d7e7dbf1a8a8e"
   integrity sha512-l9sfDFsuqtOqKDsQdqrMRk0U85RZc0RtOR9yPI7mRVOa4FsR/BVnZ0shmQRM96Ji99kYZP/7hn1cedc1+ApsTQ==
 
-hls.js@^0.12.2:
-  version "0.12.4"
-  resolved "https://registry.yarnpkg.com/hls.js/-/hls.js-0.12.4.tgz#c155b7b2825a11117c111b781973c0ffa759006b"
-  integrity sha512-e8OPxQ60dBVsdkv4atdxR21KzC1mgwspM41qpozpj3Uv1Fz4CaeQy3FWoaV2O+QKKbNRvV5hW+/LipCWdrwnMQ==
+hls.js@^0.13.2:
+  version "0.13.2"
+  resolved "https://registry.yarnpkg.com/hls.js/-/hls.js-0.13.2.tgz#3e7dd28e3787c69c6aba42b64b11eb2c3c8c29f1"
+  integrity sha512-sIg2t4uGpWQLzuK1Iid9614WOKqxj4OYg+EbFbhhTDCsxpENBN+Du3yBFnoi+a83DuOOHdiQd1ydnti9loSGXw==
   dependencies:
     eventemitter3 "3.1.0"
     url-toolkit "^2.1.6"