From ab722329685fddbd82e360bf72df3498282cf39c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 29 Aug 2024 05:07:20 +0000 Subject: [PATCH] Update dependency hls.js to v1.5.15 --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 1cc25b87a8..eb0a7468ec 100644 --- a/package-lock.json +++ b/package-lock.json @@ -39,7 +39,7 @@ "flv.js": "1.6.2", "headroom.js": "0.12.0", "history": "5.3.0", - "hls.js": "1.5.14", + "hls.js": "1.5.15", "intersection-observer": "0.12.2", "jellyfin-apiclient": "1.11.0", "jquery": "3.7.1", @@ -13212,9 +13212,9 @@ } }, "node_modules/hls.js": { - "version": "1.5.14", - "resolved": "https://registry.npmjs.org/hls.js/-/hls.js-1.5.14.tgz", - "integrity": "sha512-5wLiQ2kWJMui6oUslaq8PnPOv1vjuee5gTxjJD0DSsccY12OXtDT0h137UuqjczNeHzeEYR0ROZQibKNMr7Mzg==", + "version": "1.5.15", + "resolved": "https://registry.npmjs.org/hls.js/-/hls.js-1.5.15.tgz", + "integrity": "sha512-6cD7xN6bycBHaXz2WyPIaHn/iXFizE5au2yvY5q9aC4wfihxAr16C9fUy4nxh2a3wOw0fEgLRa9dN6wsYjlpNg==", "license": "Apache-2.0" }, "node_modules/hoist-non-react-statics": { @@ -35421,9 +35421,9 @@ } }, "hls.js": { - "version": "1.5.14", - "resolved": "https://registry.npmjs.org/hls.js/-/hls.js-1.5.14.tgz", - "integrity": "sha512-5wLiQ2kWJMui6oUslaq8PnPOv1vjuee5gTxjJD0DSsccY12OXtDT0h137UuqjczNeHzeEYR0ROZQibKNMr7Mzg==" + "version": "1.5.15", + "resolved": "https://registry.npmjs.org/hls.js/-/hls.js-1.5.15.tgz", + "integrity": "sha512-6cD7xN6bycBHaXz2WyPIaHn/iXFizE5au2yvY5q9aC4wfihxAr16C9fUy4nxh2a3wOw0fEgLRa9dN6wsYjlpNg==" }, "hoist-non-react-statics": { "version": "3.3.2", diff --git a/package.json b/package.json index efae51c49d..f5a7ef4cd0 100644 --- a/package.json +++ b/package.json @@ -103,7 +103,7 @@ "flv.js": "1.6.2", "headroom.js": "0.12.0", "history": "5.3.0", - "hls.js": "1.5.14", + "hls.js": "1.5.15", "intersection-observer": "0.12.2", "jellyfin-apiclient": "1.11.0", "jquery": "3.7.1",