diff --git a/THIRD_PARTY.txt b/THIRD_PARTY.txt index 498f0f35..04780bd3 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.3.1/hls.min.js +https://cdnjs.cloudflare.com/ajax/libs/hls.js/1.3.2/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.50.2/instantsearch.production.min.js diff --git a/modules/internal/targets.js b/modules/internal/targets.js index 5626ac90..b1ff65bc 100644 --- a/modules/internal/targets.js +++ b/modules/internal/targets.js @@ -231,7 +231,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.3.1'; + if (type.startsWith('/hls.js/1.')) return '1.3.2'; 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.0.0'; diff --git a/pages/updates/updates.html b/pages/updates/updates.html index 109b86d9..2b59b93f 100644 --- a/pages/updates/updates.html +++ b/pages/updates/updates.html @@ -36,6 +36,7 @@
  • react-router v6.7.0 -> v6.8.0 (#1314)
  • redux v4.2.0 -> v4.2.1 (#1315)
  • Swiper v8.4.6 -> v8.4.7 (#1316)
  • +
  • hls.js v1.3.1 -> v1.3.2 (#1317)
  • Mapping