From ea6b507df2fbbe0264cd16cb36bd0ed9ed2430f8 Mon Sep 17 00:00:00 2001 From: renovate Date: Mon, 25 Jan 2021 16:21:12 +0000 Subject: [PATCH] Update dependency vue-router to v3.5.0 (#388) Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/388 Co-authored-by: renovate Co-committed-by: renovate --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 86ffbec56b..ac28a3e6ba 100644 --- a/package.json +++ b/package.json @@ -54,7 +54,7 @@ "sass-loader": "10.1.1", "vue-flatpickr-component": "8.1.6", "vue-notification": "1.3.20", - "vue-router": "3.4.9", + "vue-router": "3.5.0", "vue-template-compiler": "2.6.12", "wait-on": "5.2.1" }, diff --git a/yarn.lock b/yarn.lock index 1dbe08ce3c..12900eaf9a 100644 --- a/yarn.lock +++ b/yarn.lock @@ -15189,10 +15189,10 @@ vue-notification@1.3.20: resolved "https://registry.yarnpkg.com/vue-notification/-/vue-notification-1.3.20.tgz#d85618127763b46f3e25b8962b857947d5a97cbe" integrity sha512-vPj67Ah72p8xvtyVE8emfadqVWguOScAjt6OJDEUdcW5hW189NsqvfkOrctxHUUO9UYl9cTbIkzAEcPnHu+zBQ== -vue-router@3.4.9: - version "3.4.9" - resolved "https://registry.yarnpkg.com/vue-router/-/vue-router-3.4.9.tgz#c016f42030ae2932f14e4748b39a1d9a0e250e66" - integrity sha512-CGAKWN44RqXW06oC+u4mPgHLQQi2t6vLD/JbGRDAXm0YpMv0bgpKuU5bBd7AvMgfTz9kXVRIWKHqRwGEb8xFkA== +vue-router@3.5.0: + version "3.5.0" + resolved "https://registry.yarnpkg.com/vue-router/-/vue-router-3.5.0.tgz#ae49da16a2939f8d28d66d5784b14167d661192f" + integrity sha512-QYrPzHMJiJCq20ezhlGok+NbrmjzhQDG6pnpJaD14Eg3NvT07s3acYz2ktxJ7vGHd/Ts4TgG9Tt8a2PA+Js5fw== vue-shortkey@3.1.7: version "3.1.7"