diff --git a/THIRD_PARTY.txt b/THIRD_PARTY.txt index c82a6d91..62efe12a 100644 --- a/THIRD_PARTY.txt +++ b/THIRD_PARTY.txt @@ -742,7 +742,7 @@ https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.9.0/styles/xt256.min.css 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.5.7/hls.min.js +https://cdnjs.cloudflare.com/ajax/libs/hls.js/1.5.8/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.66.0/instantsearch.production.min.js diff --git a/modules/internal/targets.js b/modules/internal/targets.js index d61d6599..fdac5513 100644 --- a/modules/internal/targets.js +++ b/modules/internal/targets.js @@ -227,7 +227,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.5.7'; + if (type.startsWith('/hls.js/1.')) return '1.5.8'; if (type.startsWith('/hogan.js/')) return '3.0.2'; if (type.startsWith('/instantsearch.css/7.')) return '7.4.5'; if (type.startsWith('/instantsearch.css/8.')) return '8.1.0'; diff --git a/pages/updates/updates.html b/pages/updates/updates.html index 97a5a00c..f30c0a1d 100644 --- a/pages/updates/updates.html +++ b/pages/updates/updates.html @@ -36,6 +36,7 @@
  • alpinejs v3.13.7 -> v3.13.8
  • swagger-ui v5.12.0 -> v5.15.1
  • p5.js v1.9.1 -> v1.9.2
  • +
  • hls.js v1.5.7 -> v1.5.8
  • Improved