From a785c1925f3a13091312e2052cb2976840871d85 Mon Sep 17 00:00:00 2001 From: Bill Thornton Date: Tue, 21 Mar 2023 23:47:12 -0400 Subject: [PATCH] Rollback hls.js to 1.2.4 --- 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 dcc6fb05f68..62c0ba9752e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -30,7 +30,7 @@ "flv.js": "1.6.2", "headroom.js": "0.12.0", "history": "5.3.0", - "hls.js": "1.3.4", + "hls.js": "1.2.4", "intersection-observer": "0.12.2", "jellyfin-apiclient": "1.10.0", "jquery": "3.6.3", @@ -8468,9 +8468,9 @@ } }, "node_modules/hls.js": { - "version": "1.3.4", - "resolved": "https://registry.npmjs.org/hls.js/-/hls.js-1.3.4.tgz", - "integrity": "sha512-iFEwVqtEDk6sKotcTwtJ5OMo/nuDTk9PrpB8FI2J2WYf8EriTVfR4FaK0aNyYtwbYeRSWCXJKlz23xeREdlNYg==" + "version": "1.2.4", + "resolved": "https://registry.npmjs.org/hls.js/-/hls.js-1.2.4.tgz", + "integrity": "sha512-yC3K79Kzq1W+OgjT12JxKMDXv9DbfvulppxmPBl7D04SaTyd2IwWk5eNASQV1mUaPlKbjr16yI9292qpSGo0ig==" }, "node_modules/hoist-non-react-statics": { "version": "3.3.2", @@ -25398,9 +25398,9 @@ } }, "hls.js": { - "version": "1.3.4", - "resolved": "https://registry.npmjs.org/hls.js/-/hls.js-1.3.4.tgz", - "integrity": "sha512-iFEwVqtEDk6sKotcTwtJ5OMo/nuDTk9PrpB8FI2J2WYf8EriTVfR4FaK0aNyYtwbYeRSWCXJKlz23xeREdlNYg==" + "version": "1.2.4", + "resolved": "https://registry.npmjs.org/hls.js/-/hls.js-1.2.4.tgz", + "integrity": "sha512-yC3K79Kzq1W+OgjT12JxKMDXv9DbfvulppxmPBl7D04SaTyd2IwWk5eNASQV1mUaPlKbjr16yI9292qpSGo0ig==" }, "hoist-non-react-statics": { "version": "3.3.2", diff --git a/package.json b/package.json index bc19c04a9e2..828f7926da6 100644 --- a/package.json +++ b/package.json @@ -89,7 +89,7 @@ "flv.js": "1.6.2", "headroom.js": "0.12.0", "history": "5.3.0", - "hls.js": "1.3.4", + "hls.js": "1.2.4", "intersection-observer": "0.12.2", "jellyfin-apiclient": "1.10.0", "jquery": "3.6.3",