diff --git a/THIRD_PARTY.txt b/THIRD_PARTY.txt index ebcaccc8..65d5efad 100644 --- a/THIRD_PARTY.txt +++ b/THIRD_PARTY.txt @@ -1257,8 +1257,8 @@ https://cdnjs.cloudflare.com/ajax/libs/leaflet/0.7.7/leaflet.css https://cdnjs.cloudflare.com/ajax/libs/leaflet/0.7.7/leaflet.js 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/1.9.2/leaflet.css -https://cdnjs.cloudflare.com/ajax/libs/leaflet/1.9.2/leaflet.js +https://cdnjs.cloudflare.com/ajax/libs/leaflet/1.9.3/leaflet.css +https://cdnjs.cloudflare.com/ajax/libs/leaflet/1.9.3/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.14/libphonenumber-js.min.js diff --git a/modules/internal/targets.js b/modules/internal/targets.js index 0533cc45..88a8cb89 100644 --- a/modules/internal/targets.js +++ b/modules/internal/targets.js @@ -309,7 +309,7 @@ targets.setLastVersion = function (type, version) { if (type.startsWith('/leaflet/0.')) return '0.7.7'; if (type.startsWith('/leaflet/1.')) { if (helpers.compareVersion('1.7.1', version)) return '1.7.1'; // <= v1.7.1 - return '1.9.2'; + return '1.9.3'; } if (type.startsWith('/Leaflet.EasyButton/2.')) return '2.4.0'; if (type.startsWith('/leaflet.featuregroup.subgroup/1.')) return '1.0.2'; diff --git a/pages/updates/updates.html b/pages/updates/updates.html index 4d3c1fd9..3990127f 100644 --- a/pages/updates/updates.html +++ b/pages/updates/updates.html @@ -39,6 +39,7 @@
  • search-insights v2.2.1 -> v2.2.3 (#1205)
  • element-ui v2.15.10 -> v2.15.12 (#1206)
  • plyr v3.7.2 -> v3.7.3 (#1207)
  • +
  • leaflet v1.9.2 -> v1.9.3 (#1208)
  • Added