From 0484f0b250e2b8e04c5239934725ff71f647bd8e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Oct 2021 16:03:23 +0000 Subject: [PATCH] Bump hls.js from 1.0.10 to 1.0.11 Bumps [hls.js](https://github.com/video-dev/hls.js) from 1.0.10 to 1.0.11. - [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.10...v1.0.11) --- updated-dependencies: - dependency-name: hls.js dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index f6273f0df7..f48192a1e9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -7730,9 +7730,9 @@ "integrity": "sha512-iXnAafUm3FdzfJ91uixLws2hkKI1jC8bAKK/pt7XYr8Ie1jO7xbK48Ycpl9tUPyBgkzuj1p/PhJS0fy4E/5anA==" }, "hls.js": { - "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==" + "version": "1.0.11", + "resolved": "https://registry.npmjs.org/hls.js/-/hls.js-1.0.11.tgz", + "integrity": "sha512-KY6WUwtp7v+L4ec5hX6waNB3N0HOGkWfp3r7XcAZtUc6MT6TzbTsH5wYjQTQVQXQ6HVrDGqF2U5ovc+/R4E3lQ==" }, "hosted-git-info": { "version": "2.8.9", diff --git a/package.json b/package.json index f5f5e0a8a6..345f55bd57 100644 --- a/package.json +++ b/package.json @@ -74,7 +74,7 @@ "fast-text-encoding": "^1.0.3", "flv.js": "^1.6.2", "headroom.js": "^0.12.0", - "hls.js": "^1.0.10", + "hls.js": "^1.0.11", "intersection-observer": "^0.12.0", "jellyfin-apiclient": "^1.9.1", "jquery": "^3.5.1",