From 00642785da27b63bb026dfa0aeba1e7944c534f3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Oct 2025 01:02:02 +0000 Subject: [PATCH] build(deps): bump vue-router from 4.6.0 to 4.6.2 Bumps [vue-router](https://github.com/vuejs/router) from 4.6.0 to 4.6.2. - [Release notes](https://github.com/vuejs/router/releases) - [Commits](https://github.com/vuejs/router/compare/v4.6.0...v4.6.2) --- updated-dependencies: - dependency-name: vue-router dependency-version: 4.6.2 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 2035d341..b13154e9 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.6.0", + "vue-router": "^4.6.2", "vuex": "^4.1.0" }, "devDependencies": { diff --git a/yarn.lock b/yarn.lock index b27f26e2..cf4b7ed0 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.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== +vue-router@^4.6.2: + version "4.6.2" + resolved "https://registry.yarnpkg.com/vue-router/-/vue-router-4.6.2.tgz#88dc6f9f5b4cd4264ea34a6733298cd00fef38a5" + integrity sha512-my83mxQKXyCms9EegBXZldehOihxBjgSjZqrZwgg4vBacNGl0oBCO+xT//wgOYpLV1RW93ZfqxrjTozd+82nbA== dependencies: "@vue/devtools-api" "^6.6.4"