From ec908803dce9eb5af12c9d7e67614463173862a0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 27 Mar 2026 09:29:23 +0000 Subject: [PATCH] fix(deps): update dependency vue-router to v4.6.4 --- playground/vue3-options/package.json | 2 +- playground/vue3/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/playground/vue3-options/package.json b/playground/vue3-options/package.json index ffc727f..32c5782 100644 --- a/playground/vue3-options/package.json +++ b/playground/vue3-options/package.json @@ -11,7 +11,7 @@ }, "dependencies": { "vue": "3.2.31", - "vue-router": "4.1.2", + "vue-router": "4.6.4", "vue-i18n": "^9.3.0", "@vueuse/head": "0.9.8", "vue-i18n-routing": "0.13.4" diff --git a/playground/vue3/package.json b/playground/vue3/package.json index d8ad102..c0345cc 100644 --- a/playground/vue3/package.json +++ b/playground/vue3/package.json @@ -11,7 +11,7 @@ }, "dependencies": { "vue": "3.2.31", - "vue-router": "4.1.2", + "vue-router": "4.6.4", "vue-i18n": "^9.3.0", "@vueuse/head": "0.9.8", "vue-i18n-routing": "0.13.4"