Updated: audit.sh (#843)

This commit is contained in:
nobody 2022-01-15 07:12:32 +01:00
parent c53d6188b1
commit 491479cbfb
No known key found for this signature in database
GPG Key ID: 8F6DE3D614FCFD7A
1 changed files with 2 additions and 0 deletions

View File

@ -695,6 +695,8 @@ function create_url() {
url="$GOOGLEAPIS/angularjs/$version/$subfile"
elif [ "$folder" = "react-router" ] && [ "$version" != "5.2.1" ];then
url="$CLOUDFLARE/$folder/$version/react-router.production.min.js"
elif [ "$folder" = "search-insights" ];then
url="$JSDELIVR/npm/$folder@$version/dist/$jfile"
# --------------------------------------------------------------------------
# TODO: REMOVE WHEN CDNJS.COM AUTO UPDATE BOT IS FULLY FUNCTIONAL AGAIN
elif [ "$folder" = "noUiSlider" ] && [ "$version" != "14.7.0" ];then