From 82b877ed7c59cb7e9ff65421afbef00d270a1ded Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Jun 2021 03:02:52 +0000 Subject: [PATCH] Bump vue2-leaflet from 2.7.0 to 2.7.1 in /frontend Bumps [vue2-leaflet](https://github.com/vue-leaflet/Vue2Leaflet) from 2.7.0 to 2.7.1. - [Release notes](https://github.com/vue-leaflet/Vue2Leaflet/releases) - [Commits](https://github.com/vue-leaflet/Vue2Leaflet/compare/v2.7.0...v2.7.1) --- updated-dependencies: - dependency-name: vue2-leaflet dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- frontend/package.json | 2 +- frontend/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/frontend/package.json b/frontend/package.json index ab046d1218..6b2aed6d34 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -41,6 +41,6 @@ "sortablejs": "^1.13.0", "v-calendar": "^2.3.0", "vue-typeahead-bootstrap": "^2.8.0", - "vue2-leaflet": "^2.7.0" + "vue2-leaflet": "^2.7.1" } } diff --git a/frontend/yarn.lock b/frontend/yarn.lock index 5a6f766d02..659c501353 100644 --- a/frontend/yarn.lock +++ b/frontend/yarn.lock @@ -6544,10 +6544,10 @@ vue-typeahead-bootstrap@^2.8.0: resize-observer-polyfill "^1.5.0" vue "^2.5.17" -vue2-leaflet@^2.7.0: - version "2.7.0" - resolved "https://registry.yarnpkg.com/vue2-leaflet/-/vue2-leaflet-2.7.0.tgz#e8a78671b8fa843ab19cfd93582bc166a05ec3ed" - integrity sha512-uT7lpFoVEDhINMyTpiAthh6aiKFGHuYWLoVH8JJ0YNNSch+XMZFl4YBQ0S2hHYDquQIsh8zx+yINeUI01y9ugw== +vue2-leaflet@^2.7.1: + version "2.7.1" + resolved "https://registry.yarnpkg.com/vue2-leaflet/-/vue2-leaflet-2.7.1.tgz#2f95c287621bf778f10804c88223877f5c049257" + integrity sha512-K7HOlzRhjt3Z7+IvTqEavIBRbmCwSZSCVUlz9u4Rc+3xGCLsHKz4TAL4diAmfHElCQdPPVdZdJk8wPUt2fu6WQ== vue@^2.5.17: version "2.6.14"