From 9e5b73b887f05ef46620a8a83942ce005d85af04 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 May 2022 05:03:37 +0000 Subject: [PATCH] build(deps): bump vue-router from 3.5.3 to 3.5.4 Bumps [vue-router](https://github.com/vuejs/router) from 3.5.3 to 3.5.4. - [Release notes](https://github.com/vuejs/router/releases) - [Changelog](https://github.com/vuejs/router/blob/main/CHANGELOG.md) - [Commits](https://github.com/vuejs/router/commits) --- updated-dependencies: - dependency-name: vue-router dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 3352eec2..4182e907 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "vue-echarts": "^6.0.2", "vue-grid-layout": "^2.3.12", "vue-material-design-icons": "^5.0.0", - "vue-router": "^3.5.3", + "vue-router": "^3.5.4", "vue-select": "^3.18.3", "vue2-helpers": "^1.1.7" }, diff --git a/yarn.lock b/yarn.lock index b2750ed9..2459bd7e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5407,10 +5407,10 @@ vue-material-design-icons@^5.0.0: resolved "https://registry.yarnpkg.com/vue-material-design-icons/-/vue-material-design-icons-5.0.0.tgz#146275a05adfbd7508baf7a19b68bad77aea557c" integrity sha512-lYSJFW/TyQqmg7MvUbEB8ua1mwWy/v8qve7QJuA/UWUAXC4/yVUdAm4pg/sM9+k5n7VLckBv6ucOROuGBsGPDQ== -vue-router@^3.5.3: - version "3.5.3" - resolved "https://registry.yarnpkg.com/vue-router/-/vue-router-3.5.3.tgz#041048053e336829d05dafacf6a8fb669a2e7999" - integrity sha512-FUlILrW3DGitS2h+Xaw8aRNvGTwtuaxrRkNSHWTizOfLUie7wuYwezeZ50iflRn8YPV5kxmU2LQuu3nM/b3Zsg== +vue-router@^3.5.4: + 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-select@^3.18.3: version "3.18.3"