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",