From 949d8d34c9d30eeb231c35b4f04dd06c49387c11 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 19 May 2026 08:20:17 +0000 Subject: [PATCH] chore(deps): update dependency nuxt to ^4.4.6 --- .templates/template-nuxt/package.json | 2 +- nuxt-full/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.templates/template-nuxt/package.json b/.templates/template-nuxt/package.json index 363019f761..7ea4618abf 100644 --- a/.templates/template-nuxt/package.json +++ b/.templates/template-nuxt/package.json @@ -10,7 +10,7 @@ "preview": "nuxt preview" }, "dependencies": { - "nuxt": "^4.4.5", + "nuxt": "^4.4.6", "vue": "^3.5.34" }, "devDependencies": { diff --git a/nuxt-full/package.json b/nuxt-full/package.json index 562ce2aa04..e623d134db 100644 --- a/nuxt-full/package.json +++ b/nuxt-full/package.json @@ -11,7 +11,7 @@ }, "dependencies": { "katex": "^0.16.47", - "nuxt": "^4.4.5", + "nuxt": "^4.4.6", "prosekit": "^0.21.1", "vue": "^3.5.34" },