From 152b4eb914b50154c66157e29a5d472389bb79fa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Jun 2024 01:03:18 +0000 Subject: [PATCH] chore(deps): bump vue-router from 4.3.2 to 4.3.3 (#15) Bumps [vue-router](https://github.com/vuejs/router) from 4.3.2 to 4.3.3. - [Release notes](https://github.com/vuejs/router/releases) - [Commits](https://github.com/vuejs/router/compare/v4.3.2...v4.3.3) --- updated-dependencies: - dependency-name: vue-router dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index f25aeefe..d2192ea4 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "upath": "^2.0.1", "vue": "^3.4.29", "vue-i18n": "^9.2.2", - "vue-router": "^4.0.12" + "vue-router": "^4.3.3" }, "devDependencies": { "@intlify/vite-plugin-vue-i18n": "^3.3.1", diff --git a/yarn.lock b/yarn.lock index 815b8748..2b59fe59 100644 --- a/yarn.lock +++ b/yarn.lock @@ -7411,10 +7411,10 @@ vue-i18n@^9.2.2: "@intlify/shared" "9.13.1" "@vue/devtools-api" "^6.5.0" -vue-router@^4.0.12: - version "4.3.2" - resolved "https://registry.yarnpkg.com/vue-router/-/vue-router-4.3.2.tgz#08096c7765dacc6832f58e35f7a081a8b34116a7" - integrity sha512-hKQJ1vDAZ5LVkKEnHhmm1f9pMiWIBNGF5AwU67PdH7TyXCj/a4hTccuUuYCAMgJK6rO/NVYtQIEN3yL8CECa7Q== +vue-router@^4.3.3: + version "4.3.3" + resolved "https://registry.yarnpkg.com/vue-router/-/vue-router-4.3.3.tgz#7505509d429a36694b12ba1f6530016c5ce5f6bf" + integrity sha512-8Q+u+WP4N2SXY38FDcF2H1dUEbYVHVPtPCPZj/GTZx8RCbiB8AtJP9+YIxn4Vs0svMTNQcLIzka4GH7Utkx9xQ== dependencies: "@vue/devtools-api" "^6.5.1"