From 884321087012cf3c78de6632fc2fbc0cdc2c7086 Mon Sep 17 00:00:00 2001 From: nobody Date: Wed, 29 Jun 2022 06:56:52 +0200 Subject: [PATCH] bodymovin v5.9.4 -> v5.9.5 (#1033) --- THIRD_PARTY.txt | 2 +- modules/internal/targets.js | 2 +- pages/updates/updates.html | 1 + resources/bodymovin/{5.9.4 => 5.9.5}/bodymovin.min.jsm | 2 +- resources/bodymovin/{5.9.4 => 5.9.5}/note | 0 5 files changed, 4 insertions(+), 3 deletions(-) rename resources/bodymovin/{5.9.4 => 5.9.5}/bodymovin.min.jsm (80%) rename resources/bodymovin/{5.9.4 => 5.9.5}/note (100%) diff --git a/THIRD_PARTY.txt b/THIRD_PARTY.txt index f2a0c52e..855c7902 100644 --- a/THIRD_PARTY.txt +++ b/THIRD_PARTY.txt @@ -186,7 +186,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.9.4/lottie.min.js +https://cdnjs.cloudflare.com/ajax/libs/bodymovin/5.9.5/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/bootstrap-3-typeahead/4.0.2/bootstrap3-typeahead.min.js diff --git a/modules/internal/targets.js b/modules/internal/targets.js index 32e8e574..3c866a01 100644 --- a/modules/internal/targets.js +++ b/modules/internal/targets.js @@ -140,7 +140,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.9.4'; + if (type.startsWith('/bodymovin/5.')) return '5.9.5'; if (type.startsWith('/bootbox.js/4.')) return '4.4.0'; if (type.startsWith('/bootbox.js/5.')) return '5.5.3'; if (type.startsWith('/bootstrap-daterangepicker/2.')) return '2.1.27'; diff --git a/pages/updates/updates.html b/pages/updates/updates.html index 708eafc5..18af1abb 100644 --- a/pages/updates/updates.html +++ b/pages/updates/updates.html @@ -49,6 +49,7 @@
  • libphonenumber-js v1.10.6 -> v1.10.7 (#1027)
  • vue-i18n v8.27.1 -> v8.27.2 (#1028)
  • d3 v7.4.4 -> v7.5.0 (#1032)
  • +
  • bodymovin v5.9.4 -> v5.9.5 (#1033)
  • Mapping