From 5ac099ab3bc4d341a355efdea3ed3476e22f4312 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Apr 2025 02:00:03 +0000 Subject: [PATCH] build(deps): bump vue-router from 4.5.0 to 4.5.1 Bumps [vue-router](https://github.com/vuejs/router) from 4.5.0 to 4.5.1. - [Release notes](https://github.com/vuejs/router/releases) - [Commits](https://github.com/vuejs/router/compare/v4.5.0...v4.5.1) --- updated-dependencies: - dependency-name: vue-router dependency-version: 4.5.1 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 9af3c8c6..1ceb8b8a 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "core-js": "^3.41.0", "crypto-js": "^4.2.0", "vue": "^3.5.13", - "vue-router": "^4.5.0", + "vue-router": "^4.5.1", "vuex": "^4.1.0" }, "devDependencies": { diff --git a/yarn.lock b/yarn.lock index 14c21563..2aa9c59f 100644 --- a/yarn.lock +++ b/yarn.lock @@ -11581,10 +11581,10 @@ vue-loader@^17.0.0: hash-sum "^2.0.0" loader-utils "^2.0.0" -vue-router@^4.5.0: - version "4.5.0" - resolved "https://registry.yarnpkg.com/vue-router/-/vue-router-4.5.0.tgz#58fc5fe374e10b6018f910328f756c3dae081f14" - integrity sha512-HDuk+PuH5monfNuY+ct49mNmkCRK4xJAV9Ts4z9UFc4rzdDnxQLyCMGGc8pKhZhHTVzfanpNwB/lwqevcBwI4w== +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== dependencies: "@vue/devtools-api" "^6.6.4"