diff --git a/THIRD_PARTY.txt b/THIRD_PARTY.txt index 0e1ff430..0986bc0e 100644 --- a/THIRD_PARTY.txt +++ b/THIRD_PARTY.txt @@ -1630,7 +1630,7 @@ https://cdnjs.cloudflare.com/ajax/libs/semantic-ui/2.4.1//themes/github/assets/f https://cdnjs.cloudflare.com/ajax/libs/semantic-ui/2.4.1//themes/material/assets/fonts/icons.woff2 https://cdnjs.cloudflare.com/ajax/libs/showdown/0.5.1/showdown.min.js https://cdnjs.cloudflare.com/ajax/libs/showdown/1.9.1/showdown.min.js -https://cdnjs.cloudflare.com/ajax/libs/showdown/2.0.3/showdown.min.js +https://cdnjs.cloudflare.com/ajax/libs/showdown/2.1.0/showdown.min.js https://cdnjs.cloudflare.com/ajax/libs/simplebar/5.3.6/simplebar.min.css https://cdnjs.cloudflare.com/ajax/libs/simplebar/5.3.6/simplebar.min.js https://cdnjs.cloudflare.com/ajax/libs/simplemde/1.11.2/simplemde.min.css diff --git a/modules/internal/targets.js b/modules/internal/targets.js index 64588ad4..bc37de37 100644 --- a/modules/internal/targets.js +++ b/modules/internal/targets.js @@ -366,7 +366,7 @@ targets.setLastVersion = function (type, version) { if (type.startsWith('/semantic-ui/2.')) return '2.4.1'; if (type.startsWith('/showdown/0.')) return '0.5.1'; if (type.startsWith('/showdown/1.')) return '1.9.1'; - if (type.startsWith('/showdown/2.')) return '2.0.3'; + if (type.startsWith('/showdown/2.')) return '2.1.0'; if (type.startsWith('/simplebar/')) return '5.3.6'; if (type.startsWith('/simplemde/')) return '1.11.2'; if (type.startsWith('/slick-carousel/1.')) { diff --git a/pages/updates/updates.html b/pages/updates/updates.html index 5a44a315..f4d007a6 100644 --- a/pages/updates/updates.html +++ b/pages/updates/updates.html @@ -36,6 +36,7 @@
  • alpinejs v3.9.6 -> v3.10.2 (#953)
  • Swiper v8.1.1 -> v8.1.3 (#955)
  • video.js v7.19.1 -> v7.19.2 (#956)
  • +
  • showdown v2.0.3 -> v2.1.0 (#957)
  • Added