From ff71b22dbeb22d9644d91eb03030ccac4f2d9d83 Mon Sep 17 00:00:00 2001 From: nobody Date: Sat, 10 Aug 2024 07:42:29 +0200 Subject: [PATCH] video.js v8.17.0 -> v8.17.3 --- THIRD_PARTY.txt | 4 +- modules/internal/targets.js | 2 +- pages/updates/updates.html | 1 + resources/video.js/8.17.0/video.min.jsm | 52 ------------------ .../{8.17.0 => 8.17.3}/video-js.min.css | 0 resources/video.js/8.17.3/video.min.jsm | 53 +++++++++++++++++++ 6 files changed, 57 insertions(+), 55 deletions(-) delete mode 100644 resources/video.js/8.17.0/video.min.jsm rename resources/video.js/{8.17.0 => 8.17.3}/video-js.min.css (100%) create mode 100644 resources/video.js/8.17.3/video.min.jsm diff --git a/THIRD_PARTY.txt b/THIRD_PARTY.txt index a7392787..11395d23 100644 --- a/THIRD_PARTY.txt +++ b/THIRD_PARTY.txt @@ -1411,8 +1411,8 @@ 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.21.1/video-js.min.css https://cdnjs.cloudflare.com/ajax/libs/video.js/7.21.1/video.min.js -https://cdnjs.cloudflare.com/ajax/libs/video.js/8.17.0/video-js.min.css -https://cdnjs.cloudflare.com/ajax/libs/video.js/8.17.0/video.min.js +https://cdnjs.cloudflare.com/ajax/libs/video.js/8.17.3/video-js.min.css +https://cdnjs.cloudflare.com/ajax/libs/video.js/8.17.3/video.min.js https://cdnjs.cloudflare.com/ajax/libs/vue/3.4.31/vue.global.prod.js https://cdnjs.cloudflare.com/ajax/libs/vue-i18n/8.27.2/vue-i18n.min.js https://cdnjs.cloudflare.com/ajax/libs/vue-i18n/9.13.1/vue-i18n.cjs.min.js diff --git a/modules/internal/targets.js b/modules/internal/targets.js index 03bffaf9..9a975c4a 100644 --- a/modules/internal/targets.js +++ b/modules/internal/targets.js @@ -489,7 +489,7 @@ targets.setLastVersion = function (type, version) { if (helpers.compareVersion('5.20.5', version)) return '5.20.5'; // <= 5.20.5 if (helpers.compareVersion('6.13.0', version)) return '6.13.0'; // > 5.20.5 to <= 6.13.0 if (helpers.compareVersion('7.21.1', version)) return '7.21.1'; // > 6.13.0 to <= 7.21.1 - return '8.17.0'; + return '8.17.3'; } if (type.startsWith('/vue/1.')) return '1.0.28'; if (type.startsWith('/vue/2.')) return '2.6.14'; diff --git a/pages/updates/updates.html b/pages/updates/updates.html index 72dfe5a3..460578cd 100644 --- a/pages/updates/updates.html +++ b/pages/updates/updates.html @@ -51,6 +51,7 @@
  • search-insights v2.15.0 -> v2.16.2
  • spin.js v4.1.1 -> v4.1.2
  • underscore.js v1.13.6 -> v1.13.7
  • +
  • video.js v8.17.0 -> v8.17.3
  • Added