diff --git a/package-lock.json b/package-lock.json index 63c0e71de..6ead1fd37 100644 --- a/package-lock.json +++ b/package-lock.json @@ -34,7 +34,7 @@ "leaflet-routing-machine": "^3.2.12", "leaflet.featuregroup.subgroup": "^1.0.2", "leaflet.heat": "^0.2.0", - "leaflet.locatecontrol": "^0.88.0", + "leaflet.locatecontrol": "^0.90.0", "leaflet.markercluster": "^1.5.3", "lrm-graphhopper": "^1.3.0", "mapbox-gl": "^3.16.0", @@ -11502,9 +11502,12 @@ "integrity": "sha512-Cd5PbAA/rX3X3XKxfDoUGi9qp78FyhWYurFg3nsfhntcM/MCNK08pRkf4iEenO1KNqwVPKCmkyktjW3UD+h9bQ==" }, "node_modules/leaflet.locatecontrol": { - "version": "0.88.0", - "resolved": "https://registry.npmjs.org/leaflet.locatecontrol/-/leaflet.locatecontrol-0.88.0.tgz", - "integrity": "sha512-9c+06VDCWyJIFWpVTS33RpcifXpNIRLQ5TJkK6bGUPoftEhA0cGGIAwV8iYBAhYPlr+aEsL2ZLMpQZBDSOUaTQ==" + "version": "0.90.0", + "resolved": "https://registry.npmjs.org/leaflet.locatecontrol/-/leaflet.locatecontrol-0.90.0.tgz", + "integrity": "sha512-yzgKyOXVRgALmo38ZhPf+2QgYE3pA/rrVSE0CyZhsSAzlnwPTZ1sfZLOFXTH20XLNNw1SX7AuMRLu0LZkWNakg==", + "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 17899ac1e..fa9c2fbc9 100644 --- a/package.json +++ b/package.json @@ -61,7 +61,7 @@ "leaflet-routing-machine": "^3.2.12", "leaflet.featuregroup.subgroup": "^1.0.2", "leaflet.heat": "^0.2.0", - "leaflet.locatecontrol": "^0.88.0", + "leaflet.locatecontrol": "^0.90.0", "leaflet.markercluster": "^1.5.3", "lrm-graphhopper": "^1.3.0", "mapbox-gl": "^3.16.0",