From 6a462eb8b7cbe7dd4b877820769b8f0d3c728518 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 19 May 2026 19:31:20 +0000 Subject: [PATCH] chore(deps): update devdependency nuxt to ^4.4.6 [security] --- playground/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playground/package.json b/playground/package.json index 69f6122..2a495b1 100644 --- a/playground/package.json +++ b/playground/package.json @@ -8,7 +8,7 @@ "generate": "nuxi generate" }, "devDependencies": { - "nuxt": "^4.4.4", + "nuxt": "^4.4.6", "@nuxt/hints": "workspace:^" } }