From 9a9c839e7e4e0f236e1ce9b799643e8b77630542 Mon Sep 17 00:00:00 2001 From: nobody Date: Sat, 27 May 2023 06:26:39 +0200 Subject: [PATCH] popper.js v2.11.7 -> v2.11.8 (#1437) --- THIRD_PARTY.txt | 2 +- modules/internal/targets.js | 2 +- pages/updates/updates.html | 1 + resources/popper.js/{2.11.7 => 2.11.8}/umd/popper.min.jsm | 4 ++-- 4 files changed, 5 insertions(+), 4 deletions(-) rename resources/popper.js/{2.11.7 => 2.11.8}/umd/popper.min.jsm (83%) diff --git a/THIRD_PARTY.txt b/THIRD_PARTY.txt index c138529e..d266a5ea 100644 --- a/THIRD_PARTY.txt +++ b/THIRD_PARTY.txt @@ -1401,7 +1401,7 @@ https://cdnjs.cloudflare.com/ajax/libs/page.js/1.11.6/page.js https://cdnjs.cloudflare.com/ajax/libs/paginationjs/2.6.0/pagination.css https://cdnjs.cloudflare.com/ajax/libs/paginationjs/2.6.0/pagination.min.js https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.16.1/umd/popper.min.js -https://cdnjs.cloudflare.com/ajax/libs/popper.js/2.11.7/umd/popper.min.js +https://cdnjs.cloudflare.com/ajax/libs/popper.js/2.11.8/umd/popper.min.js https://cdnjs.cloudflare.com/ajax/libs/prop-types/15.8.1/prop-types.min.js https://cdnjs.cloudflare.com/ajax/libs/protonet-jquery.inview/1.1.2/jquery.inview.min.js https://cdnjs.cloudflare.com/ajax/libs/prototype/1.7.3/prototype.min.js diff --git a/modules/internal/targets.js b/modules/internal/targets.js index 0a530c3b..0f9d479e 100644 --- a/modules/internal/targets.js +++ b/modules/internal/targets.js @@ -377,7 +377,7 @@ targets.setLastVersion = function (type, version) { if (type.startsWith('/paginationjs/2.')) return '2.6.0'; if (type.startsWith('/plyr/3.')) return '3.7.8'; if (type.startsWith('/popper.js/1.')) return '1.16.1'; - if (type.startsWith('/popper.js/2.')) return '2.11.7'; + if (type.startsWith('/popper.js/2.')) return '2.11.8'; if (type.startsWith('/prop-types/15.')) return '15.8.1'; if (type.startsWith('/protonet-jquery.inview/1.')) return '1.1.2'; if (type.startsWith('/prototype/1.')) return '1.7.3'; diff --git a/pages/updates/updates.html b/pages/updates/updates.html index f36f6c7e..6e276043 100644 --- a/pages/updates/updates.html +++ b/pages/updates/updates.html @@ -41,6 +41,7 @@
  • instantsearch.js v4.55.0 -> v4.56.0 (#1433)
  • libphonenumber-js v1.10.28 -> v1.10.30 (#1434)
  • videojs-seek-buttons v4.0.2 -> v4.0.3 (#1435)
  • +
  • popper.js v2.11.7 -> v2.11.8 (#1437)
  • Mapping