diff --git a/.templates/template-nuxt/package.json b/.templates/template-nuxt/package.json index 543211ca70..43034bd8f0 100644 --- a/.templates/template-nuxt/package.json +++ b/.templates/template-nuxt/package.json @@ -10,7 +10,7 @@ "preview": "nuxt preview" }, "dependencies": { - "nuxt": "^4.4.7", + "nuxt": "^4.4.8", "vue": "^3.5.35" }, "devDependencies": { diff --git a/nuxt-full/package.json b/nuxt-full/package.json index fc521c1368..f73af069aa 100644 --- a/nuxt-full/package.json +++ b/nuxt-full/package.json @@ -12,7 +12,7 @@ "dependencies": { "beautiful-mermaid": "^1.1.3", "katex": "^0.17.0", - "nuxt": "^4.4.7", + "nuxt": "^4.4.8", "prosekit": "^0.21.4", "vue": "^3.5.35" },