From cc67b66e5f36ac6e8532c87f92bd52df47ad0baf Mon Sep 17 00:00:00 2001 From: nobody Date: Mon, 2 Aug 2021 06:43:10 +0200 Subject: [PATCH] libphonenumber-js v1.9.22 -> v1.9.23 (#595) --- THIRD_PARTY.txt | 2 +- modules/internal/targets.js | 2 +- pages/updates/updates.html | 1 + resources/libphonenumber-js/1.9.22/libphonenumber-js.min.jsm | 2 -- resources/libphonenumber-js/1.9.23/libphonenumber-js.min.jsm | 2 ++ 5 files changed, 5 insertions(+), 4 deletions(-) delete mode 100644 resources/libphonenumber-js/1.9.22/libphonenumber-js.min.jsm create mode 100644 resources/libphonenumber-js/1.9.23/libphonenumber-js.min.jsm diff --git a/THIRD_PARTY.txt b/THIRD_PARTY.txt index 9fe7a826..2f37b2c1 100644 --- a/THIRD_PARTY.txt +++ b/THIRD_PARTY.txt @@ -1201,7 +1201,7 @@ https://cdnjs.cloudflare.com/ajax/libs/leaflet/1.7.1/leaflet.css https://cdnjs.cloudflare.com/ajax/libs/leaflet/1.7.1/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.0/leaflet.markercluster.js -https://cdnjs.cloudflare.com/ajax/libs/libphonenumber-js/1.9.22/libphonenumber-js.min.js +https://cdnjs.cloudflare.com/ajax/libs/libphonenumber-js/1.9.23/libphonenumber-js.min.js https://cdnjs.cloudflare.com/ajax/libs/libsodium-wrappers/0.5.4/sodium.min.js https://cdnjs.cloudflare.com/ajax/libs/lightcase/2.5.0/css/lightcase.min.css https://cdnjs.cloudflare.com/ajax/libs/lightcase/2.5.0/fonts/lightcase.woff diff --git a/modules/internal/targets.js b/modules/internal/targets.js index 20df1809..c3468123 100644 --- a/modules/internal/targets.js +++ b/modules/internal/targets.js @@ -422,7 +422,7 @@ targets.setLastVersion = function (type, version) { } else if (type.startsWith('/leaflet.markercluster/1.')) { return '1.5.0'; } else if (type.startsWith('/libphonenumber-js/1.')) { - return '1.9.22'; + return '1.9.23'; } else if (type.startsWith('/libsodium-wrappers/0.')) { return '0.5.4'; } else if (type.startsWith('/lightcase/2.')) { diff --git a/pages/updates/updates.html b/pages/updates/updates.html index 28a3423b..234bcb4a 100644 --- a/pages/updates/updates.html +++ b/pages/updates/updates.html @@ -35,6 +35,7 @@
  • bootstrap-multiselect v1.1.0 (#592)
  • Google Material Icons v92 -> v94 (#593)
  • highlight.js v11.1.0 -> v11.2.0 (#594)
  • +
  • libphonenumber-js v1.9.22 -> v1.9.23 (#595)
  • Mapping