diff --git a/THIRD_PARTY.txt b/THIRD_PARTY.txt index 69276fbb..9a6a9c17 100644 --- a/THIRD_PARTY.txt +++ b/THIRD_PARTY.txt @@ -305,7 +305,7 @@ https://cdnjs.cloudflare.com/ajax/libs/bootstrap-vue/2.23.1/bootstrap-vue.min.cs https://cdnjs.cloudflare.com/ajax/libs/bootstrap-vue/2.23.1/bootstrap-vue.min.js https://cdnjs.cloudflare.com/ajax/libs/bootswatch/3.4.0/flatly/bootstrap.min.css https://cdnjs.cloudflare.com/ajax/libs/bootswatch/4.6.1/flatly/bootstrap.min.css -https://cdnjs.cloudflare.com/ajax/libs/bootswatch/5.3.1/flatly/bootstrap.min.css +https://cdnjs.cloudflare.com/ajax/libs/bootswatch/5.3.2/flatly/bootstrap.min.css https://cdnjs.cloudflare.com/ajax/libs/bowser/1.9.4/bowser.min.js https://cdnjs.cloudflare.com/ajax/libs/bowser/2.11.0/bundled.min.js https://cdnjs.cloudflare.com/ajax/libs/bulma/0.9.4/css/bulma.min.css diff --git a/modules/internal/targets.js b/modules/internal/targets.js index 36f31605..90f54aa3 100644 --- a/modules/internal/targets.js +++ b/modules/internal/targets.js @@ -162,7 +162,7 @@ targets.setLastVersion = function (type, version) { if (type.startsWith('/bootstrap-3-typeahead/4.')) return '4.0.2'; if (type.startsWith('/bootswatch/3.')) return '3.4.0'; if (type.startsWith('/bootswatch/4.')) return '4.6.1'; - if (type.startsWith('/bootswatch/5.')) return '5.3.1'; + if (type.startsWith('/bootswatch/5.')) return '5.3.2'; if (type.startsWith('/bowser/')) { if (version !== 'latest' && helpers.compareVersion('1.9.4', version)) return '1.9.4'; return '2.11.0'; diff --git a/pages/updates/updates.html b/pages/updates/updates.html index 8532a3cb..86263f03 100644 --- a/pages/updates/updates.html +++ b/pages/updates/updates.html @@ -39,6 +39,7 @@
  • tensorflow v4.10.0 -> v4.11.0 (#1538)
  • bootstrap-icons v1.10.5 -> v1.11.1 (#1539)
  • dayjs v1.11.9 -> v1.11.10 (#1540)
  • +
  • bootswatch v5.3.1 -> v5.3.2 (#1541)
  • Fixed