From c8cc450ce88bef045a1b2493b5086d9927e9fd31 Mon Sep 17 00:00:00 2001 From: nobody Date: Sun, 4 Feb 2024 07:40:37 +0100 Subject: [PATCH] swagger-ui v5.11.0 -> v5.11.2 --- THIRD_PARTY.txt | 4 ++-- modules/internal/targets.js | 2 +- pages/updates/updates.html | 1 + .../swagger-ui/5.11.0/swagger-ui-bundle.min.jsm | 12 ------------ .../swagger-ui/5.11.2/swagger-ui-bundle.min.jsm | 12 ++++++++++++ .../swagger-ui/{5.11.0 => 5.11.2}/swagger-ui.min.css | 0 6 files changed, 16 insertions(+), 15 deletions(-) delete mode 100644 resources/swagger-ui/5.11.0/swagger-ui-bundle.min.jsm create mode 100644 resources/swagger-ui/5.11.2/swagger-ui-bundle.min.jsm rename resources/swagger-ui/{5.11.0 => 5.11.2}/swagger-ui.min.css (100%) diff --git a/THIRD_PARTY.txt b/THIRD_PARTY.txt index ee0db797..5806843a 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.11.0/swagger-ui-bundle.min.js -https://cdnjs.cloudflare.com/ajax/libs/swagger-ui/5.11.0/swagger-ui.min.css +https://cdnjs.cloudflare.com/ajax/libs/swagger-ui/5.11.2/swagger-ui-bundle.min.js +https://cdnjs.cloudflare.com/ajax/libs/swagger-ui/5.11.2/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 372e8aab..d48a4425 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.11.0'; + if (type.startsWith('/swagger-ui/5.')) return '5.11.2'; 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 571ea285..bd1424b0 100644 --- a/pages/updates/updates.html +++ b/pages/updates/updates.html @@ -37,6 +37,7 @@
  • react-router v6.21.1 -> v6.22.0
  • video.js v8.9.0 -> v8.11.1
  • alpinejs v3.13.3 -> v3.13.5
  • +
  • swagger-ui v5.11.0 -> v5.11.2
  • Mapping