From d4beca1905c27cb5eed3d31cc20285456393ecba Mon Sep 17 00:00:00 2001 From: nobody Date: Fri, 9 Dec 2022 05:53:26 +0100 Subject: [PATCH] hls.js v1.2.8 -> v1.2.9 (#1244) --- THIRD_PARTY.txt | 2 +- modules/internal/targets.js | 2 +- pages/updates/updates.html | 1 + resources/hls.js/1.2.8/hls.min.jsm | 2 -- resources/hls.js/1.2.9/hls.min.jsm | 2 ++ 5 files changed, 5 insertions(+), 4 deletions(-) delete mode 100644 resources/hls.js/1.2.8/hls.min.jsm create mode 100644 resources/hls.js/1.2.9/hls.min.jsm diff --git a/THIRD_PARTY.txt b/THIRD_PARTY.txt index 135b1d73..773ef09a 100644 --- a/THIRD_PARTY.txt +++ b/THIRD_PARTY.txt @@ -1159,7 +1159,7 @@ https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.18.5/styles/zenburn.min.cs https://cdnjs.cloudflare.com/ajax/libs/history/4.10.1/history.min.js https://cdnjs.cloudflare.com/ajax/libs/history/5.3.0/history.production.min.js https://cdnjs.cloudflare.com/ajax/libs/hls.js/0.14.17/hls.min.js -https://cdnjs.cloudflare.com/ajax/libs/hls.js/1.2.8/hls.min.js +https://cdnjs.cloudflare.com/ajax/libs/hls.js/1.2.9/hls.min.js https://cdnjs.cloudflare.com/ajax/libs/hogan.js/3.0.2/hogan.min.js https://cdnjs.cloudflare.com/ajax/libs/instantsearch.js/3.7.0/instantsearch.production.min.js https://cdnjs.cloudflare.com/ajax/libs/instantsearch.js/4.49.1/instantsearch.production.min.js diff --git a/modules/internal/targets.js b/modules/internal/targets.js index 872c5d50..e39c03d7 100644 --- a/modules/internal/targets.js +++ b/modules/internal/targets.js @@ -239,7 +239,7 @@ targets.setLastVersion = function (type, version) { if (type.startsWith('/history/4.')) return '4.10.1'; if (type.startsWith('/history/5.')) return '5.3.0'; if (type.startsWith('/hls.js/0.')) return '0.14.17'; - if (type.startsWith('/hls.js/1.')) return '1.2.8'; + if (type.startsWith('/hls.js/1.')) return '1.2.9'; if (type.startsWith('/hogan.js/')) return '3.0.2'; if (type.startsWith('/instantsearch.css/7.')) return '7.4.5'; if (type.startsWith('/instantsearch.js/3.')) return '3.7.0'; diff --git a/pages/updates/updates.html b/pages/updates/updates.html index 1fed7535..a4f1a52e 100644 --- a/pages/updates/updates.html +++ b/pages/updates/updates.html @@ -33,6 +33,7 @@
  • findify-bundle v7.1.75 -> v7.1.77 (#1241)
  • react-router v6.4.4 -> v6.4.5 (#1242)
  • dayjs v1.11.6 -> v1.11.7 (#1243)
  • +
  • hls.js v1.2.8 -> v1.2.9 (#1244)
  • Fixed