diff --git a/THIRD_PARTY.txt b/THIRD_PARTY.txt index 7075d071..52fb5d65 100644 --- a/THIRD_PARTY.txt +++ b/THIRD_PARTY.txt @@ -1377,7 +1377,7 @@ https://cdnjs.cloudflare.com/ajax/libs/mdb-ui-kit/7.1.0/mdb.min.css 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.4/moment-with-locales.min.js +https://cdnjs.cloudflare.com/ajax/libs/moment.js/2.30.0/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 23bb769d..4b87b5fd 100644 --- a/modules/internal/targets.js +++ b/modules/internal/targets.js @@ -347,7 +347,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.4'; + return '2.30.0'; } 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 b81e199c..a2dc639d 100644 --- a/pages/updates/updates.html +++ b/pages/updates/updates.html @@ -31,6 +31,7 @@
  • axios v1.6.2 -> v1.6.3
  • redux v5.0.0 -> v5.0.1
  • react-router v6.20.1 -> v6.21.1
  • +
  • moment.js v2.29.4 -> v2.30.0
  • Improved