diff --git a/THIRD_PARTY.txt b/THIRD_PARTY.txt index cbe89ee7..de843b07 100644 --- a/THIRD_PARTY.txt +++ b/THIRD_PARTY.txt @@ -1648,8 +1648,8 @@ https://cdnjs.cloudflare.com/ajax/libs/semantic-ui/2.4.1//themes/material/assets 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.1.0/showdown.min.js -https://cdnjs.cloudflare.com/ajax/libs/simplebar/5.3.8/simplebar.min.css -https://cdnjs.cloudflare.com/ajax/libs/simplebar/5.3.8/simplebar.min.js +https://cdnjs.cloudflare.com/ajax/libs/simplebar/5.3.9/simplebar.min.css +https://cdnjs.cloudflare.com/ajax/libs/simplebar/5.3.9/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.8.1/slick.min.css diff --git a/modules/internal/targets.js b/modules/internal/targets.js index 6be94682..90c77ec0 100644 --- a/modules/internal/targets.js +++ b/modules/internal/targets.js @@ -403,7 +403,7 @@ targets.setLastVersion = function (type, version) { 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.1.0'; - if (type.startsWith('/simplebar/')) return '5.3.8'; + if (type.startsWith('/simplebar/')) return '5.3.9'; if (type.startsWith('/simplemde/')) return '1.11.2'; if (type.startsWith('/slick-carousel/1.')) { if (helpers.compareVersion('1.8.1', version)) return '1.8.1'; // <= v1.8.1 diff --git a/pages/updates/updates.html b/pages/updates/updates.html index deddefe1..2d0cec07 100644 --- a/pages/updates/updates.html +++ b/pages/updates/updates.html @@ -35,6 +35,7 @@
  • underscore.js v1.13.4 -> v1.13.6 (#1146)
  • gsap v3.11.1 -> v3.11.2 (#1147)
  • vue v3.2.39 -> v3.2.40 (#1149)
  • +
  • simplebar v5.3.8 -> v5.3.9 (#1150)
  • Added