From 831c94e0fa12601edcee2479fe50cd5e22e39100 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Jun 2026 19:43:11 +0000 Subject: [PATCH] Bump nuxt Bumps the npm_and_yarn group with 1 update in the /GeeksHackingPortal.WebApp directory: [nuxt](https://github.com/nuxt/nuxt/tree/HEAD/packages/nuxt). Updates `nuxt` from 4.4.6 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 dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] --- GeeksHackingPortal.WebApp/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GeeksHackingPortal.WebApp/package.json b/GeeksHackingPortal.WebApp/package.json index d8c65ebc..a5e16370 100644 --- a/GeeksHackingPortal.WebApp/package.json +++ b/GeeksHackingPortal.WebApp/package.json @@ -28,7 +28,7 @@ "@vueuse/core": "14.3.0", "eslint": "^10.4.0", "html5-qrcode": "^2.3.8", - "nuxt": "^4.4.6", + "nuxt": "^4.4.7", "qrcode": "^1.5.4", "tailwindcss": "^4.3.0", "typescript": "^6.0.3",