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": {