From f97d0c393a28151fc345ea1c25f88e10d2ed5b55 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Oct 2025 01:02:15 +0000 Subject: [PATCH] build(deps): bump vue-router from 4.5.1 to 4.6.0 Bumps [vue-router](https://github.com/vuejs/router) from 4.5.1 to 4.6.0. - [Release notes](https://github.com/vuejs/router/releases) - [Commits](https://github.com/vuejs/router/compare/v4.5.1...v4.6.0) --- updated-dependencies: - dependency-name: vue-router dependency-version: 4.6.0 dependency-type: direct:production update-type: version-update:semver-minor ... 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 1e13ebdf..2035d341 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "core-js": "^3.46.0", "crypto-js": "^4.2.0", "vue": "^3.5.22", - "vue-router": "^4.5.1", + "vue-router": "^4.6.0", "vuex": "^4.1.0" }, "devDependencies": { diff --git a/yarn.lock b/yarn.lock index feb85bc6..b27f26e2 100644 --- a/yarn.lock +++ b/yarn.lock @@ -10579,10 +10579,10 @@ vue-loader@^17.0.0: hash-sum "^2.0.0" watchpack "^2.4.0" -vue-router@^4.5.1: - version "4.5.1" - resolved "https://registry.yarnpkg.com/vue-router/-/vue-router-4.5.1.tgz#47bffe2d3a5479d2886a9a244547a853aa0abf69" - integrity sha512-ogAF3P97NPm8fJsE4by9dwSYtDwXIY1nFY9T6DyQnGHd1E2Da94w9JIolpe42LJGIl0DwOHBi8TcRPlPGwbTtw== +vue-router@^4.6.0: + version "4.6.0" + resolved "https://registry.yarnpkg.com/vue-router/-/vue-router-4.6.0.tgz#795a4c60f42e24885bd13e85920b3e82a7b67815" + integrity sha512-YRrWLi4ayHe1d6zyH6sMPwF/WwcDY8XgUOfQGa0Kx4kmugSorLavD1ExrM/Y83B4X2NQMXYpJFSq2pbZh9ildQ== dependencies: "@vue/devtools-api" "^6.6.4"