diff --git a/package-lock.json b/package-lock.json index 57a4a1035..3f04e30c7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "@stremio/stremio-colors": "5.0.1", "@stremio/stremio-core-web": "0.46.1", "@stremio/stremio-icons": "5.2.0", - "@stremio/stremio-video": "0.0.30", + "@stremio/stremio-video": "0.0.32", "a-color-picker": "1.2.1", "bowser": "2.11.0", "buffer": "6.0.3", @@ -2982,16 +2982,16 @@ "integrity": "sha512-rABlPBTFF17QcSm/4IizVoE/jh+REt+waqA0RvIxuGjQppXlvj7CalqVvTam0CC2wgY00zNG1v/9kVHUDVzo4Q==" }, "node_modules/@stremio/stremio-video": { - "version": "0.0.30", - "resolved": "https://registry.npmjs.org/@stremio/stremio-video/-/stremio-video-0.0.30.tgz", - "integrity": "sha512-0gAnPrV/fmVj3dQvpmcpE5lp1nWuwsapV1n0hVWx/6/t0ekT8B04WtCgoAKrqMyXv5Z3xwi4tJDV08yiUgwtCw==", + "version": "0.0.32", + "resolved": "https://registry.npmjs.org/@stremio/stremio-video/-/stremio-video-0.0.32.tgz", + "integrity": "sha512-dfsLbvVnuewANLVE2qzioQUpkyno5NWOAvij6ZsSEtj+WagZc3msyupx9xHleiWsE/ejiG3XBpSwk+70aB1PqA==", "dependencies": { "buffer": "6.0.3", "color": "4.2.3", "deep-freeze": "0.0.1", "eventemitter3": "4.0.7", "hat": "0.0.3", - "hls.js": "https://github.com/Stremio/hls.js/releases/download/v1.2.3-patch1/hls.js-1.2.3-patch1.tgz", + "hls.js": "https://github.com/Stremio/hls.js/releases/download/v1.5.1-patch1/hls.js-1.5.1-patch1.tgz", "lodash.clonedeep": "4.5.0", "magnet-uri": "6.2.0", "url": "0.11.0", @@ -6880,9 +6880,9 @@ } }, "node_modules/hls.js": { - "version": "1.2.3-patch1.0.canary.8609", - "resolved": "https://github.com/Stremio/hls.js/releases/download/v1.2.3-patch1/hls.js-1.2.3-patch1.tgz", - "integrity": "sha512-b/WMwSXyV6QvoGYotzzrG0ldRW8mOzqxEhPDd+as4haAx78tmxoVkdYYtVKZ8MiJcMa6j00lfx7ti/2HlO5ByQ==", + "version": "1.5.1-patch1.0.canary.9887", + "resolved": "https://github.com/Stremio/hls.js/releases/download/v1.5.1-patch1/hls.js-1.5.1-patch1.tgz", + "integrity": "sha512-+fU827MbrizlQkvEvvk+xpV3bp5PvhaWIcMhRDkQBihMMv9cREOb3EuIL3fFlz3bbeehCJZ8LMd4vZRYBKMOJQ==", "license": "Apache-2.0" }, "node_modules/hpack.js": { diff --git a/package.json b/package.json index f7f48fb0b..23ca2e14b 100755 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "@stremio/stremio-colors": "5.0.1", "@stremio/stremio-core-web": "0.46.1", "@stremio/stremio-icons": "5.2.0", - "@stremio/stremio-video": "0.0.30", + "@stremio/stremio-video": "0.0.32", "a-color-picker": "1.2.1", "bowser": "2.11.0", "buffer": "6.0.3",