From 00ed365fb0e0c72bb690a4dc48e47fec499fbfc4 Mon Sep 17 00:00:00 2001 From: nobody Date: Thu, 7 Jul 2022 06:25:53 +0200 Subject: [PATCH] moment.js v2.29.3 -> v2.29.4 (#1046) --- THIRD_PARTY.txt | 2 +- modules/internal/targets.js | 2 +- pages/updates/updates.html | 1 + resources/moment.js/2.29.3/moment-with-locales.min.jsm | 2 -- resources/moment.js/2.29.4/moment-with-locales.min.jsm | 2 ++ 5 files changed, 5 insertions(+), 4 deletions(-) delete mode 100644 resources/moment.js/2.29.3/moment-with-locales.min.jsm create mode 100644 resources/moment.js/2.29.4/moment-with-locales.min.jsm diff --git a/THIRD_PARTY.txt b/THIRD_PARTY.txt index eb7154fa..1dd58f1e 100644 --- a/THIRD_PARTY.txt +++ b/THIRD_PARTY.txt @@ -1344,7 +1344,7 @@ https://cdnjs.cloudflare.com/ajax/libs/mdb-ui-kit/4.2.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.3/moment-with-locales.min.js +https://cdnjs.cloudflare.com/ajax/libs/moment.js/2.29.4/moment-with-locales.min.js 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 diff --git a/modules/internal/targets.js b/modules/internal/targets.js index b9257cd9..3dafbad3 100644 --- a/modules/internal/targets.js +++ b/modules/internal/targets.js @@ -330,7 +330,7 @@ targets.setLastVersion = function (type, version) { if (type.startsWith('/modernizr/2.')) return '2.8.3'; if (type.startsWith('/moment.js/2.')) { if (helpers.compareVersion('2.5.1', version)) return '2.5.1'; // <= v2.5.1 - return '2.29.3'; + return '2.29.4'; } if (type.startsWith('/mootools/1.')) { if (helpers.compareVersion('1.4.5', version)) return '1.4.5'; // <= v1.4.5 diff --git a/pages/updates/updates.html b/pages/updates/updates.html index 242f8606..ae7e1162 100644 --- a/pages/updates/updates.html +++ b/pages/updates/updates.html @@ -28,6 +28,7 @@

Updated

Improved