From 7391979e1dc4bc965e2dc8722d8c78e4ccc3dc1c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 25 Oct 2022 16:50:58 +0000 Subject: [PATCH] fix: upgrade vue-router from 3.5.4 to 3.6.5 Snyk has created this PR to upgrade vue-router from 3.5.4 to 3.6.5. See this package in npm: See this project in Snyk: https://app.snyk.io/org/lissy93/project/564ca11b-8665-48b8-befa-ccd607c3e09a?utm_source=github&utm_medium=referral&page=upgrade-pr --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 9249a667..12050ec0 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "vue-js-modal": "^2.0.1", "vue-json-tree-view": "^2.1.6", "vue-material-tabs": "0.1.5", - "vue-router": "^3.5.3", + "vue-router": "^3.6.5", "vue-select": "^3.16.0", "vue-swatches": "^2.1.1", "vue-toasted": "^1.1.28", diff --git a/yarn.lock b/yarn.lock index 1a958e05..d919538a 100644 --- a/yarn.lock +++ b/yarn.lock @@ -10074,10 +10074,10 @@ vue-resize@^1.0.1: dependencies: "@babel/runtime" "^7.13.10" -vue-router@^3.5.3: - version "3.5.4" - resolved "https://registry.yarnpkg.com/vue-router/-/vue-router-3.5.4.tgz#c453c0b36bc75554de066fefc3f2a9c3212aca70" - integrity sha512-x+/DLAJZv2mcQ7glH2oV9ze8uPwcI+H+GgTgTmb5I55bCgY3+vXWIsqbYUzbBSZnwFHEJku4eoaH/x98veyymQ== +vue-router@^3.6.5: + version "3.6.5" + resolved "https://registry.yarnpkg.com/vue-router/-/vue-router-3.6.5.tgz#95847d52b9a7e3f1361cb605c8e6441f202afad8" + integrity sha512-VYXZQLtjuvKxxcshuRAwjHnciqZVoXAjTjcqBTz4rKc8qih9g9pI3hbDjmqXaHdgL3v8pV6P8Z335XvHzESxLQ== vue-select@^3.16.0: version "3.18.3"