From 1c1cb25209566ec41e8a02bcbeedb6738ba06bd8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 27 Mar 2026 05:45:23 +0000 Subject: [PATCH] fix(deps): update dependency vue-router to v3.6.5 --- playground/vue2-options/package.json | 2 +- playground/vue2/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/playground/vue2-options/package.json b/playground/vue2-options/package.json index 9cc0530..6927217 100644 --- a/playground/vue2-options/package.json +++ b/playground/vue2-options/package.json @@ -12,7 +12,7 @@ "dependencies": { "@vue/composition-api": "^1.7.0", "vue": "2.6.14", - "vue-router": "3.5.3", + "vue-router": "3.6.5", "vue-i18n": "^8", "vue-i18n-bridge": "^9.3.0", "vue-i18n-routing": "0.13.4" diff --git a/playground/vue2/package.json b/playground/vue2/package.json index 0fe2ebd..4f886a9 100644 --- a/playground/vue2/package.json +++ b/playground/vue2/package.json @@ -12,7 +12,7 @@ "dependencies": { "@vue/composition-api": "^1.7.0", "vue": "2.6.14", - "vue-router": "3.5.3", + "vue-router": "3.6.5", "vue-i18n": "^8", "vue-i18n-bridge": "^9.3.0", "vue-i18n-routing": "0.13.4"