diff --git a/THIRD_PARTY.txt b/THIRD_PARTY.txt index 09c12a5c..d2e6c332 100644 --- a/THIRD_PARTY.txt +++ b/THIRD_PARTY.txt @@ -1150,7 +1150,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.3/hls.min.js +https://cdnjs.cloudflare.com/ajax/libs/hls.js/1.2.4/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.46.3/instantsearch.production.min.js diff --git a/modules/internal/targets.js b/modules/internal/targets.js index 4d45faae..0822b32d 100644 --- a/modules/internal/targets.js +++ b/modules/internal/targets.js @@ -235,7 +235,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.3'; + if (type.startsWith('/hls.js/1.')) return '1.2.4'; 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 405f3220..b53c982c 100644 --- a/pages/updates/updates.html +++ b/pages/updates/updates.html @@ -37,6 +37,7 @@
  • vue v3.2.39 -> v3.2.40 (#1149)
  • simplebar v5.3.8 -> v5.3.9 (#1150)
  • react-intl v6.1.1 -> v6.1.2 (#1151)
  • +
  • hls.js v1.2.3 -> v1.2.4 (#1152)
  • Added