diff --git a/THIRD_PARTY.txt b/THIRD_PARTY.txt index 17d4ca7a..ca444e2e 100644 --- a/THIRD_PARTY.txt +++ b/THIRD_PARTY.txt @@ -275,8 +275,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.0/font/bootstrap-icons.min.css -https://cdnjs.cloudflare.com/ajax/libs/bootstrap-icons/1.8.0/font/fonts/bootstrap-icons.woff +https://cdnjs.cloudflare.com/ajax/libs/bootstrap-icons/1.8.1/font/bootstrap-icons.min.css +https://cdnjs.cloudflare.com/ajax/libs/bootstrap-icons/1.8.1/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 4f7cfcb0..9201bb4d 100644 --- a/modules/internal/targets.js +++ b/modules/internal/targets.js @@ -139,7 +139,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.0'; + if (type.startsWith('/bootstrap-icons/1.')) return '1.8.1'; 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 8af64736..f63193bd 100644 --- a/pages/updates/updates.html +++ b/pages/updates/updates.html @@ -27,7 +27,7 @@

Updated