From 181fc6e6092957648bd7f289ee0b62547d2d6475 Mon Sep 17 00:00:00 2001 From: nobody Date: Fri, 27 Oct 2023 15:36:25 +0200 Subject: [PATCH] swagger-ui v5.9.0 -> v5.9.1 (#1572) --- THIRD_PARTY.txt | 4 ++-- modules/internal/targets.js | 2 +- pages/updates/updates.html | 1 + resources/swagger-ui/5.9.0/swagger-ui-bundle.min.jsm | 12 ------------ resources/swagger-ui/5.9.1/swagger-ui-bundle.min.jsm | 12 ++++++++++++ .../swagger-ui/{5.9.0 => 5.9.1}/swagger-ui.min.css | 0 6 files changed, 16 insertions(+), 15 deletions(-) delete mode 100644 resources/swagger-ui/5.9.0/swagger-ui-bundle.min.jsm create mode 100644 resources/swagger-ui/5.9.1/swagger-ui-bundle.min.jsm rename resources/swagger-ui/{5.9.0 => 5.9.1}/swagger-ui.min.css (100%) diff --git a/THIRD_PARTY.txt b/THIRD_PARTY.txt index 00157957..ea2e0ac0 100644 --- a/THIRD_PARTY.txt +++ b/THIRD_PARTY.txt @@ -1720,8 +1720,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.9.0/swagger-ui-bundle.min.js -https://cdnjs.cloudflare.com/ajax/libs/swagger-ui/5.9.0/swagger-ui.min.css +https://cdnjs.cloudflare.com/ajax/libs/swagger-ui/5.9.1/swagger-ui-bundle.min.js +https://cdnjs.cloudflare.com/ajax/libs/swagger-ui/5.9.1/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 a88c7adb..5a2a693e 100644 --- a/modules/internal/targets.js +++ b/modules/internal/targets.js @@ -434,7 +434,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.9.0'; + if (type.startsWith('/swagger-ui/5.')) return '5.9.1'; 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 bea2c1df..1a9b6f3d 100644 --- a/pages/updates/updates.html +++ b/pages/updates/updates.html @@ -37,6 +37,7 @@
  • Swiper v10.3.1 -> v11.0.2 (#1569)
  • video.js v8.6.0 -> v8.6.1 (#1570)
  • vue v3.3.4 -> v3.3.7 (#1571)
  • +
  • swagger-ui v5.9.0 -> v5.9.1 (#1572)
  • Improved