diff --git a/THIRD_PARTY.txt b/THIRD_PARTY.txt index f2390426..d50335e8 100644 --- a/THIRD_PARTY.txt +++ b/THIRD_PARTY.txt @@ -1155,7 +1155,7 @@ https://cdnjs.cloudflare.com/ajax/libs/hls.js/0.14.17/hls.min.js https://cdnjs.cloudflare.com/ajax/libs/hls.js/1.1.5/hls.min.js https://cdnjs.cloudflare.com/ajax/libs/hogan.js/3.0.2/hogan.min.js https://cdnjs.cloudflare.com/ajax/libs/instantsearch.js/3.7.0/instantsearch.production.min.js -https://cdnjs.cloudflare.com/ajax/libs/instantsearch.js/4.39.2/instantsearch.production.min.js +https://cdnjs.cloudflare.com/ajax/libs/instantsearch.js/4.40.1/instantsearch.production.min.js https://cdnjs.cloudflare.com/ajax/libs/iScroll/5.2.0/iscroll.min.js https://cdnjs.cloudflare.com/ajax/libs/jasny-bootstrap/3.1.3/css/jasny-bootstrap.min.css https://cdnjs.cloudflare.com/ajax/libs/jasny-bootstrap/3.1.3/js/jasny-bootstrap.min.js diff --git a/modules/internal/targets.js b/modules/internal/targets.js index 9f3e70f1..dc123ddf 100644 --- a/modules/internal/targets.js +++ b/modules/internal/targets.js @@ -226,7 +226,7 @@ targets.setLastVersion = function (type, version) { if (type.startsWith('/hogan.js/')) return '3.0.2'; if (type.startsWith('/instantsearch.css/7.')) return '7.4.5'; if (type.startsWith('/instantsearch.js/3.')) return '3.7.0'; - if (type.startsWith('/instantsearch.js/4.')) return '4.39.2'; + if (type.startsWith('/instantsearch.js/4.')) return '4.40.1'; if (type.startsWith('/iScroll/5.')) return '5.2.0'; if (type.startsWith('/jets/0.')) return '0.14.1'; if (type.startsWith('/jquery/1.')) { diff --git a/pages/updates/updates.html b/pages/updates/updates.html index e071d784..90bed688 100644 --- a/pages/updates/updates.html +++ b/pages/updates/updates.html @@ -29,7 +29,7 @@