From 2bd697f5acb16fec1cd595234f41e48c34208b18 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Aug 2026 14:06:22 +0000 Subject: [PATCH] build(deps): bump nuxt from 4.4.7 to 4.5.1 in /examples/nuxt-chat Bumps [nuxt](https://github.com/nuxt/nuxt/tree/HEAD/packages/nuxt) from 4.4.7 to 4.5.1. - [Release notes](https://github.com/nuxt/nuxt/releases) - [Commits](https://github.com/nuxt/nuxt/commits/v4.5.1/packages/nuxt) --- updated-dependencies: - dependency-name: nuxt dependency-version: 4.5.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- examples/nuxt-chat/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/nuxt-chat/package.json b/examples/nuxt-chat/package.json index a4ac7eecc..5962947af 100644 --- a/examples/nuxt-chat/package.json +++ b/examples/nuxt-chat/package.json @@ -19,7 +19,7 @@ "ai": "^7.0.0", "chat": "workspace:*", "h3": "2.0.1-rc.22", - "nuxt": "~4.4.7", + "nuxt": "~4.5.1", "vue": "^3.5.13" }, "devDependencies": {