From 8ba584a214f784d4825fd3828ddacb65e55e63c5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 28 Jul 2026 19:36:05 +0000 Subject: [PATCH] chore(deps): update dependency nuxt to ^4.5.1 --- .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 4559ec34c1..18c4ddb3ae 100644 --- a/.templates/template-nuxt/package.json +++ b/.templates/template-nuxt/package.json @@ -10,7 +10,7 @@ "preview": "nuxt preview" }, "dependencies": { - "nuxt": "^4.5.0", + "nuxt": "^4.5.1", "vue": "^3.5.40" }, "devDependencies": { diff --git a/nuxt-full/package.json b/nuxt-full/package.json index 35c82884c9..9a453154d8 100644 --- a/nuxt-full/package.json +++ b/nuxt-full/package.json @@ -12,7 +12,7 @@ "dependencies": { "beautiful-mermaid": "^1.1.3", "katex": "^0.18.1", - "nuxt": "^4.5.0", + "nuxt": "^4.5.1", "prosekit": "^0.21.4", "vue": "^3.5.40" },