From 64d16f9c5f23d3548b5f26310095a726b9db6560 Mon Sep 17 00:00:00 2001 From: nobody Date: Thu, 9 Jan 2025 07:09:07 +0100 Subject: [PATCH] video.js v8.20.0 -> v8.21.1 --- THIRD_PARTY.txt | 4 ++-- modules/internal/targets.js | 2 +- pages/updates/updates.html | 1 + .../video.js/{8.20.0 => 8.21.1}/video-js.min.css | 2 +- .../video.js/{8.20.0 => 8.21.1}/video.min.jsm | 14 +++++++------- 5 files changed, 12 insertions(+), 11 deletions(-) rename resources/video.js/{8.20.0 => 8.21.1}/video-js.min.css (57%) rename resources/video.js/{8.20.0 => 8.21.1}/video.min.jsm (73%) diff --git a/THIRD_PARTY.txt b/THIRD_PARTY.txt index 5a647c6d..6e1e9f6f 100644 --- a/THIRD_PARTY.txt +++ b/THIRD_PARTY.txt @@ -1697,8 +1697,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.20.0/video-js.min.css -https://cdnjs.cloudflare.com/ajax/libs/video.js/8.20.0/video.min.js +https://cdnjs.cloudflare.com/ajax/libs/video.js/8.21.1/video-js.min.css +https://cdnjs.cloudflare.com/ajax/libs/video.js/8.21.1/video.min.js https://cdnjs.cloudflare.com/ajax/libs/vue/3.5.13/vue.global.prod.js https://cdnjs.cloudflare.com/ajax/libs/vue-i18n/10.0.5/vue-i18n.global.prod.min.js https://cdnjs.cloudflare.com/ajax/libs/vue-i18n/8.27.2/vue-i18n.min.js diff --git a/modules/internal/targets.js b/modules/internal/targets.js index 0a359b12..9fdd961e 100644 --- a/modules/internal/targets.js +++ b/modules/internal/targets.js @@ -493,7 +493,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.20.0'; + return '8.21.1'; } 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 bc53a409..a093b7b5 100644 --- a/pages/updates/updates.html +++ b/pages/updates/updates.html @@ -42,6 +42,7 @@
  • react-router v6.28.0 -> v6.28.1
  • simplebar v6.2.7 -> v6.3.0
  • tinymce v7.5.1 -> v7.6.0
  • +
  • video.js v8.20.0 -> v8.21.1
  • Fixed