diff --git a/modules/internal/targets.js b/modules/internal/targets.js index d2a2fbac..a6a8b64a 100644 --- a/modules/internal/targets.js +++ b/modules/internal/targets.js @@ -250,7 +250,7 @@ targets.setLastVersion = function (type, version) { } else if (type.startsWith('/datatables/1.')) { return '1.10.25'; } else if (type.startsWith('/dayjs/1.')) { - return '1.10.5'; + return '1.10.6'; } else if (type.startsWith('/dexie/3.') || type.startsWith('/dexie/latest')) { return '3.0.3'; } else if (type.startsWith('/docsearch.js/2.')) { diff --git a/pages/updates/updates.html b/pages/updates/updates.html index 0017c44e..10477749 100644 --- a/pages/updates/updates.html +++ b/pages/updates/updates.html @@ -57,6 +57,7 @@
  • Added: angular-sanitize v1.6.10 (#556)
  • Added: clappr v0.4.5 (#558)
  • Mapping: video.js -> cdnjs.cloudflare.com (#559)
  • +
  • Update: dayjs v1.10.5 -> v1.10.6 (#560)
  • Includes also the following changes, because the release of this version took a long time caused by a broken validation server of Mozilla (More information).