diff --git a/THIRD_PARTY.txt b/THIRD_PARTY.txt index 8118cc98..cf9cce9e 100644 --- a/THIRD_PARTY.txt +++ b/THIRD_PARTY.txt @@ -278,8 +278,8 @@ https://cdnjs.cloudflare.com/ajax/libs/bootstrap-datepicker/1.9.0/locales/bootst https://cdnjs.cloudflare.com/ajax/libs/bootstrap-datepicker/1.9.0/locales/bootstrap-datepicker.zh-TW.min.js https://cdnjs.cloudflare.com/ajax/libs/bootstrap-daterangepicker/2.1.27/daterangepicker.min.js https://cdnjs.cloudflare.com/ajax/libs/bootstrap-daterangepicker/3.1/daterangepicker.min.js -https://cdnjs.cloudflare.com/ajax/libs/bootstrap-icons/1.8.3/font/bootstrap-icons.min.css -https://cdnjs.cloudflare.com/ajax/libs/bootstrap-icons/1.8.3/font/fonts/bootstrap-icons.woff +https://cdnjs.cloudflare.com/ajax/libs/bootstrap-icons/1.9.0/1.8.3/bootstrap-icons.min.css +https://cdnjs.cloudflare.com/ajax/libs/bootstrap-icons/1.9.0/font/fonts/bootstrap-icons.woff https://cdnjs.cloudflare.com/ajax/libs/bootstrap-multiselect/0.9.16/js/bootstrap-multiselect.min.js https://cdnjs.cloudflare.com/ajax/libs/bootstrap-multiselect/1.1.1/js/bootstrap-multiselect.min.js https://cdnjs.cloudflare.com/ajax/libs/bootstrap-select/1.13.18/css/bootstrap-select.min.css diff --git a/modules/internal/targets.js b/modules/internal/targets.js index c9cb206e..307e61ae 100644 --- a/modules/internal/targets.js +++ b/modules/internal/targets.js @@ -146,7 +146,7 @@ targets.setLastVersion = function (type, version) { 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.9.0'; - if (type.startsWith('/bootstrap-icons/1.')) return '1.8.3'; + if (type.startsWith('/bootstrap-icons/1.')) return '1.9.0'; if (type.startsWith('/bootstrap-multiselect/0.')) return '0.9.16'; if (type.startsWith('/bootstrap-multiselect/1.')) return '1.1.1'; if (type.startsWith('/bootstrap-slider/10.')) return '10.6.2'; diff --git a/pages/updates/updates.html b/pages/updates/updates.html index a1a09ec1..e4cd7081 100644 --- a/pages/updates/updates.html +++ b/pages/updates/updates.html @@ -32,6 +32,7 @@
  • foundation v6.7.4 -> v6.7.5 (#1057)
  • mdb-ui-kit v4.2.0 -> v4.3.0 (#1058)
  • highlight.js v11.5.1 -> v11.6.0 (#1059)
  • +
  • bootstrap-icons v1.8.3 -> v1.9.0 (#1060)
  • Improved