mirror of
https://github.com/TeamPiped/Piped.git
synced 2024-08-14 23:57:27 +00:00
Update dependency shaka-player to v4.8.4 (#30)
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [shaka-player](https://togithub.com/shaka-project/shaka-player) | [`4.8.3` -> `4.8.4`](https://renovatebot.com/diffs/npm/shaka-player/4.8.3/4.8.4) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>shaka-project/shaka-player (shaka-player)</summary> ### [`v4.8.4`](https://togithub.com/shaka-project/shaka-player/releases/tag/v4.8.4) [Compare Source](https://togithub.com/shaka-project/shaka-player/compare/v4.8.3...v4.8.4) ##### Bug Fixes - **CEA:** reset PTS on new init segment ([#​6606](https://togithub.com/shaka-project/shaka-player/issues/6606)) ([6d6ac83](6d6ac8321b
)) - Clear preload array before awaiting destroy ([#​6584](https://togithub.com/shaka-project/shaka-player/issues/6584)) ([fc49dde](fc49dde3d0
)) - Destroy preload managers on player destroy ([#​6576](https://togithub.com/shaka-project/shaka-player/issues/6576)) ([87d1c50](87d1c50399
)) - Do not assume 1080p Cast devices, some are 720p ([#​6562](https://togithub.com/shaka-project/shaka-player/issues/6562)) ([3661ac4](3661ac4471
)) - **HLS:** Fix mimetype checking when using SUPPLEMENTAL-CODECS ([#​6597](https://togithub.com/shaka-project/shaka-player/issues/6597)) ([8763ea2](8763ea2ea2
)), closes [#​6586](https://togithub.com/shaka-project/shaka-player/issues/6586) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/ramackersjp/Piped). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNTEuMiIsInVwZGF0ZWRJblZlciI6IjM3LjM1MS4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbXX0=-->
This commit is contained in:
commit
e31265a010
3 changed files with 12 additions and 12 deletions
14
package-lock.json
generated
14
package-lock.json
generated
|
@ -15,7 +15,7 @@
|
|||
"linkify-html": "4.1.3",
|
||||
"linkifyjs": "4.1.3",
|
||||
"qrcode": "^1.5.3",
|
||||
"shaka-player": "4.8.3",
|
||||
"shaka-player": "4.8.4",
|
||||
"vue": "3.4.27",
|
||||
"vue-i18n": "9.13.1",
|
||||
"vue-router": "4.3.2"
|
||||
|
@ -7490,9 +7490,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/shaka-player": {
|
||||
"version": "4.8.3",
|
||||
"resolved": "https://registry.npmjs.org/shaka-player/-/shaka-player-4.8.3.tgz",
|
||||
"integrity": "sha512-VTyNNiKZe/hqtcSnRIUZTAwYARFi0CY4nBVSH/5+X+X9yToNaqxoikt0RvhtrtGCWKJNNefd/6QKGBpWLOzb+Q==",
|
||||
"version": "4.8.4",
|
||||
"resolved": "https://registry.npmjs.org/shaka-player/-/shaka-player-4.8.4.tgz",
|
||||
"integrity": "sha512-LtPUioN0/kwLi5ewSFaoSUpQgA01XxaSa7vneCiXP8AMIdIWVM+pk/lFetwW0br26H8Lb79djiU+5vhJujEBjQ==",
|
||||
"dependencies": {
|
||||
"eme-encryption-scheme-polyfill": "^2.1.1"
|
||||
},
|
||||
|
@ -14152,9 +14152,9 @@
|
|||
}
|
||||
},
|
||||
"shaka-player": {
|
||||
"version": "4.8.3",
|
||||
"resolved": "https://registry.npmjs.org/shaka-player/-/shaka-player-4.8.3.tgz",
|
||||
"integrity": "sha512-VTyNNiKZe/hqtcSnRIUZTAwYARFi0CY4nBVSH/5+X+X9yToNaqxoikt0RvhtrtGCWKJNNefd/6QKGBpWLOzb+Q==",
|
||||
"version": "4.8.4",
|
||||
"resolved": "https://registry.npmjs.org/shaka-player/-/shaka-player-4.8.4.tgz",
|
||||
"integrity": "sha512-LtPUioN0/kwLi5ewSFaoSUpQgA01XxaSa7vneCiXP8AMIdIWVM+pk/lFetwW0br26H8Lb79djiU+5vhJujEBjQ==",
|
||||
"requires": {
|
||||
"eme-encryption-scheme-polyfill": "^2.1.1"
|
||||
}
|
||||
|
|
|
@ -18,7 +18,7 @@
|
|||
"linkify-html": "4.1.3",
|
||||
"linkifyjs": "4.1.3",
|
||||
"qrcode": "^1.5.3",
|
||||
"shaka-player": "4.8.3",
|
||||
"shaka-player": "4.8.4",
|
||||
"vue": "3.4.27",
|
||||
"vue-i18n": "9.13.1",
|
||||
"vue-router": "4.3.2"
|
||||
|
|
8
pnpm-lock.yaml
generated
8
pnpm-lock.yaml
generated
|
@ -27,8 +27,8 @@ dependencies:
|
|||
specifier: ^1.5.3
|
||||
version: 1.5.3
|
||||
shaka-player:
|
||||
specifier: 4.8.3
|
||||
version: 4.8.3
|
||||
specifier: 4.8.4
|
||||
version: 4.8.4
|
||||
vue:
|
||||
specifier: 3.4.27
|
||||
version: 3.4.27(typescript@5.4.5)
|
||||
|
@ -4617,8 +4617,8 @@ packages:
|
|||
has-property-descriptors: 1.0.2
|
||||
dev: true
|
||||
|
||||
/shaka-player@4.8.3:
|
||||
resolution: {integrity: sha512-VTyNNiKZe/hqtcSnRIUZTAwYARFi0CY4nBVSH/5+X+X9yToNaqxoikt0RvhtrtGCWKJNNefd/6QKGBpWLOzb+Q==}
|
||||
/shaka-player@4.8.4:
|
||||
resolution: {integrity: sha512-LtPUioN0/kwLi5ewSFaoSUpQgA01XxaSa7vneCiXP8AMIdIWVM+pk/lFetwW0br26H8Lb79djiU+5vhJujEBjQ==}
|
||||
engines: {node: '>=14'}
|
||||
dependencies:
|
||||
eme-encryption-scheme-polyfill: 2.1.2
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue