From 4444327f39a877849a4d3f309304fb264062b30f Mon Sep 17 00:00:00 2001 From: nobody Date: Tue, 2 Aug 2022 18:24:08 +0200 Subject: [PATCH] libphonenumber-js v1.10.10 -> v1.10.11 (#1089) --- THIRD_PARTY.txt | 2 +- modules/internal/targets.js | 2 +- pages/updates/updates.html | 2 +- .../{1.10.10 => 1.10.11}/libphonenumber-js.min.jsm | 0 4 files changed, 3 insertions(+), 3 deletions(-) rename resources/libphonenumber-js/{1.10.10 => 1.10.11}/libphonenumber-js.min.jsm (100%) diff --git a/THIRD_PARTY.txt b/THIRD_PARTY.txt index 22c2351e..41d46c5d 100644 --- a/THIRD_PARTY.txt +++ b/THIRD_PARTY.txt @@ -1248,7 +1248,7 @@ https://cdnjs.cloudflare.com/ajax/libs/leaflet/1.8.0/leaflet.css https://cdnjs.cloudflare.com/ajax/libs/leaflet/1.8.0/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.10.10/libphonenumber-js.min.js +https://cdnjs.cloudflare.com/ajax/libs/libphonenumber-js/1.10.11/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.3/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 776f9897..94b4d353 100644 --- a/modules/internal/targets.js +++ b/modules/internal/targets.js @@ -307,7 +307,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.10.10'; + if (type.startsWith('/libphonenumber-js/1.')) return '1.10.11'; if (type.startsWith('/libsodium-wrappers/0.')) return '0.5.4'; if (type.startsWith('/lightbox2/2.')) return '2.11.3'; if (type.startsWith('/lightcase/2.')) return '2.5.0'; diff --git a/pages/updates/updates.html b/pages/updates/updates.html index a738c209..39b20f4a 100644 --- a/pages/updates/updates.html +++ b/pages/updates/updates.html @@ -33,7 +33,7 @@
  • Swiper v8.3.1 -> v8.3.2 (#1086)
  • tinymce v6.1.0 -> v6.1.2 (#1087)
  • hls.js v1.1.5 -> v1.2.0 (#1088)
  • -
  • libphonenumber-js v1.10.9 -> v1.10.10 (#1089)
  • +
  • libphonenumber-js v1.10.9 -> v1.10.11 (#1089)
  • algoliasearch v4.14.1 -> v4.14.2 (#1090)
  • docsify-themeable v0.8.6 -> v0.9.0 (#1092)
  • video.js v7.20.1 -> v7.20.2 (#1093)
  • diff --git a/resources/libphonenumber-js/1.10.10/libphonenumber-js.min.jsm b/resources/libphonenumber-js/1.10.11/libphonenumber-js.min.jsm similarity index 100% rename from resources/libphonenumber-js/1.10.10/libphonenumber-js.min.jsm rename to resources/libphonenumber-js/1.10.11/libphonenumber-js.min.jsm