From 7e100ee2e99eacb2a3fc3b0e69a3888420a9f8d3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 1 Jan 2025 00:18:00 +0000 Subject: [PATCH] fix(repo): Update dependency vue to ^3.5.13 --- integration/templates/nuxt-node/package.json | 2 +- integration/templates/vue-vite/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/integration/templates/nuxt-node/package.json b/integration/templates/nuxt-node/package.json index 7414598924..be630262ea 100644 --- a/integration/templates/nuxt-node/package.json +++ b/integration/templates/nuxt-node/package.json @@ -11,7 +11,7 @@ }, "dependencies": { "nuxt": "^3.14.159", - "vue": "^3.5.12", + "vue": "^3.5.13", "vue-router": "^4.4.5" } } diff --git a/integration/templates/vue-vite/package.json b/integration/templates/vue-vite/package.json index 64c1630c65..55732806a1 100644 --- a/integration/templates/vue-vite/package.json +++ b/integration/templates/vue-vite/package.json @@ -9,7 +9,7 @@ "preview": "vite preview --port $PORT" }, "dependencies": { - "vue": "^3.5.12", + "vue": "^3.5.13", "vue-router": "^4.4.5" }, "devDependencies": {