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

Merge pull request #2876 from jellyfin/dependabot/npm_and_yarn/hls.js-1.0.10

Bump hls.js from 1.0.8 to 1.0.10
This commit is contained in:
Bill Thornton 2021-08-23 20:34:01 -07:00 committed by GitHub
commit f620ccb7b5
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",