diff --git a/package-lock.json b/package-lock.json index 6e90e5d..4661b41 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.3.3", - "leaflet.locatecontrol": "^0.90.0", + "leaflet.locatecontrol": "^0.90.1", "leaflet.markercluster": "^1.5.3" }, "devDependencies": { @@ -1749,9 +1749,9 @@ } }, "node_modules/leaflet.locatecontrol": { - "version": "0.90.0", - "resolved": "https://registry.npmjs.org/leaflet.locatecontrol/-/leaflet.locatecontrol-0.90.0.tgz", - "integrity": "sha512-yzgKyOXVRgALmo38ZhPf+2QgYE3pA/rrVSE0CyZhsSAzlnwPTZ1sfZLOFXTH20XLNNw1SX7AuMRLu0LZkWNakg==", + "version": "0.90.1", + "resolved": "https://registry.npmjs.org/leaflet.locatecontrol/-/leaflet.locatecontrol-0.90.1.tgz", + "integrity": "sha512-i8HsspXuYsjOTyDKQKyAgXKxIRjYeW/9FynXgYiVnVKH5mWojlJ1bF/S1S9Z++Qkl5cEKtba+kQdRLBP+HhPnQ==", "license": "MIT", "peerDependencies": { "leaflet": "^1.9.0 || >=2.0.0-alpha.1" diff --git a/package.json b/package.json index 4c090bf..0c15a79 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.3.3", - "leaflet.locatecontrol": "^0.90.0", + "leaflet.locatecontrol": "^0.90.1", "leaflet.markercluster": "^1.5.3" } }