From 0318d3911269011c98abfc56fbd3af123df22fb2 Mon Sep 17 00:00:00 2001
From: "dependabot-preview[bot]"
 <27856297+dependabot-preview[bot]@users.noreply.github.com>
Date: Thu, 4 Jul 2019 17:18:18 +0100
Subject: [PATCH] chore(deps): bump vue-router from 3.0.6 to 3.0.7 in /frontend
 (#806)

Bumps [vue-router](https://github.com/vuejs/vue-router) from 3.0.6 to 3.0.7.
- [Release notes](https://github.com/vuejs/vue-router/releases)
- [Changelog](https://github.com/vuejs/vue-router/blob/dev/CHANGELOG.md)
- [Commits](https://github.com/vuejs/vue-router/compare/v3.0.6...v3.0.7)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
---
 frontend/package-lock.json | 6 +++---
 frontend/package.json      | 2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/frontend/package-lock.json b/frontend/package-lock.json
index 2a82e1fa..041de520 100644
--- a/frontend/package-lock.json
+++ b/frontend/package-lock.json
@@ -11634,9 +11634,9 @@
       }
     },
     "vue-router": {
-      "version": "3.0.6",
-      "resolved": "https://registry.npmjs.org/vue-router/-/vue-router-3.0.6.tgz",
-      "integrity": "sha512-Ox0ciFLswtSGRTHYhGvx2L44sVbTPNS+uD2kRISuo8B39Y79rOo0Kw0hzupTmiVtftQYCZl87mwldhh2L9Aquw=="
+      "version": "3.0.7",
+      "resolved": "https://registry.npmjs.org/vue-router/-/vue-router-3.0.7.tgz",
+      "integrity": "sha512-utJ+QR3YlIC/6x6xq17UMXeAfxEvXA0VKD3PiSio7hBOZNusA1jXcbxZxVEfJunLp48oonjTepY8ORoIlRx/EQ=="
     },
     "vue-style-loader": {
       "version": "4.1.2",
diff --git a/frontend/package.json b/frontend/package.json
index fa5eaad4..840c21e9 100644
--- a/frontend/package.json
+++ b/frontend/package.json
@@ -20,7 +20,7 @@
     "qrcode.vue": "^1.6.2",
     "vue": "^2.6.10",
     "vue-i18n": "^8.11.2",
-    "vue-router": "^3.0.6",
+    "vue-router": "^3.0.7",
     "vuex": "^3.1.1",
     "vuex-router-sync": "^5.0.0"
   },