diff --git a/THIRD_PARTY.txt b/THIRD_PARTY.txt index 9b7fe52c..5f22c895 100644 --- a/THIRD_PARTY.txt +++ b/THIRD_PARTY.txt @@ -1339,7 +1339,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.10.2/umd/popper.min.js +https://cdnjs.cloudflare.com/ajax/libs/popper.js/2.11.0/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 c5060d66..d7f6cd1c 100644 --- a/modules/internal/targets.js +++ b/modules/internal/targets.js @@ -506,7 +506,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.10.2'; + return '2.11.0'; } 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 cd726ffb..403c0127 100644 --- a/pages/updates/updates.html +++ b/pages/updates/updates.html @@ -36,6 +36,7 @@
  • ember.js v3.28.6 -> v3.28.8 (#794)
  • findify-bundle v7.1.14 -> v7.1.17 (#795)
  • libphonenumber-js v1.9.43 -> v1.9.44 (#796)
  • +
  • popper.js v2.10.2 -> v2.11.0 (#797)
  • Mapping