From 7f7951ec79d53d2beb7784ded4b861df22d3165c Mon Sep 17 00:00:00 2001 From: Yohan Boniface Date: Tue, 22 Aug 2023 18:08:37 +0200 Subject: [PATCH] Bump Leaflet.MarkerCluster to 1.5.3 --- package-lock.json | 16 ++++++++-------- package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index ecd98332..23bc4790 100644 --- a/package-lock.json +++ b/package-lock.json @@ -27,7 +27,7 @@ "leaflet-toolbar": "umap-project/Leaflet.toolbar", "leaflet.heat": "0.2.0", "leaflet.locatecontrol": "^0.78.0", - "leaflet.markercluster": "^1.4.0", + "leaflet.markercluster": "^1.5.3", "leaflet.path.drag": "0.0.6", "leaflet.photon": "0.8.0", "osmtogeojson": "^3.0.0-beta.3", @@ -1061,11 +1061,11 @@ "integrity": "sha512-3cElL7dBPOMkzHTOWUA/SLogrWrmfqYkbIXAikbRD0QcEef4jJRYYVhkcUUTprS2cOQzg2UiR475v8jemJiXRg==" }, "node_modules/leaflet.markercluster": { - "version": "1.4.0", - "resolved": "https://registry.npmjs.org/leaflet.markercluster/-/leaflet.markercluster-1.4.0.tgz", - "integrity": "sha512-8WXIZFnIViNjp1YctGPcm1FXyppzuxs+cNjnghSeHK3Z1+zhq5BSESc6aQZan118X9TqptuP9Vzf29NVob+6Uw==", + "version": "1.5.3", + "resolved": "https://registry.npmjs.org/leaflet.markercluster/-/leaflet.markercluster-1.5.3.tgz", + "integrity": "sha512-vPTw/Bndq7eQHjLBVlWpnGeLa3t+3zGiuM7fJwCkiMFq+nmRuG3RI3f7f4N4TDX7T4NpbAXpR2+NTRSEGfCSeA==", "peerDependencies": { - "leaflet": "~1.3.1" + "leaflet": "^1.3.1" } }, "node_modules/leaflet.path.drag": { @@ -2617,9 +2617,9 @@ "integrity": "sha512-3cElL7dBPOMkzHTOWUA/SLogrWrmfqYkbIXAikbRD0QcEef4jJRYYVhkcUUTprS2cOQzg2UiR475v8jemJiXRg==" }, "leaflet.markercluster": { - "version": "1.4.0", - "resolved": "https://registry.npmjs.org/leaflet.markercluster/-/leaflet.markercluster-1.4.0.tgz", - "integrity": "sha512-8WXIZFnIViNjp1YctGPcm1FXyppzuxs+cNjnghSeHK3Z1+zhq5BSESc6aQZan118X9TqptuP9Vzf29NVob+6Uw==", + "version": "1.5.3", + "resolved": "https://registry.npmjs.org/leaflet.markercluster/-/leaflet.markercluster-1.5.3.tgz", + "integrity": "sha512-vPTw/Bndq7eQHjLBVlWpnGeLa3t+3zGiuM7fJwCkiMFq+nmRuG3RI3f7f4N4TDX7T4NpbAXpR2+NTRSEGfCSeA==", "requires": {} }, "leaflet.path.drag": { diff --git a/package.json b/package.json index a2abe4fc..af57e0d4 100644 --- a/package.json +++ b/package.json @@ -51,7 +51,7 @@ "leaflet-toolbar": "umap-project/Leaflet.toolbar", "leaflet.heat": "0.2.0", "leaflet.locatecontrol": "^0.78.0", - "leaflet.markercluster": "^1.4.0", + "leaflet.markercluster": "^1.5.3", "leaflet.path.drag": "0.0.6", "leaflet.photon": "0.8.0", "osmtogeojson": "^3.0.0-beta.3",