diff --git a/THIRD_PARTY.txt b/THIRD_PARTY.txt index ab115ad7..4e9a3eb9 100644 --- a/THIRD_PARTY.txt +++ b/THIRD_PARTY.txt @@ -1795,8 +1795,8 @@ https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.4.1/css/bootstrap.min https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.4.1/js/bootstrap.bundle.min.js https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.6.1/css/bootstrap.min.css https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.6.1/js/bootstrap.bundle.min.js -https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/5.3.1/css/bootstrap.min.css -https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/5.3.1/js/bootstrap.bundle.min.js +https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/5.3.2/css/bootstrap.min.css +https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/5.3.2/js/bootstrap.bundle.min.js https://cdnjs.cloudflare.com/ajax/libs/twix.js/0.3.0/twix.min.js https://cdnjs.cloudflare.com/ajax/libs/twix.js/1.3.0/twix.min.js https://cdnjs.cloudflare.com/ajax/libs/underscore.js/1.13.6/underscore-min.js diff --git a/modules/internal/targets.js b/modules/internal/targets.js index 3c9a9c1d..83405535 100644 --- a/modules/internal/targets.js +++ b/modules/internal/targets.js @@ -465,7 +465,7 @@ targets.setLastVersion = function (type, version) { if (helpers.compareVersion('4.4.1', version)) return '4.4.1'; // <= 4.4.1 return '4.6.1'; } - if (type.startsWith('/twitter-bootstrap/5.')) return '5.3.1'; + if (type.startsWith('/twitter-bootstrap/5.')) return '5.3.2'; if (type.startsWith('/twix.js/0.')) return '0.3.0'; if (type.startsWith('/twix.js/1.')) return '1.3.0'; if (type.startsWith('/underscore.js/1.')) return '1.13.6'; diff --git a/pages/updates/updates.html b/pages/updates/updates.html index 0a705cf2..7a258a35 100644 --- a/pages/updates/updates.html +++ b/pages/updates/updates.html @@ -34,6 +34,7 @@
  • vue-i18n v9.2.2 -> v9.4.0 (#1532)
  • instantsearch.js v4.56.9 -> v4.56.10 (#1533)
  • algoliasearch v4.19.1 -> v4.20.0 (#1534)
  • +
  • twitter-bootstrap v5.3.1 -> v5.3.2 (#1536)
  • Fixed