diff --git a/THIRD_PARTY.txt b/THIRD_PARTY.txt index 5ba2807a..fd8a7171 100644 --- a/THIRD_PARTY.txt +++ b/THIRD_PARTY.txt @@ -192,7 +192,7 @@ https://cdnjs.cloudflare.com/ajax/libs/baguettebox.js/1.11.1/baguetteBox.min.js https://cdnjs.cloudflare.com/ajax/libs/blazy/1.8.2/blazy.min.js https://cdnjs.cloudflare.com/ajax/libs/bluebird/3.7.2/bluebird.min.js https://cdnjs.cloudflare.com/ajax/libs/bodymovin/4.13.0/bodymovin.min.js -https://cdnjs.cloudflare.com/ajax/libs/bodymovin/5.10.0/lottie.min.js +https://cdnjs.cloudflare.com/ajax/libs/bodymovin/5.10.1/lottie.min.js https://cdnjs.cloudflare.com/ajax/libs/bootbox.js/4.4.0/bootbox.min.js https://cdnjs.cloudflare.com/ajax/libs/bootbox.js/5.5.3/bootbox.min.js https://cdnjs.cloudflare.com/ajax/libs/bootbox.js/6.0.0/bootbox.min.js diff --git a/modules/internal/targets.js b/modules/internal/targets.js index f59e6a31..0c85a4d6 100644 --- a/modules/internal/targets.js +++ b/modules/internal/targets.js @@ -142,7 +142,7 @@ targets.setLastVersion = function (type, version) { if (type.startsWith('/blazy/1.')) return '1.8.2'; if (type.startsWith('/bluebird/3.')) return '3.7.2'; if (type.startsWith('/bodymovin/4.')) return '4.13.0'; - if (type.startsWith('/bodymovin/5.')) return '5.10.0'; + if (type.startsWith('/bodymovin/5.')) return '5.10.1'; if (type.startsWith('/bootbox.js/4.')) return '4.4.0'; if (type.startsWith('/bootbox.js/5.')) return '5.5.3'; if (type.startsWith('/bootbox.js/6.')) return '6.0.0'; diff --git a/pages/updates/updates.html b/pages/updates/updates.html index 117696af..eb2219c7 100644 --- a/pages/updates/updates.html +++ b/pages/updates/updates.html @@ -43,6 +43,7 @@
  • axios v1.2.1 -> v1.2.2 (#1269)
  • gsap v3.11.3 -> v3.11.4 (#1270)
  • bootstrap-icons v1.10.2 -> v1.10.3 (#1273)
  • +
  • bodymovin v5.10.0 -> v5.10.1 (#1276)
  • Added