From 8f0b32f6673894ff44a3e6cc641d955aa9296ec1 Mon Sep 17 00:00:00 2001 From: nobody Date: Tue, 18 May 2021 06:18:28 +0200 Subject: [PATCH] Updated: audit.sh (bodymovin) --- THIRD_PARTY.txt | 2 ++ audit/audit.sh | 2 ++ 2 files changed, 4 insertions(+) diff --git a/THIRD_PARTY.txt b/THIRD_PARTY.txt index 6b35147c..3d65ab98 100644 --- a/THIRD_PARTY.txt +++ b/THIRD_PARTY.txt @@ -166,6 +166,8 @@ https://cdnjs.cloudflare.com/ajax/libs/baguettebox.js/1.11.1/baguetteBox.min.css 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.7.8/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.2/bootbox.min.js https://cdnjs.cloudflare.com/ajax/libs/bootstrap-3-typeahead/4.0.2/bootstrap3-typeahead.min.js diff --git a/audit/audit.sh b/audit/audit.sh index 6e6ef9be..659db596 100755 --- a/audit/audit.sh +++ b/audit/audit.sh @@ -653,6 +653,8 @@ function create_url() { fi elif [ "$folder" = "leaflet.featuregroup.subgroup" ]; then url="$JSDELIVR/npm/$folder@$version/dist/leaflet.featuregroup.subgroup.js" + elif [ "$folder" = "bodymovin" ] && [[ "$version" = 5* ]]; then + url="$CLOUDFLARE/$folder/$version/lottie.min.js" else if [ "$subfile" = "$jfile" ]; then url="$CLOUDFLARE/$folder/$version/$subfile"