From 1823ec774df3f2b777d5e5f27899f5411b5c1de6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Sep 2025 21:06:04 +0000 Subject: [PATCH] Bump nuxt from 3.17.5 to 3.19.0 in /node/vue/nuxt-app Bumps [nuxt](https://github.com/nuxt/nuxt/tree/HEAD/packages/nuxt) from 3.17.5 to 3.19.0. - [Release notes](https://github.com/nuxt/nuxt/releases) - [Commits](https://github.com/nuxt/nuxt/commits/v3.19.0/packages/nuxt) --- updated-dependencies: - dependency-name: nuxt dependency-version: 3.19.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- node/vue/nuxt-app/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/node/vue/nuxt-app/package.json b/node/vue/nuxt-app/package.json index 42dfa0ae3..d2e9bbb67 100644 --- a/node/vue/nuxt-app/package.json +++ b/node/vue/nuxt-app/package.json @@ -14,7 +14,7 @@ "tauri:build": "yarn tauri:source build" }, "dependencies": { - "nuxt": "3.17.5" + "nuxt": "3.19.0" }, "devDependencies": { "@tauri-apps/tauri-webpack": "0.2.0"