From 8495d12f49c623c74596bb7b82b26c0e66f62c08 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 21 Feb 2026 03:06:15 +0000 Subject: [PATCH] build(deps): bump leaflet.locatecontrol from 0.84.2 to 0.88.0 Bumps [leaflet.locatecontrol](https://github.com/domoritz/leaflet-locatecontrol) from 0.84.2 to 0.88.0. - [Changelog](https://github.com/domoritz/leaflet-locatecontrol/blob/gh-pages/CHANGELOG.md) - [Commits](https://github.com/domoritz/leaflet-locatecontrol/compare/v0.84.2...v0.88.0) --- updated-dependencies: - dependency-name: leaflet.locatecontrol dependency-version: 0.88.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 9 ++++----- package.json | 2 +- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 845aa2b65..e7d4298df 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.84.2", + "leaflet.locatecontrol": "^0.88.0", "leaflet.markercluster": "^1.5.3", "lrm-graphhopper": "^1.3.0", "mapbox-gl": "^3.16.0", @@ -10492,10 +10492,9 @@ "integrity": "sha512-Cd5PbAA/rX3X3XKxfDoUGi9qp78FyhWYurFg3nsfhntcM/MCNK08pRkf4iEenO1KNqwVPKCmkyktjW3UD+h9bQ==" }, "node_modules/leaflet.locatecontrol": { - "version": "0.84.2", - "resolved": "https://registry.npmjs.org/leaflet.locatecontrol/-/leaflet.locatecontrol-0.84.2.tgz", - "integrity": "sha512-Tv0S2bAhpFgZYyyfPgeVhb3hPr9CnlcP15EpMQd9m5vA+aALhM6key1ucfnnD7n09AEeNEmIFe71T4V18Kpu7g==", - "license": "MIT" + "version": "0.88.0", + "resolved": "https://registry.npmjs.org/leaflet.locatecontrol/-/leaflet.locatecontrol-0.88.0.tgz", + "integrity": "sha512-9c+06VDCWyJIFWpVTS33RpcifXpNIRLQ5TJkK6bGUPoftEhA0cGGIAwV8iYBAhYPlr+aEsL2ZLMpQZBDSOUaTQ==" }, "node_modules/leaflet.markercluster": { "version": "1.5.3", diff --git a/package.json b/package.json index a7498039d..f86275aed 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.84.2", + "leaflet.locatecontrol": "^0.88.0", "leaflet.markercluster": "^1.5.3", "lrm-graphhopper": "^1.3.0", "mapbox-gl": "^3.16.0",