From e41850d13d51bddfb7a32f51cee63a41955d2200 Mon Sep 17 00:00:00 2001 From: nobody Date: Thu, 5 Aug 2021 06:04:31 +0200 Subject: [PATCH] popper.js v2.9.2 -> v2.9.3 (#606) --- THIRD_PARTY.txt | 2 +- modules/internal/targets.js | 2 +- pages/updates/updates.html | 1 + resources/popper.js/2.9.2/umd/popper.min.jsm | 6 ------ resources/popper.js/2.9.3/umd/popper.min.jsm | 6 ++++++ 5 files changed, 9 insertions(+), 8 deletions(-) delete mode 100644 resources/popper.js/2.9.2/umd/popper.min.jsm create mode 100644 resources/popper.js/2.9.3/umd/popper.min.jsm diff --git a/THIRD_PARTY.txt b/THIRD_PARTY.txt index 80d554de..ef36d792 100644 --- a/THIRD_PARTY.txt +++ b/THIRD_PARTY.txt @@ -1305,7 +1305,7 @@ https://cdnjs.cloudflare.com/ajax/libs/page.js/1.11.6/page.js https://cdnjs.cloudflare.com/ajax/libs/paginationjs/2.1.5/pagination.css https://cdnjs.cloudflare.com/ajax/libs/paginationjs/2.1.5/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.9.2/umd/popper.min.js +https://cdnjs.cloudflare.com/ajax/libs/popper.js/2.9.3/umd/popper.min.js https://cdnjs.cloudflare.com/ajax/libs/prop-types/15.7.2/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 92531e24..dfcdbbbf 100644 --- a/modules/internal/targets.js +++ b/modules/internal/targets.js @@ -507,7 +507,7 @@ targets.setLastVersion = function (type, version) { } else if (type.startsWith('/popper.js/1.')) { return '1.16.1'; } else if (type.startsWith('/popper.js/2.')) { - return '2.9.2'; + return '2.9.3'; } else if (type.startsWith('/prop-types/15.')) { return '15.7.2'; } else if (type.startsWith('/protonet-jquery.inview/1.')) { diff --git a/pages/updates/updates.html b/pages/updates/updates.html index ca215c9d..bd1eef89 100644 --- a/pages/updates/updates.html +++ b/pages/updates/updates.html @@ -43,6 +43,7 @@
  • findify v7.0.25 -> v7.0.28 (#603)
  • instantsearch.js v4.25.2 -> v4.25.3 (#604)
  • markdown-it v12.1.0 -> v12.2.0 (#604)
  • +
  • popper.js v2.9.2 -> v2.9.3 (#606)
  • Mapping