diff --git a/THIRD_PARTY.txt b/THIRD_PARTY.txt index 0bb58166..c63af54b 100644 --- a/THIRD_PARTY.txt +++ b/THIRD_PARTY.txt @@ -1122,7 +1122,7 @@ https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.6.0/css/bootstrap.min https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.6.0/js/bootstrap.min.js https://cdnjs.cloudflare.com/ajax/libs/underscore.js/1.13.1/underscore-min.js https://cdnjs.cloudflare.com/ajax/libs/urlive/1.1.1/jquery.urlive.min.js -https://cdnjs.cloudflare.com/ajax/libs/vanilla-lazyload/17.3.0/lazyload.min.js +https://cdnjs.cloudflare.com/ajax/libs/vanilla-lazyload/17.3.1/lazyload.min.js https://cdnjs.cloudflare.com/ajax/libs/video.js/5.20.5/video-js.min.css https://cdnjs.cloudflare.com/ajax/libs/video.js/5.20.5/video.min.js https://cdnjs.cloudflare.com/ajax/libs/video.js/6.13.0/video-js.min.css diff --git a/modules/internal/targets.js b/modules/internal/targets.js index 6ebae962..a1d7be36 100644 --- a/modules/internal/targets.js +++ b/modules/internal/targets.js @@ -540,7 +540,7 @@ targets.setLastVersion = function (type, version) { } else if (type.startsWith('/urlive/1.')) { return '1.1.1'; } else if (type.startsWith('/vanilla-lazyload')) { - return '17.3.0'; + return '17.3.1'; } else if (type.startsWith('/videojs-seek-buttons/')) { return '1.6.0'; } else if (type.startsWith('/video.js/')) { diff --git a/pages/updates/updates.html b/pages/updates/updates.html index feecb9bc..7864d359 100644 --- a/pages/updates/updates.html +++ b/pages/updates/updates.html @@ -61,6 +61,7 @@