From 30d2f3b74990917537de421486d36db61a070bc1 Mon Sep 17 00:00:00 2001 From: nobody Date: Fri, 28 Mar 2025 18:51:59 +0100 Subject: [PATCH] bootbox.js v6.0.0 -> v6.0.2 --- THIRD_PARTY.txt | 2 +- modules/internal/targets.js | 2 +- pages/updates/updates.html | 1 + resources/bootbox.js/6.0.0/bootbox.min.jsm | 1 - resources/bootbox.js/6.0.2/bootbox.min.jsm | 7 +++++++ 5 files changed, 10 insertions(+), 3 deletions(-) delete mode 100644 resources/bootbox.js/6.0.0/bootbox.min.jsm create mode 100644 resources/bootbox.js/6.0.2/bootbox.min.jsm diff --git a/THIRD_PARTY.txt b/THIRD_PARTY.txt index 4384d471..16c4ae09 100644 --- a/THIRD_PARTY.txt +++ b/THIRD_PARTY.txt @@ -194,7 +194,7 @@ https://cdnjs.cloudflare.com/ajax/libs/bodymovin/4.13.0/bodymovin.min.js https://cdnjs.cloudflare.com/ajax/libs/bodymovin/5.12.2/lottie.min.js https://cdnjs.cloudflare.com/ajax/libs/bootbox.js/4.4.0/bootbox.min.js https://cdnjs.cloudflare.com/ajax/libs/bootbox.js/5.5.3/bootbox.min.js -https://cdnjs.cloudflare.com/ajax/libs/bootbox.js/6.0.0/bootbox.min.js +https://cdnjs.cloudflare.com/ajax/libs/bootbox.js/6.0.2/bootbox.min.js https://cdnjs.cloudflare.com/ajax/libs/bootstrap-3-typeahead/4.0.2/bootstrap3-typeahead.min.js https://cdnjs.cloudflare.com/ajax/libs/bootstrap-datepicker/1.10.0/css/bootstrap-datepicker3.standalone.min.css https://cdnjs.cloudflare.com/ajax/libs/bootstrap-datepicker/1.10.0/css/bootstrap-datepicker.standalone.min.css diff --git a/modules/internal/targets.js b/modules/internal/targets.js index 37191111..b6044927 100644 --- a/modules/internal/targets.js +++ b/modules/internal/targets.js @@ -144,7 +144,7 @@ targets.setLastVersion = function (type, version) { if (type.startsWith('/bodymovin/5.')) return '5.12.2'; if (type.startsWith('/bootbox.js/4.')) return '4.4.0'; if (type.startsWith('/bootbox.js/5.')) return '5.5.3'; - if (type.startsWith('/bootbox.js/6.')) return '6.0.0'; + if (type.startsWith('/bootbox.js/6.')) return '6.0.2'; if (type.startsWith('/bootstrap-daterangepicker/2.')) return '2.1.27'; if (type.startsWith('/bootstrap-daterangepicker/3.')) return '3.1'; if (type.startsWith('/bootstrap-datepicker/1.')) return '1.10.0'; diff --git a/pages/updates/updates.html b/pages/updates/updates.html index 81d3f756..58a7d226 100644 --- a/pages/updates/updates.html +++ b/pages/updates/updates.html @@ -30,6 +30,7 @@
  • algoliasearch v5.19.0 -> v5.20.2
  • alpinejs v3.14.8 -> v3.14.9
  • axios v1.7.8 -> v1.8.4
  • +
  • bootbox.js v6.0.0 -> v6.0.2
  • Fixed