From 3ddc407a39ee5a5eef52920bfcc59dd25af27423 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 17 May 2023 02:42:28 +0000 Subject: [PATCH] Update dependency hls.js to v1.4.2 --- 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 75cfffbfaf..b1fa4236ea 100644 --- a/package-lock.json +++ b/package-lock.json @@ -34,7 +34,7 @@ "flv.js": "1.6.2", "headroom.js": "0.12.0", "history": "5.3.0", - "hls.js": "1.4.1", + "hls.js": "1.4.2", "intersection-observer": "0.12.2", "jassub": "1.5.13", "jellyfin-apiclient": "1.10.0", @@ -9249,9 +9249,9 @@ } }, "node_modules/hls.js": { - "version": "1.4.1", - "resolved": "https://registry.npmjs.org/hls.js/-/hls.js-1.4.1.tgz", - "integrity": "sha512-7/RBLhnmWbEVj/UxkqBK3rcqr/a2QAbSdjdp74iRKaPLosJoPwLw9mcjl5EOv6jutd0yHL8yGH3pSuUjNzRMyA==" + "version": "1.4.2", + "resolved": "https://registry.npmjs.org/hls.js/-/hls.js-1.4.2.tgz", + "integrity": "sha512-+MPySxF0WVMj/uzj+LDtNFSU93X1+VbjLLixk2xah6Sf4LqU+qC02MjZVF/yvb1Cg9Gjor1g8K33K9b9etqJ/Q==" }, "node_modules/hoist-non-react-statics": { "version": "3.3.2", @@ -27016,9 +27016,9 @@ } }, "hls.js": { - "version": "1.4.1", - "resolved": "https://registry.npmjs.org/hls.js/-/hls.js-1.4.1.tgz", - "integrity": "sha512-7/RBLhnmWbEVj/UxkqBK3rcqr/a2QAbSdjdp74iRKaPLosJoPwLw9mcjl5EOv6jutd0yHL8yGH3pSuUjNzRMyA==" + "version": "1.4.2", + "resolved": "https://registry.npmjs.org/hls.js/-/hls.js-1.4.2.tgz", + "integrity": "sha512-+MPySxF0WVMj/uzj+LDtNFSU93X1+VbjLLixk2xah6Sf4LqU+qC02MjZVF/yvb1Cg9Gjor1g8K33K9b9etqJ/Q==" }, "hoist-non-react-statics": { "version": "3.3.2", diff --git a/package.json b/package.json index 301168b925..550eddcdf4 100644 --- a/package.json +++ b/package.json @@ -90,7 +90,7 @@ "flv.js": "1.6.2", "headroom.js": "0.12.0", "history": "5.3.0", - "hls.js": "1.4.1", + "hls.js": "1.4.2", "intersection-observer": "0.12.2", "jassub": "1.5.13", "jellyfin-apiclient": "1.10.0",