diff --git a/THIRD_PARTY.txt b/THIRD_PARTY.txt index 5a724895..faaa489d 100644 --- a/THIRD_PARTY.txt +++ b/THIRD_PARTY.txt @@ -1127,7 +1127,7 @@ https://cdnjs.cloudflare.com/ajax/libs/leaflet/1.9.4/leaflet.css https://cdnjs.cloudflare.com/ajax/libs/leaflet/1.9.4/leaflet.js https://cdnjs.cloudflare.com/ajax/libs/Leaflet.EasyButton/2.4.0/easy-button.min.js https://cdnjs.cloudflare.com/ajax/libs/leaflet.markercluster/1.5.3/leaflet.markercluster.js -https://cdnjs.cloudflare.com/ajax/libs/libphonenumber-js/1.11.17/libphonenumber-js.min.js +https://cdnjs.cloudflare.com/ajax/libs/libphonenumber-js/1.11.18/libphonenumber-js.min.js https://cdnjs.cloudflare.com/ajax/libs/libsodium-wrappers/0.5.4/sodium.min.js https://cdnjs.cloudflare.com/ajax/libs/lightbox2/2.11.5/js/lightbox.min.js https://cdnjs.cloudflare.com/ajax/libs/lightcase/2.5.0/css/lightcase.min.css diff --git a/modules/internal/targets.js b/modules/internal/targets.js index c6ab8df0..2cd563d0 100644 --- a/modules/internal/targets.js +++ b/modules/internal/targets.js @@ -313,7 +313,7 @@ targets.setLastVersion = function (type, version) { if (type.startsWith('/Leaflet.EasyButton/2.')) return '2.4.0'; if (type.startsWith('/leaflet.featuregroup.subgroup/1.')) return '1.0.2'; if (type.startsWith('/leaflet.markercluster/1.')) return '1.5.3'; - if (type.startsWith('/libphonenumber-js/1.')) return '1.11.17'; + if (type.startsWith('/libphonenumber-js/1.')) return '1.11.18'; if (type.startsWith('/libsodium-wrappers/0.')) return '0.5.4'; if (type.startsWith('/lightbox2/2.')) return '2.11.5'; if (type.startsWith('/lightcase/2.')) return '2.5.0'; diff --git a/pages/updates/updates.html b/pages/updates/updates.html index 95c3e1f6..ef52e737 100644 --- a/pages/updates/updates.html +++ b/pages/updates/updates.html @@ -36,6 +36,7 @@
  • gsap v3.12.5 -> v3.12.7
  • instantsearch.js v4.75.7 -> v4.77.0
  • jquery-mousewheel v3.1.13 -> v3.2.2
  • +
  • libphonenumber-js v1.11.17 -> v1.11.18
  • Fixed