From b8252b4c362404299d0244dec7c068ebb7947a30 Mon Sep 17 00:00:00 2001 From: nobody Date: Fri, 4 Mar 2022 18:40:02 +0100 Subject: [PATCH] instantsearch.js v4.39.0 -> v4.39.1 (#862) --- THIRD_PARTY.txt | 2 +- modules/internal/targets.js | 2 +- pages/updates/updates.html | 2 +- .../{4.39.0 => 4.39.1}/instantsearch.production.min.jsm | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) rename resources/instantsearch.js/{4.39.0 => 4.39.1}/instantsearch.production.min.jsm (99%) diff --git a/THIRD_PARTY.txt b/THIRD_PARTY.txt index f35a4e4c..37581b91 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.0/instantsearch.production.min.js +https://cdnjs.cloudflare.com/ajax/libs/instantsearch.js/4.39.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 7ec7f3bb..fbfd6318 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.0'; + if (type.startsWith('/instantsearch.js/4.')) return '4.39.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 1705baea..7dc8f2c5 100644 --- a/pages/updates/updates.html +++ b/pages/updates/updates.html @@ -29,7 +29,7 @@