1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

Bump hls.js from 1.0.8 to 1.0.10

Bumps [hls.js](https://github.com/video-dev/hls.js) from 1.0.8 to 1.0.10.
- [Release notes](https://github.com/video-dev/hls.js/releases)
- [Changelog](https://github.com/video-dev/hls.js/blob/master/docs/release-process.md)
- [Commits](https://github.com/video-dev/hls.js/compare/v1.0.8...v1.0.10)

---
updated-dependencies:
- dependency-name: hls.js
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2021-08-23 16:19:36 +00:00 committed by GitHub
parent a99ac7791a
commit e0f559d38c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View file

@ -7330,9 +7330,9 @@
"dev": true
},
"hls.js": {
"version": "1.0.8",
"resolved": "https://registry.npmjs.org/hls.js/-/hls.js-1.0.8.tgz",
"integrity": "sha512-TGi8Gq6kK/bJWC6VFUphp8Hfiz0zLTnu0jv3/FABpa4QbJrNQ9HdP5LWnqPUYyWiGIBLOfeRlNuuys3nVzeU3g=="
"version": "1.0.10",
"resolved": "https://registry.npmjs.org/hls.js/-/hls.js-1.0.10.tgz",
"integrity": "sha512-P+o/wjGJsnqwdXXYfWvopOceXEXFV0H8vs/T+ApsscP/GlpUtdIRWie7qc+jbml95ThjE6+FVci9VGaD51r/6Q=="
},
"hosted-git-info": {
"version": "2.8.9",

View file

@ -73,7 +73,7 @@
"fast-text-encoding": "^1.0.3",
"flv.js": "^1.6.1",
"headroom.js": "^0.12.0",
"hls.js": "^1.0.8",
"hls.js": "^1.0.10",
"intersection-observer": "^0.12.0",
"jellyfin-apiclient": "^1.8.0",
"jquery": "^3.5.1",