diff --git a/THIRD_PARTY.txt b/THIRD_PARTY.txt index c3b78c9f..05a472ff 100644 --- a/THIRD_PARTY.txt +++ b/THIRD_PARTY.txt @@ -959,7 +959,7 @@ https://cdnjs.cloudflare.com/ajax/libs/moment.js/2.5.1/moment-with-langs.min.js https://cdnjs.cloudflare.com/ajax/libs/mootools/1.4.5/mootools-core-full-compat-yc.min.js https://cdnjs.cloudflare.com/ajax/libs/mootools/1.6.0/mootools-core.min.js https://cdnjs.cloudflare.com/ajax/libs/noUiSlider/14.7.0/nouislider.min.js -https://cdnjs.cloudflare.com/ajax/libs/noUiSlider/15.8.0/nouislider.min.js +https://cdnjs.cloudflare.com/ajax/libs/noUiSlider/15.8.1/nouislider.min.js https://cdnjs.cloudflare.com/ajax/libs/nprogress/0.2.0/nprogress.min.css https://cdnjs.cloudflare.com/ajax/libs/nprogress/0.2.0/nprogress.min.js https://cdnjs.cloudflare.com/ajax/libs/nvd3/1.8.6/nv.d3.min.css diff --git a/modules/internal/targets.js b/modules/internal/targets.js index aa8e89d7..d9ef7d00 100644 --- a/modules/internal/targets.js +++ b/modules/internal/targets.js @@ -356,7 +356,7 @@ targets.setLastVersion = function (type, version) { return '18.0.0'; } if (type.startsWith('/noUiSlider/14.')) return '14.7.0'; - if (type.startsWith('/noUiSlider/15.')) return '15.8.0'; + if (type.startsWith('/noUiSlider/15.')) return '15.8.1'; if (type.startsWith('/nprogress/0.')) return '0.2.0'; if (type.startsWith('/nvd3/1.')) return '1.8.6'; if (type.startsWith('/object-assign@4.')) return '4.1.1'; diff --git a/pages/updates/updates.html b/pages/updates/updates.html index f700e555..f6a8a2a9 100644 --- a/pages/updates/updates.html +++ b/pages/updates/updates.html @@ -41,6 +41,7 @@