diff --git a/THIRD_PARTY.txt b/THIRD_PARTY.txt index ca444e2e..32be5248 100644 --- a/THIRD_PARTY.txt +++ b/THIRD_PARTY.txt @@ -1145,7 +1145,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.4/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.38.0/instantsearch.production.min.js +https://cdnjs.cloudflare.com/ajax/libs/instantsearch.js/4.38.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 9201bb4d..c6b517c9 100644 --- a/modules/internal/targets.js +++ b/modules/internal/targets.js @@ -219,7 +219,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.38.0'; + if (type.startsWith('/instantsearch.js/4.')) return '4.38.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 f63193bd..c8cd2f90 100644 --- a/pages/updates/updates.html +++ b/pages/updates/updates.html @@ -29,7 +29,7 @@