From cdb69190980ace91ce1d91c0a3dba750719b6bb1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 13 Jun 2026 02:16:59 +0000 Subject: [PATCH] build(deps): bump leaflet.locatecontrol from 0.88.0 to 0.90.0 Bumps [leaflet.locatecontrol](https://github.com/domoritz/leaflet-locatecontrol) from 0.88.0 to 0.90.0. - [Changelog](https://github.com/domoritz/leaflet-locatecontrol/blob/gh-pages/CHANGELOG.md) - [Commits](https://github.com/domoritz/leaflet-locatecontrol/compare/v0.88.0...v0.90.0) --- updated-dependencies: - dependency-name: leaflet.locatecontrol dependency-version: 0.90.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 11 +++++++---- package.json | 2 +- 2 files changed, 8 insertions(+), 5 deletions(-) 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",