From f49b12a42ae3d9cb45f55bcf172d90d13aa72c08 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Sep 2025 23:08:10 +0000 Subject: [PATCH] Bump leaflet.locatecontrol from 0.79.0 to 0.85.1 Bumps [leaflet.locatecontrol](https://github.com/domoritz/leaflet-locatecontrol) from 0.79.0 to 0.85.1. - [Changelog](https://github.com/domoritz/leaflet-locatecontrol/blob/gh-pages/CHANGELOG.md) - [Commits](https://github.com/domoritz/leaflet-locatecontrol/compare/v0.79.0...v0.85.1) --- updated-dependencies: - dependency-name: leaflet.locatecontrol dependency-version: 0.85.1 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, 6 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index fc5839b7..d8b2ed84 100644 --- a/package-lock.json +++ b/package-lock.json @@ -37,7 +37,7 @@ "leaflet-fullscreen": "^1.0.2", "leaflet-minimap": "^3.6.1", "leaflet-zoombox": "^0.5.2", - "leaflet.locatecontrol": "^0.79.0", + "leaflet.locatecontrol": "^0.85.1", "leaflet.markercluster": "^1.5.3", "mathjax": "^3.2.2", "moment": "^2.30.1", @@ -8110,9 +8110,10 @@ "integrity": "sha512-XizyOGMe58c4L8eNAzeIwtgj8EiY+BTAuc8YNLQ63o6bvfFYLGl1rU2T5by8Qr8WowouGNTNpXbs4OONtsY1lQ==" }, "node_modules/leaflet.locatecontrol": { - "version": "0.79.0", - "resolved": "https://registry.npmjs.org/leaflet.locatecontrol/-/leaflet.locatecontrol-0.79.0.tgz", - "integrity": "sha512-h64QIHFkypYdr90lkSfjKvPvvk8/b8UnP3m9WuoWdp5p2AaCWC0T1NVwyuj4rd5U4fBW3tQt4ppmZ2LceHMIDg==" + "version": "0.85.1", + "resolved": "https://registry.npmjs.org/leaflet.locatecontrol/-/leaflet.locatecontrol-0.85.1.tgz", + "integrity": "sha512-aB2qrwZO7Vs4EbWja6pyGy6Y1Mr2yeOqH3PN+Ocnjb4pgpiwYsX1AOI0mppVYzUTO2zwjafxVTOffiwEE32udA==", + "license": "MIT" }, "node_modules/leaflet.markercluster": { "version": "1.5.3", diff --git a/package.json b/package.json index 349bb8de..f1b7e962 100644 --- a/package.json +++ b/package.json @@ -48,7 +48,7 @@ "leaflet-fullscreen": "^1.0.2", "leaflet-minimap": "^3.6.1", "leaflet-zoombox": "^0.5.2", - "leaflet.locatecontrol": "^0.79.0", + "leaflet.locatecontrol": "^0.85.1", "leaflet.markercluster": "^1.5.3", "mathjax": "^3.2.2", "moment": "^2.30.1",