diff --git a/THIRD_PARTY.txt b/THIRD_PARTY.txt index 16c4ae09..dd59e66c 100644 --- a/THIRD_PARTY.txt +++ b/THIRD_PARTY.txt @@ -294,8 +294,8 @@ https://cdnjs.cloudflare.com/ajax/libs/bootstrap-slider/10.6.2/bootstrap-slider. https://cdnjs.cloudflare.com/ajax/libs/bootstrap-slider/10.6.2/css/bootstrap-slider.min.css https://cdnjs.cloudflare.com/ajax/libs/bootstrap-slider/11.0.2/bootstrap-slider.min.js https://cdnjs.cloudflare.com/ajax/libs/bootstrap-slider/11.0.2/css/bootstrap-slider.min.css -https://cdnjs.cloudflare.com/ajax/libs/bootstrap-table/1.24.0/bootstrap-table.min.css -https://cdnjs.cloudflare.com/ajax/libs/bootstrap-table/1.24.0/bootstrap-table.min.js +https://cdnjs.cloudflare.com/ajax/libs/bootstrap-table/1.24.1/bootstrap-table.min.css +https://cdnjs.cloudflare.com/ajax/libs/bootstrap-table/1.24.1/bootstrap-table.min.js https://cdnjs.cloudflare.com/ajax/libs/bootstrap-toggle/2.2.2/css/bootstrap2-toggle.min.css https://cdnjs.cloudflare.com/ajax/libs/bootstrap-toggle/2.2.2/css/bootstrap-toggle.min.css https://cdnjs.cloudflare.com/ajax/libs/bootstrap-toggle/2.2.2/js/bootstrap2-toggle.min.js diff --git a/modules/internal/targets.js b/modules/internal/targets.js index b6044927..b26c5a66 100644 --- a/modules/internal/targets.js +++ b/modules/internal/targets.js @@ -154,7 +154,7 @@ targets.setLastVersion = function (type, version) { if (type.startsWith('/bootstrap-slider/10.')) return '10.6.2'; if (type.startsWith('/bootstrap-slider/11.')) return '11.0.2'; if (type.startsWith('/bootstrap-select/1.')) return '1.13.18'; - if (type.startsWith('/bootstrap-table/1.')) return '1.24.0'; + if (type.startsWith('/bootstrap-table/1.')) return '1.24.1'; if (type.startsWith('/bootstrap-toggle/2.')) return '2.2.2'; if (type.startsWith('/bootstrap-vue/2.')) return '2.23.1'; if (type.startsWith('/bootstrap-3-typeahead/4.')) return '4.0.2'; diff --git a/pages/updates/updates.html b/pages/updates/updates.html index 58a7d226..a941daf4 100644 --- a/pages/updates/updates.html +++ b/pages/updates/updates.html @@ -31,6 +31,7 @@
  • alpinejs v3.14.8 -> v3.14.9
  • axios v1.7.8 -> v1.8.4
  • bootbox.js v6.0.0 -> v6.0.2
  • +
  • bootstrap-table v1.24.0 -> v1.24.1
  • Fixed