From bf1c401ff479e118310d5d1c919cd44f3497650d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Jun 2022 17:44:04 +0000 Subject: [PATCH] build(deps): bump vue-router from 3.5.3 to 4.0.16 in /ui Bumps [vue-router](https://github.com/vuejs/router) from 3.5.3 to 4.0.16. - [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/v4.0.16) --- updated-dependencies: - dependency-name: vue-router dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- ui/package.json | 2 +- ui/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/ui/package.json b/ui/package.json index c54e7aa..b915ba6 100644 --- a/ui/package.json +++ b/ui/package.json @@ -13,7 +13,7 @@ "git-describe": "^4.1.0", "moment": "^2.29.3", "vue": "^2.6.12", - "vue-router": "^3.5.3" + "vue-router": "^3.5.4" }, "devDependencies": { "@vue/cli-plugin-babel": "^5.0.4", diff --git a/ui/yarn.lock b/ui/yarn.lock index fa27e3c..4187b96 100644 --- a/ui/yarn.lock +++ b/ui/yarn.lock @@ -9509,10 +9509,10 @@ vue-loader@^15.9.2: vue-hot-reload-api "^2.3.0" vue-style-loader "^4.1.0" -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-style-loader@^4.1.0, vue-style-loader@^4.1.2: version "4.1.2"