mirror of
https://github.com/TeamPiped/Piped.git
synced 2024-08-14 23:57:27 +00:00
Update dependency shaka-player to v4.8.7 (#64)
[](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.6` -> `4.8.7`](https://renovatebot.com/diffs/npm/shaka-player/4.8.6/4.8.7) | [](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.7`](https://togithub.com/shaka-project/shaka-player/releases/tag/v4.8.7) [Compare Source](https://togithub.com/shaka-project/shaka-player/compare/v4.8.6...v4.8.7) ##### Bug Fixes - Add timeout to fullyLoaded in src= ([#​6676](https://togithub.com/shaka-project/shaka-player/issues/6676)) ([5fa9b4a](5fa9b4ab2f
)) - **Cast:** Incorrect detection of MediaCapabilities on Chromecast ([#​6656](https://togithub.com/shaka-project/shaka-player/issues/6656)) ([87eb506](87eb506fd7
)) - Fix MCap checking when using src= ([#​6675](https://togithub.com/shaka-project/shaka-player/issues/6675)) ([5ad91dc](5ad91dc9e7
)) - **HLS:** Fix HLS load when using #EXT-X-I-FRAME-STREAM-INF without resolution ([#​6680](https://togithub.com/shaka-project/shaka-player/issues/6680)) ([4354266](4354266156
)) - **UI:** Fix dragging the seek bar seeks and pans the view in VR mode ([#​6677](https://togithub.com/shaka-project/shaka-player/issues/6677)) ([389a250](389a250c4c
)) - **UI:** Fix unhandled error when playing VR ([#​6679](https://togithub.com/shaka-project/shaka-player/issues/6679)) ([9440ef6](9440ef6cb1
)) </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:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNzcuOCIsInVwZGF0ZWRJblZlciI6IjM3LjM3Ny44IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbXX0=-->
This commit is contained in:
commit
c5a33930b2
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.6",
|
||||
"shaka-player": "4.8.7",
|
||||
"vue": "3.4.27",
|
||||
"vue-i18n": "9.13.1",
|
||||
"vue-router": "4.3.2"
|
||||
|
@ -7451,9 +7451,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/shaka-player": {
|
||||
"version": "4.8.6",
|
||||
"resolved": "https://registry.npmjs.org/shaka-player/-/shaka-player-4.8.6.tgz",
|
||||
"integrity": "sha512-vtwIOoCzsBoyCdf6f3jqnDuaP59AJrS+bA1P2kre4VqBLjKT0dxvUjtDv+K1RQI+jN8yaxIg+RUt3B1p/8gOIg==",
|
||||
"version": "4.8.7",
|
||||
"resolved": "https://registry.npmjs.org/shaka-player/-/shaka-player-4.8.7.tgz",
|
||||
"integrity": "sha512-pwcCmVvksOLAjCbFS519hKgi4Ff21QWTBeyVwi86ULbeLCspd6PRaRbNqmB1OHn914cTqAor2acWVccvZCglmA==",
|
||||
"dependencies": {
|
||||
"eme-encryption-scheme-polyfill": "^2.1.1"
|
||||
},
|
||||
|
@ -14076,9 +14076,9 @@
|
|||
}
|
||||
},
|
||||
"shaka-player": {
|
||||
"version": "4.8.6",
|
||||
"resolved": "https://registry.npmjs.org/shaka-player/-/shaka-player-4.8.6.tgz",
|
||||
"integrity": "sha512-vtwIOoCzsBoyCdf6f3jqnDuaP59AJrS+bA1P2kre4VqBLjKT0dxvUjtDv+K1RQI+jN8yaxIg+RUt3B1p/8gOIg==",
|
||||
"version": "4.8.7",
|
||||
"resolved": "https://registry.npmjs.org/shaka-player/-/shaka-player-4.8.7.tgz",
|
||||
"integrity": "sha512-pwcCmVvksOLAjCbFS519hKgi4Ff21QWTBeyVwi86ULbeLCspd6PRaRbNqmB1OHn914cTqAor2acWVccvZCglmA==",
|
||||
"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.6",
|
||||
"shaka-player": "4.8.7",
|
||||
"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.6
|
||||
version: 4.8.6
|
||||
specifier: 4.8.7
|
||||
version: 4.8.7
|
||||
vue:
|
||||
specifier: 3.4.27
|
||||
version: 3.4.27(typescript@5.4.5)
|
||||
|
@ -4610,8 +4610,8 @@ packages:
|
|||
has-property-descriptors: 1.0.2
|
||||
dev: true
|
||||
|
||||
/shaka-player@4.8.6:
|
||||
resolution: {integrity: sha512-vtwIOoCzsBoyCdf6f3jqnDuaP59AJrS+bA1P2kre4VqBLjKT0dxvUjtDv+K1RQI+jN8yaxIg+RUt3B1p/8gOIg==}
|
||||
/shaka-player@4.8.7:
|
||||
resolution: {integrity: sha512-pwcCmVvksOLAjCbFS519hKgi4Ff21QWTBeyVwi86ULbeLCspd6PRaRbNqmB1OHn914cTqAor2acWVccvZCglmA==}
|
||||
engines: {node: '>=14'}
|
||||
dependencies:
|
||||
eme-encryption-scheme-polyfill: 2.1.5
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue