mirror of
https://github.com/TeamPiped/Piped.git
synced 2024-08-14 23:57:27 +00:00
Update dependency shaka-player to v4.8.3 (#24)
[](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.2` -> `4.8.3`](https://renovatebot.com/diffs/npm/shaka-player/4.8.2/4.8.3) | [](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.3`](https://togithub.com/shaka-project/shaka-player/releases/tag/v4.8.3) [Compare Source](https://togithub.com/shaka-project/shaka-player/compare/v4.8.2...v4.8.3) ##### Bug Fixes - Issue with compiler minifying webOS device properties ([#​6558](https://togithub.com/shaka-project/shaka-player/issues/6558)) ([b591bfe](b591bfeb5d
)) - Re-add setting playbackRate to 0 to control buffering state ([#​6546](https://togithub.com/shaka-project/shaka-player/issues/6546)) ([91d3792](91d3792e96
)) </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
f46746fd33
2 changed files with 5 additions and 5 deletions
|
@ -18,7 +18,7 @@
|
||||||
"linkify-html": "4.1.3",
|
"linkify-html": "4.1.3",
|
||||||
"linkifyjs": "4.1.3",
|
"linkifyjs": "4.1.3",
|
||||||
"qrcode": "^1.5.3",
|
"qrcode": "^1.5.3",
|
||||||
"shaka-player": "4.8.2",
|
"shaka-player": "4.8.3",
|
||||||
"vue": "3.4.25",
|
"vue": "3.4.25",
|
||||||
"vue-i18n": "9.13.1",
|
"vue-i18n": "9.13.1",
|
||||||
"vue-router": "4.3.2"
|
"vue-router": "4.3.2"
|
||||||
|
|
8
pnpm-lock.yaml
generated
8
pnpm-lock.yaml
generated
|
@ -27,8 +27,8 @@ dependencies:
|
||||||
specifier: ^1.5.3
|
specifier: ^1.5.3
|
||||||
version: 1.5.3
|
version: 1.5.3
|
||||||
shaka-player:
|
shaka-player:
|
||||||
specifier: 4.8.2
|
specifier: 4.8.3
|
||||||
version: 4.8.2
|
version: 4.8.3
|
||||||
vue:
|
vue:
|
||||||
specifier: 3.4.25
|
specifier: 3.4.25
|
||||||
version: 3.4.25(typescript@5.4.5)
|
version: 3.4.25(typescript@5.4.5)
|
||||||
|
@ -4617,8 +4617,8 @@ packages:
|
||||||
has-property-descriptors: 1.0.2
|
has-property-descriptors: 1.0.2
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
/shaka-player@4.8.2:
|
/shaka-player@4.8.3:
|
||||||
resolution: {integrity: sha512-A70wGBj7Eys0pkJHIRa+dDbV/Set+duaKC/h44Xh+0ExJC/uBGilgoYFW2TlW8o/4XSUqBh9ymFWFwuGJ9aLUg==}
|
resolution: {integrity: sha512-VTyNNiKZe/hqtcSnRIUZTAwYARFi0CY4nBVSH/5+X+X9yToNaqxoikt0RvhtrtGCWKJNNefd/6QKGBpWLOzb+Q==}
|
||||||
engines: {node: '>=14'}
|
engines: {node: '>=14'}
|
||||||
dependencies:
|
dependencies:
|
||||||
eme-encryption-scheme-polyfill: 2.1.2
|
eme-encryption-scheme-polyfill: 2.1.2
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue