diff --git a/THIRD_PARTY.txt b/THIRD_PARTY.txt index 39b6f987..2358ab98 100644 --- a/THIRD_PARTY.txt +++ b/THIRD_PARTY.txt @@ -1669,8 +1669,8 @@ https://cdnjs.cloudflare.com/ajax/libs/video.js/5.20.5/video-js.min.css https://cdnjs.cloudflare.com/ajax/libs/video.js/5.20.5/video.min.js https://cdnjs.cloudflare.com/ajax/libs/video.js/6.13.0/video-js.min.css https://cdnjs.cloudflare.com/ajax/libs/video.js/6.13.0/video.min.js -https://cdnjs.cloudflare.com/ajax/libs/video.js/7.15.6/video-js.min.css -https://cdnjs.cloudflare.com/ajax/libs/video.js/7.15.6/video.min.js +https://cdnjs.cloudflare.com/ajax/libs/video.js/7.16.0/video-js.min.css +https://cdnjs.cloudflare.com/ajax/libs/video.js/7.16.0/video.min.js https://cdnjs.cloudflare.com/ajax/libs/vue/3.2.19/vue.global.prod.js https://cdnjs.cloudflare.com/ajax/libs/vue-i18n/8.26.5/vue-i18n.min.js https://cdnjs.cloudflare.com/ajax/libs/vue-i18n/9.1.8/vue-i18n.cjs.min.js diff --git a/modules/internal/targets.js b/modules/internal/targets.js index 3a283bc8..97d77fc1 100644 --- a/modules/internal/targets.js +++ b/modules/internal/targets.js @@ -631,7 +631,7 @@ targets.setLastVersion = function (type, version) { } else if (type.startsWith('/video.js/')) { if (helpers.compareVersion('5.20.5', version)) return '5.20.5'; // <= 5.20.5 else if (helpers.compareVersion('6.13.0', version)) return '6.13.0'; // > 5.20.5 to <= 6.13.0 - else return '7.15.6'; + else return '7.16.0'; } else if (type.startsWith('/vue/1.')) { return '1.0.28'; } else if (type.startsWith('/vue/2.')) { diff --git a/pages/updates/updates.html b/pages/updates/updates.html index f3128599..f208ba8c 100644 --- a/pages/updates/updates.html +++ b/pages/updates/updates.html @@ -38,6 +38,7 @@
  • axios v0.21.4 -> v0.22.0 (#710)
  • vue-i18n v9.1.7 -> v9.1.8 (#711)
  • hls.js v1.0.10 -> v1.0.11 (#712)
  • +
  • video.js v7.15.6 -> v7.16.0 (#713)
  • Improved