update stremio-video

This commit is contained in:
unclekingpin 2023-11-05 01:07:06 -08:00
parent 3ee24587b5
commit 1ed001f445
2 changed files with 20 additions and 8 deletions

26
package-lock.json generated
View file

@ -14,7 +14,7 @@
"@stremio/stremio-colors": "5.0.1",
"@stremio/stremio-core-web": "0.44.25",
"@stremio/stremio-icons": "5.0.0-beta.3",
"@stremio/stremio-video": "0.0.25-rc.4",
"@stremio/stremio-video": "0.0.25-rc.5",
"a-color-picker": "1.2.1",
"bowser": "2.11.0",
"buffer": "6.0.3",
@ -2717,9 +2717,9 @@
"integrity": "sha512-K+jDsizEgxpBC+b0HExCUg+bnsWPZnx96qUfkdQ9nBDVAN/kzcP24Jq/4KwkiEyqDEcvC5l+xBzOLzkhdLwTMw=="
},
"node_modules/@stremio/stremio-video": {
"version": "0.0.25-rc.4",
"resolved": "https://registry.npmjs.org/@stremio/stremio-video/-/stremio-video-0.0.25-rc.4.tgz",
"integrity": "sha512-X495ZnkA+QDG3Cfpg2e/72MxJsxicIOQBMXdR0bMsbRXqJt0A/H5UBAQ3zwfwXBtWdlAaSkJZ530ClMHnbOvlw==",
"version": "0.0.25-rc.5",
"resolved": "https://registry.npmjs.org/@stremio/stremio-video/-/stremio-video-0.0.25-rc.5.tgz",
"integrity": "sha512-hjGpg2h0bzwqPm413tccJrGi7Znebg5Dl34Cmun0A/epJdV9Mv0+mrj1U+4nR3Fw/T2bB4/ys/AslrHRW5EBOA==",
"dependencies": {
"buffer": "6.0.3",
"color": "4.2.3",
@ -2728,6 +2728,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",
"lodash.clonedeep": "4.5.0",
"lodash.mergewith": "4.6.2",
"magnet-uri": "6.2.0",
"url": "0.11.0",
"video-name-parser": "1.4.6",
@ -10103,6 +10104,11 @@
"integrity": "sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ==",
"dev": true
},
"node_modules/lodash.mergewith": {
"version": "4.6.2",
"resolved": "https://registry.npmjs.org/lodash.mergewith/-/lodash.mergewith-4.6.2.tgz",
"integrity": "sha512-GK3g5RPZWTRSeLSpgP8Xhra+pnjBC56q9FZYe1d5RN3TJ35dbkGy3YqBSMbyCrlbi+CM9Z3Jk5yTL7RCsqboyQ=="
},
"node_modules/lodash.sortby": {
"version": "4.7.0",
"resolved": "https://registry.npmjs.org/lodash.sortby/-/lodash.sortby-4.7.0.tgz",
@ -16847,9 +16853,9 @@
"integrity": "sha512-K+jDsizEgxpBC+b0HExCUg+bnsWPZnx96qUfkdQ9nBDVAN/kzcP24Jq/4KwkiEyqDEcvC5l+xBzOLzkhdLwTMw=="
},
"@stremio/stremio-video": {
"version": "0.0.25-rc.4",
"resolved": "https://registry.npmjs.org/@stremio/stremio-video/-/stremio-video-0.0.25-rc.4.tgz",
"integrity": "sha512-X495ZnkA+QDG3Cfpg2e/72MxJsxicIOQBMXdR0bMsbRXqJt0A/H5UBAQ3zwfwXBtWdlAaSkJZ530ClMHnbOvlw==",
"version": "0.0.25-rc.5",
"resolved": "https://registry.npmjs.org/@stremio/stremio-video/-/stremio-video-0.0.25-rc.5.tgz",
"integrity": "sha512-hjGpg2h0bzwqPm413tccJrGi7Znebg5Dl34Cmun0A/epJdV9Mv0+mrj1U+4nR3Fw/T2bB4/ys/AslrHRW5EBOA==",
"requires": {
"buffer": "6.0.3",
"color": "4.2.3",
@ -16858,6 +16864,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",
"lodash.clonedeep": "4.5.0",
"lodash.mergewith": "4.6.2",
"magnet-uri": "6.2.0",
"url": "0.11.0",
"video-name-parser": "1.4.6",
@ -22506,6 +22513,11 @@
"integrity": "sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ==",
"dev": true
},
"lodash.mergewith": {
"version": "4.6.2",
"resolved": "https://registry.npmjs.org/lodash.mergewith/-/lodash.mergewith-4.6.2.tgz",
"integrity": "sha512-GK3g5RPZWTRSeLSpgP8Xhra+pnjBC56q9FZYe1d5RN3TJ35dbkGy3YqBSMbyCrlbi+CM9Z3Jk5yTL7RCsqboyQ=="
},
"lodash.sortby": {
"version": "4.7.0",
"resolved": "https://registry.npmjs.org/lodash.sortby/-/lodash.sortby-4.7.0.tgz",

View file

@ -17,7 +17,7 @@
"@stremio/stremio-colors": "5.0.1",
"@stremio/stremio-core-web": "0.44.25",
"@stremio/stremio-icons": "5.0.0-beta.3",
"@stremio/stremio-video": "0.0.25-rc.4",
"@stremio/stremio-video": "0.0.25-rc.5",
"a-color-picker": "1.2.1",
"bowser": "2.11.0",
"buffer": "6.0.3",