From e14ca9a34eebea1ab55bf3848f7fdcebe683bf49 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Jun 2026 18:30:23 +0000 Subject: [PATCH] chore(deps): bump nuxt from 4.4.5 to 4.4.7 in /example/nuxt-app Bumps [nuxt](https://github.com/nuxt/nuxt/tree/HEAD/packages/nuxt) from 4.4.5 to 4.4.7. - [Release notes](https://github.com/nuxt/nuxt/releases) - [Commits](https://github.com/nuxt/nuxt/commits/v4.4.7/packages/nuxt) --- updated-dependencies: - dependency-name: nuxt dependency-version: 4.4.7 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- example/nuxt-app/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/nuxt-app/package.json b/example/nuxt-app/package.json index 486548d..e8ee3db 100644 --- a/example/nuxt-app/package.json +++ b/example/nuxt-app/package.json @@ -10,7 +10,7 @@ "postinstall": "nuxt prepare" }, "dependencies": { - "nuxt": "4.4.5", + "nuxt": "4.4.7", "vue": "3.5.34", "vue-router": "4.6.4" },