diff --git a/THIRD_PARTY.txt b/THIRD_PARTY.txt index c884a1cb..14a2148a 100644 --- a/THIRD_PARTY.txt +++ b/THIRD_PARTY.txt @@ -1502,8 +1502,8 @@ 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/simplebar/5.3.4/simplebar.min.css -https://cdnjs.cloudflare.com/ajax/libs/simplebar/5.3.4/simplebar.min.js +https://cdnjs.cloudflare.com/ajax/libs/simplebar/5.3.5/simplebar.min.css +https://cdnjs.cloudflare.com/ajax/libs/simplebar/5.3.5/simplebar.min.js https://cdnjs.cloudflare.com/ajax/libs/simplemde/1.11.2/simplemde.min.css https://cdnjs.cloudflare.com/ajax/libs/simplemde/1.11.2/simplemde.min.js https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.9.0/slick.min.css diff --git a/modules/internal/targets.js b/modules/internal/targets.js index a96f710b..52080fb9 100644 --- a/modules/internal/targets.js +++ b/modules/internal/targets.js @@ -543,7 +543,7 @@ targets.setLastVersion = function (type, version) { } else if (type.startsWith('/showdown/0.')) { return '0.5.1'; } else if (type.startsWith('/simplebar/')) { - return '5.3.4'; + return '5.3.5'; } else if (type.startsWith('/simplemde/')) { return '1.11.2'; } else if (type.startsWith('/slick-carousel/1.')) { diff --git a/pages/updates/updates.html b/pages/updates/updates.html index f53c0755..05082423 100644 --- a/pages/updates/updates.html +++ b/pages/updates/updates.html @@ -66,6 +66,7 @@
  • Fixed Chromium: Removes metadata only if LocalCDN is enabled (#563)
  • Added: Files of MathJax v2.7.5 (#568)
  • Updated: bodymovin v5.7.11 -> v5.7.12 (#570)
  • +
  • Updated: simplebar v5.3.4 -> v5.3.5 (#571)
  • 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).