From d91ae12e3d394f0173b1ce1006898df861040215 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Apr 2022 18:33:00 +0000 Subject: [PATCH] Bump leaflet from 1.7.1 to 1.8.0 Bumps [leaflet](https://github.com/Leaflet/Leaflet) from 1.7.1 to 1.8.0. - [Release notes](https://github.com/Leaflet/Leaflet/releases) - [Changelog](https://github.com/Leaflet/Leaflet/blob/main/CHANGELOG.md) - [Commits](https://github.com/Leaflet/Leaflet/compare/v1.7.1...v1.8.0) --- updated-dependencies: - dependency-name: leaflet dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 1a20ddc..ec51bc4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "dependencies": { "@types/leaflet": "^1.7.9", "dotenv": "^16.0.0", - "leaflet": "^1.7.1", + "leaflet": "^1.8.0", "leaflet-defaulticon-compatibility": "^0.1.1", "leaflet-geosearch": "^3.6.0", "mysql": "^2.18.1", @@ -1930,9 +1930,9 @@ } }, "node_modules/leaflet": { - "version": "1.7.1", - "resolved": "https://registry.npmjs.org/leaflet/-/leaflet-1.7.1.tgz", - "integrity": "sha512-/xwPEBidtg69Q3HlqPdU3DnrXQOvQU/CCHA1tcDQVzOwm91YMYaILjNp7L4Eaw5Z4sOYdbBz6koWyibppd8Zqw==" + "version": "1.8.0", + "resolved": "https://registry.npmjs.org/leaflet/-/leaflet-1.8.0.tgz", + "integrity": "sha512-gwhMjFCQiYs3x/Sf+d49f10ERXaEFCPr+nVTryhAW8DWbMGqJqt9G4XuIaHmFW08zYvhgdzqXGr8AlW8v8dQkA==" }, "node_modules/leaflet-defaulticon-compatibility": { "version": "0.1.1", @@ -4471,9 +4471,9 @@ } }, "leaflet": { - "version": "1.7.1", - "resolved": "https://registry.npmjs.org/leaflet/-/leaflet-1.7.1.tgz", - "integrity": "sha512-/xwPEBidtg69Q3HlqPdU3DnrXQOvQU/CCHA1tcDQVzOwm91YMYaILjNp7L4Eaw5Z4sOYdbBz6koWyibppd8Zqw==" + "version": "1.8.0", + "resolved": "https://registry.npmjs.org/leaflet/-/leaflet-1.8.0.tgz", + "integrity": "sha512-gwhMjFCQiYs3x/Sf+d49f10ERXaEFCPr+nVTryhAW8DWbMGqJqt9G4XuIaHmFW08zYvhgdzqXGr8AlW8v8dQkA==" }, "leaflet-defaulticon-compatibility": { "version": "0.1.1", diff --git a/package.json b/package.json index cd5a315..01174f4 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "dependencies": { "@types/leaflet": "^1.7.9", "dotenv": "^16.0.0", - "leaflet": "^1.7.1", + "leaflet": "^1.8.0", "leaflet-defaulticon-compatibility": "^0.1.1", "leaflet-geosearch": "^3.6.0", "mysql": "^2.18.1",