diff --git a/THIRD_PARTY.txt b/THIRD_PARTY.txt index 8e9d2053..374fb042 100644 --- a/THIRD_PARTY.txt +++ b/THIRD_PARTY.txt @@ -1340,7 +1340,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.2/moment-with-locales.min.js +https://cdnjs.cloudflare.com/ajax/libs/moment.js/2.29.3/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 e3847970..5b2f7b96 100644 --- a/modules/internal/targets.js +++ b/modules/internal/targets.js @@ -311,7 +311,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.2'; + if (type.startsWith('/moment.js/2.')) return '2.29.3'; 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 950a741a..c3818515 100644 --- a/pages/updates/updates.html +++ b/pages/updates/updates.html @@ -25,6 +25,10 @@

New in LocalCDN:

+

Updated

+

Added