diff --git a/package-lock.json b/package-lock.json index 00024fd15..bbefccc03 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "@stremio/stremio-colors": "4.0.1", "@stremio/stremio-core-web": "0.25.0", "@stremio/stremio-icons": "3.0.5", - "@stremio/stremio-video": "0.0.11", + "@stremio/stremio-video": "0.0.12", "a-color-picker": "1.2.1", "buffer": "6.0.3", "classnames": "2.2.6", @@ -10044,9 +10044,9 @@ "integrity": "sha512-knlcBibqJW2mbEgid6YEeQN9FPkIGAEtozYWqzKWeHd2DPY2nl8kYX2pMQpa2Db/RVSqbVstu/gdey5TtSgGYw==" }, "node_modules/@stremio/stremio-video": { - "version": "0.0.11", - "resolved": "https://registry.npmjs.org/@stremio/stremio-video/-/stremio-video-0.0.11.tgz", - "integrity": "sha512-2x0CZGrGo4GDba6NFK7WC6XfdfoWUI3ZfqiNxbXitxVhhzEt09+9ivB+eUo31bq/niCU7YU5AWT6ad36/derBA==", + "version": "0.0.12", + "resolved": "https://registry.npmjs.org/@stremio/stremio-video/-/stremio-video-0.0.12.tgz", + "integrity": "sha512-gN5GoV8N5SQoxHkGem9TPFZWT/kFhFsZ+C0QBBBzEj/rKHV8QWZkFOXXIa5XTVce5k5XqZq2rGGtnjUPibrWxQ==", "dependencies": { "deep-freeze": "0.0.1", "eventemitter3": "4.0.7", @@ -38907,9 +38907,9 @@ "integrity": "sha512-knlcBibqJW2mbEgid6YEeQN9FPkIGAEtozYWqzKWeHd2DPY2nl8kYX2pMQpa2Db/RVSqbVstu/gdey5TtSgGYw==" }, "@stremio/stremio-video": { - "version": "0.0.11", - "resolved": "https://registry.npmjs.org/@stremio/stremio-video/-/stremio-video-0.0.11.tgz", - "integrity": "sha512-2x0CZGrGo4GDba6NFK7WC6XfdfoWUI3ZfqiNxbXitxVhhzEt09+9ivB+eUo31bq/niCU7YU5AWT6ad36/derBA==", + "version": "0.0.12", + "resolved": "https://registry.npmjs.org/@stremio/stremio-video/-/stremio-video-0.0.12.tgz", + "integrity": "sha512-gN5GoV8N5SQoxHkGem9TPFZWT/kFhFsZ+C0QBBBzEj/rKHV8QWZkFOXXIa5XTVce5k5XqZq2rGGtnjUPibrWxQ==", "requires": { "deep-freeze": "0.0.1", "eventemitter3": "4.0.7", @@ -52428,6 +52428,7 @@ }, "spatial-navigation-polyfill": { "version": "git+https://git@github.com/Stremio/spatial-navigation.git#40204ad9942fe786794c62f99ea5ab2b52b24096", + "integrity": "sha512-fKgR9gLUpf25c+i00lUy3CjLZEP78TtJ7RpvQZXdmI+E7Si69EGnPJLFVO/ZZYcNoReGrXX1nmHUJkJq0Lp3Dw==", "from": "spatial-navigation-polyfill@git+https://git@github.com/Stremio/spatial-navigation.git#40204ad9942fe786794c62f99ea5ab2b52b24096" }, "spdx-correct": { @@ -54245,6 +54246,7 @@ }, "vtt.js": { "version": "git+ssh://git@github.com/jaruba/vtt.js.git#e4f5f5603730866bacb174a93f51b734c9f29e6a", + "integrity": "sha512-RXV60lPGrmjuRcV/jRuydLC2thMaMlmK4Vc3DtBmVSotFA3986sgW0H5AH9IUmHzQo4bFR2gELYLcfwVh7Dqow==", "from": "vtt.js@git://github.com/jaruba/vtt.js.git#e4f5f5603730866bacb174a93f51b734c9f29e6a" }, "w3c-hr-time": { diff --git a/package.json b/package.json index 4318ae87e..346988760 100755 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "@stremio/stremio-colors": "4.0.1", "@stremio/stremio-core-web": "0.25.0", "@stremio/stremio-icons": "3.0.5", - "@stremio/stremio-video": "0.0.11", + "@stremio/stremio-video": "0.0.12", "a-color-picker": "1.2.1", "buffer": "6.0.3", "classnames": "2.2.6",