From eb925c59de5312f056eb4e64418df3db84256bd2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Apr 2026 08:11:54 +0000 Subject: [PATCH] Bump leaflet.locatecontrol from 0.85.1 to 0.89.0 Bumps [leaflet.locatecontrol](https://github.com/domoritz/leaflet-locatecontrol) from 0.85.1 to 0.89.0. - [Changelog](https://github.com/domoritz/leaflet-locatecontrol/blob/gh-pages/CHANGELOG.md) - [Commits](https://github.com/domoritz/leaflet-locatecontrol/compare/v0.85.1...v0.89.0) --- updated-dependencies: - dependency-name: leaflet.locatecontrol dependency-version: 0.89.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 13 ++++++++----- package.json | 2 +- 2 files changed, 9 insertions(+), 6 deletions(-) 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" } }