Update dependency shaka-player to v4.8.6 (#63)

[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](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.5` ->
`4.8.6`](https://renovatebot.com/diffs/npm/shaka-player/4.8.5/4.8.6) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/shaka-player/4.8.6?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/shaka-player/4.8.6?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/shaka-player/4.8.5/4.8.6?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/shaka-player/4.8.5/4.8.6?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>shaka-project/shaka-player (shaka-player)</summary>

###
[`v4.8.6`](https://togithub.com/shaka-project/shaka-player/releases/tag/v4.8.6)

[Compare
Source](https://togithub.com/shaka-project/shaka-player/compare/v4.8.5...v4.8.6)

##### Bug Fixes

- **CEA:** reset PTS on new init segment
([#&#8203;6671](https://togithub.com/shaka-project/shaka-player/issues/6671))
([af74719](af74719f47))
- Fix internal network filter for HEAD requests
([#&#8203;6660](https://togithub.com/shaka-project/shaka-player/issues/6660))
([8d4ad60](8d4ad60db2))
- Fix numBytesRemaining when the request is done
([#&#8203;6653](https://togithub.com/shaka-project/shaka-player/issues/6653))
([29280a3](29280a3bc3))

</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:
J.P 2024-05-27 23:53:05 +02:00 committed by GitHub
commit 4f5db4eab4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 12 additions and 12 deletions

14
package-lock.json generated
View file

@ -15,7 +15,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.5", "shaka-player": "4.8.6",
"vue": "3.4.27", "vue": "3.4.27",
"vue-i18n": "9.13.1", "vue-i18n": "9.13.1",
"vue-router": "4.3.2" "vue-router": "4.3.2"
@ -7451,9 +7451,9 @@
} }
}, },
"node_modules/shaka-player": { "node_modules/shaka-player": {
"version": "4.8.5", "version": "4.8.6",
"resolved": "https://registry.npmjs.org/shaka-player/-/shaka-player-4.8.5.tgz", "resolved": "https://registry.npmjs.org/shaka-player/-/shaka-player-4.8.6.tgz",
"integrity": "sha512-fdBa9LHlHfHJ6Ja4/c0pUmeAUc0LAfDWE7fO1TvuFWMoSVQ8LAxGeTAI1NJCPI3lGlOKa3kc3xU90n/00nW80Q==", "integrity": "sha512-vtwIOoCzsBoyCdf6f3jqnDuaP59AJrS+bA1P2kre4VqBLjKT0dxvUjtDv+K1RQI+jN8yaxIg+RUt3B1p/8gOIg==",
"dependencies": { "dependencies": {
"eme-encryption-scheme-polyfill": "^2.1.1" "eme-encryption-scheme-polyfill": "^2.1.1"
}, },
@ -14076,9 +14076,9 @@
} }
}, },
"shaka-player": { "shaka-player": {
"version": "4.8.5", "version": "4.8.6",
"resolved": "https://registry.npmjs.org/shaka-player/-/shaka-player-4.8.5.tgz", "resolved": "https://registry.npmjs.org/shaka-player/-/shaka-player-4.8.6.tgz",
"integrity": "sha512-fdBa9LHlHfHJ6Ja4/c0pUmeAUc0LAfDWE7fO1TvuFWMoSVQ8LAxGeTAI1NJCPI3lGlOKa3kc3xU90n/00nW80Q==", "integrity": "sha512-vtwIOoCzsBoyCdf6f3jqnDuaP59AJrS+bA1P2kre4VqBLjKT0dxvUjtDv+K1RQI+jN8yaxIg+RUt3B1p/8gOIg==",
"requires": { "requires": {
"eme-encryption-scheme-polyfill": "^2.1.1" "eme-encryption-scheme-polyfill": "^2.1.1"
} }

View file

@ -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.5", "shaka-player": "4.8.6",
"vue": "3.4.27", "vue": "3.4.27",
"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
View file

@ -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.5 specifier: 4.8.6
version: 4.8.5 version: 4.8.6
vue: vue:
specifier: 3.4.27 specifier: 3.4.27
version: 3.4.27(typescript@5.4.5) version: 3.4.27(typescript@5.4.5)
@ -4610,8 +4610,8 @@ packages:
has-property-descriptors: 1.0.2 has-property-descriptors: 1.0.2
dev: true dev: true
/shaka-player@4.8.5: /shaka-player@4.8.6:
resolution: {integrity: sha512-fdBa9LHlHfHJ6Ja4/c0pUmeAUc0LAfDWE7fO1TvuFWMoSVQ8LAxGeTAI1NJCPI3lGlOKa3kc3xU90n/00nW80Q==} resolution: {integrity: sha512-vtwIOoCzsBoyCdf6f3jqnDuaP59AJrS+bA1P2kre4VqBLjKT0dxvUjtDv+K1RQI+jN8yaxIg+RUt3B1p/8gOIg==}
engines: {node: '>=14'} engines: {node: '>=14'}
dependencies: dependencies:
eme-encryption-scheme-polyfill: 2.1.5 eme-encryption-scheme-polyfill: 2.1.5