From 920adb917a1e9e008fc724486fe28c6d2998aaa8 Mon Sep 17 00:00:00 2001 From: nobody Date: Thu, 28 Dec 2023 07:58:57 +0100 Subject: [PATCH] swagger-ui v5.10.3 -> v5.10.5 --- THIRD_PARTY.txt | 4 ++-- modules/internal/targets.js | 2 +- pages/updates/updates.html | 1 + .../{5.10.3 => 5.10.5}/swagger-ui-bundle.min.jsm | 8 ++++---- .../swagger-ui/{5.10.3 => 5.10.5}/swagger-ui.min.css | 2 +- 5 files changed, 9 insertions(+), 8 deletions(-) rename resources/swagger-ui/{5.10.3 => 5.10.5}/swagger-ui-bundle.min.jsm (51%) rename resources/swagger-ui/{5.10.3 => 5.10.5}/swagger-ui.min.css (75%) diff --git a/THIRD_PARTY.txt b/THIRD_PARTY.txt index f78d172d..3db25f2a 100644 --- a/THIRD_PARTY.txt +++ b/THIRD_PARTY.txt @@ -1723,8 +1723,8 @@ https://cdnjs.cloudflare.com/ajax/libs/sticky-js/1.3.0/sticky.min.js https://cdnjs.cloudflare.com/ajax/libs/store.js/2.0.12/store.legacy.min.js https://cdnjs.cloudflare.com/ajax/libs/swagger-ui/4.18.3/swagger-ui-bundle.min.js https://cdnjs.cloudflare.com/ajax/libs/swagger-ui/4.18.3/swagger-ui.min.css -https://cdnjs.cloudflare.com/ajax/libs/swagger-ui/5.10.3/swagger-ui-bundle.min.js -https://cdnjs.cloudflare.com/ajax/libs/swagger-ui/5.10.3/swagger-ui.min.css +https://cdnjs.cloudflare.com/ajax/libs/swagger-ui/5.10.5/swagger-ui-bundle.min.js +https://cdnjs.cloudflare.com/ajax/libs/swagger-ui/5.10.5/swagger-ui.min.css https://cdnjs.cloudflare.com/ajax/libs/swfobject/2.2/swfobject.js https://cdnjs.cloudflare.com/ajax/libs/Swiper/3.4.2/css/swiper.min.css https://cdnjs.cloudflare.com/ajax/libs/Swiper/3.4.2/js/swiper.min.js diff --git a/modules/internal/targets.js b/modules/internal/targets.js index 7c85375a..bec4906d 100644 --- a/modules/internal/targets.js +++ b/modules/internal/targets.js @@ -436,7 +436,7 @@ targets.setLastVersion = function (type, version) { if (type.startsWith('/sticky-js/')) return '1.3.0'; if (type.startsWith('/store.js/2.')) return '2.0.12'; if (type.startsWith('/swagger-ui/4.')) return '4.18.3'; - if (type.startsWith('/swagger-ui/5.')) return '5.10.3'; + if (type.startsWith('/swagger-ui/5.')) return '5.10.5'; if (type.startsWith('/swfobject/2.')) return '2.2'; if (type.startsWith('/Swiper/3.')) return '3.4.2'; if (type.startsWith('/Swiper/4.')) return '4.5.1'; diff --git a/pages/updates/updates.html b/pages/updates/updates.html index e2833536..7bcf8cfd 100644 --- a/pages/updates/updates.html +++ b/pages/updates/updates.html @@ -33,6 +33,7 @@
  • react-router v6.20.1 -> v6.21.1
  • moment.js v2.29.4 -> v2.30.0
  • video.js v8.7.0 -> v8.8.0
  • +
  • swagger-ui v5.10.3 -> v5.10.5
  • Improved