diff --git a/THIRD_PARTY.txt b/THIRD_PARTY.txt index 4f3c0239..4f13b15d 100644 --- a/THIRD_PARTY.txt +++ b/THIRD_PARTY.txt @@ -1336,7 +1336,7 @@ https://cdnjs.cloudflare.com/ajax/libs/mdb-ui-kit/3.11.0/mdb.min.js https://cdnjs.cloudflare.com/ajax/libs/Modaal/0.4.4/css/modaal.min.css https://cdnjs.cloudflare.com/ajax/libs/Modaal/0.4.4/js/modaal.min.js https://cdnjs.cloudflare.com/ajax/libs/modernizr/2.8.3/modernizr.min.js -https://cdnjs.cloudflare.com/ajax/libs/moment.js/2.29.1/moment-with-locales.min.js +https://cdnjs.cloudflare.com/ajax/libs/moment.js/2.29.2/moment-with-locales.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 diff --git a/modules/internal/targets.js b/modules/internal/targets.js index 329337d2..a1b4227a 100644 --- a/modules/internal/targets.js +++ b/modules/internal/targets.js @@ -310,7 +310,7 @@ targets.setLastVersion = function (type, version) { if (type.startsWith('/mobile/1.')) return '1.4.5'; if (type.startsWith('/Modaal/0.')) return '0.4.4'; if (type.startsWith('/modernizr/2.')) return '2.8.3'; - if (type.startsWith('/moment.js/2.')) return '2.29.1'; + if (type.startsWith('/moment.js/2.')) return '2.29.2'; if (type.startsWith('/mootools/1.')) { if (helpers.compareVersion('1.4.5', version)) return '1.4.5'; // <= v1.4.5 return '1.6.0'; diff --git a/pages/updates/updates.html b/pages/updates/updates.html index 6ec0718d..6e1b19c3 100644 --- a/pages/updates/updates.html +++ b/pages/updates/updates.html @@ -25,6 +25,10 @@

New in LocalCDN:

+

Updated

+

Added