diff --git a/package-lock.json b/package-lock.json index b2bcdbe..e2f0496 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "leaflet-gesture-handling": "^1.2.2", "leaflet-legend": "^1.0.2", "leaflet.fullscreen": "^5.1.1", - "leaflet.locatecontrol": "^0.85.1", + "leaflet.locatecontrol": "^0.89.0", "leaflet.markercluster": "^1.5.3" }, "devDependencies": { @@ -1749,10 +1749,13 @@ } }, "node_modules/leaflet.locatecontrol": { - "version": "0.85.1", - "resolved": "https://registry.npmjs.org/leaflet.locatecontrol/-/leaflet.locatecontrol-0.85.1.tgz", - "integrity": "sha512-aB2qrwZO7Vs4EbWja6pyGy6Y1Mr2yeOqH3PN+Ocnjb4pgpiwYsX1AOI0mppVYzUTO2zwjafxVTOffiwEE32udA==", - "license": "MIT" + "version": "0.89.0", + "resolved": "https://registry.npmjs.org/leaflet.locatecontrol/-/leaflet.locatecontrol-0.89.0.tgz", + "integrity": "sha512-BTf8V802jXhlX4BBHmDg46ja10pPjSOOQuqB9LK+EeEHJMn+Vb7VownvE67nCfTGB4kEexl1gYF8v9rJyAUv0w==", + "license": "MIT", + "peerDependencies": { + "leaflet": "^1.9.0 || >=2.0.0-alpha.1" + } }, "node_modules/leaflet.markercluster": { "version": "1.5.3", diff --git a/package.json b/package.json index 85e736d..c974a98 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "leaflet-gesture-handling": "^1.2.2", "leaflet-legend": "^1.0.2", "leaflet.fullscreen": "^5.1.1", - "leaflet.locatecontrol": "^0.85.1", + "leaflet.locatecontrol": "^0.89.0", "leaflet.markercluster": "^1.5.3" } }