From 39bb15c9eddfd08ccc4ccb4a450d1f5d6e6a9772 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 30 Nov 2022 23:19:28 +0000 Subject: [PATCH] Bump leaflet.locatecontrol from 0.74.1 to 0.79.0 Bumps [leaflet.locatecontrol](https://github.com/domoritz/leaflet-locatecontrol) from 0.74.1 to 0.79.0. - [Release notes](https://github.com/domoritz/leaflet-locatecontrol/releases) - [Changelog](https://github.com/domoritz/leaflet-locatecontrol/blob/gh-pages/CHANGELOG.md) - [Commits](https://github.com/domoritz/leaflet-locatecontrol/compare/v0.74.1...v0.79.0) --- updated-dependencies: - dependency-name: leaflet.locatecontrol dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 30e18417..ee5a4b77 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5837,9 +5837,9 @@ "integrity": "sha512-XizyOGMe58c4L8eNAzeIwtgj8EiY+BTAuc8YNLQ63o6bvfFYLGl1rU2T5by8Qr8WowouGNTNpXbs4OONtsY1lQ==" }, "leaflet.locatecontrol": { - "version": "0.74.1", - "resolved": "https://registry.npmjs.org/leaflet.locatecontrol/-/leaflet.locatecontrol-0.74.1.tgz", - "integrity": "sha512-TsgoiAU62Yj7W3dtpOGWXhFDUe2RpPuHmW0tS5QR/5RFgvmrUflcnsUGgozBScnRF/1cUJ00WjtlGPPxBMTXkQ==" + "version": "0.79.0", + "resolved": "https://registry.npmjs.org/leaflet.locatecontrol/-/leaflet.locatecontrol-0.79.0.tgz", + "integrity": "sha512-h64QIHFkypYdr90lkSfjKvPvvk8/b8UnP3m9WuoWdp5p2AaCWC0T1NVwyuj4rd5U4fBW3tQt4ppmZ2LceHMIDg==" }, "leaflet.markercluster": { "version": "1.5.3", diff --git a/package.json b/package.json index 2e032cfb..452348a6 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ "leaflet-fullscreen": "^1.0.2", "leaflet-minimap": "^3.6.1", "leaflet-zoombox": "^0.5.2", - "leaflet.locatecontrol": "^0.74.1", + "leaflet.locatecontrol": "^0.79.0", "leaflet.markercluster": "^1.5.3", "mathjax": "^3.2.0", "moment": "^2.29.1",