From d5788edfb9c59c34fdb07ca2c8068c6d88213ad2 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sun, 24 May 2020 18:55:39 +0000 Subject: [PATCH] Bump leaflet from 1.5.1 to 1.6.0 Bumps [leaflet](https://github.com/Leaflet/Leaflet) from 1.5.1 to 1.6.0. - [Release notes](https://github.com/Leaflet/Leaflet/releases) - [Changelog](https://github.com/Leaflet/Leaflet/blob/master/CHANGELOG.md) - [Commits](https://github.com/Leaflet/Leaflet/compare/v1.5.1...v1.6.0) Signed-off-by: dependabot-preview[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 ec93d76..0e06087 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1813,9 +1813,9 @@ } }, "leaflet": { - "version": "1.5.1", - "resolved": "https://registry.npmjs.org/leaflet/-/leaflet-1.5.1.tgz", - "integrity": "sha512-ekM9KAeG99tYisNBg0IzEywAlp0hYI5XRipsqRXyRTeuU8jcuntilpp+eFf5gaE0xubc9RuSNIVtByEKwqFV0w==" + "version": "1.6.0", + "resolved": "https://registry.npmjs.org/leaflet/-/leaflet-1.6.0.tgz", + "integrity": "sha512-CPkhyqWUKZKFJ6K8umN5/D2wrJ2+/8UIpXppY7QDnUZW5bZL5+SEI2J7GBpwh4LIupOKqbNSQXgqmrEJopHVNQ==" }, "lodash": { "version": "4.17.15", diff --git a/package.json b/package.json index 6678587..0fc5fd1 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "express": "^4.17.1", "express-ejs-layouts": "^2.5.0", "express-session": "^1.16.2", - "leaflet": "^1.5.1", + "leaflet": "^1.6.0", "mongoose": "^5.7.1", "passport": "^0.4.0", "passport-local": "^1.0.0"