From 2b314054a734e1d37a8ad3fd2f2ce84eb38d5aab Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 28 Sep 2025 07:51:48 +0000 Subject: [PATCH] fix: playground/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-NUXT-12878602 - https://snyk.io/vuln/SNYK-JS-BRACEEXPANSION-9789073 --- playground/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/playground/package.json b/playground/package.json index a916625..5f9c2dc 100644 --- a/playground/package.json +++ b/playground/package.json @@ -9,9 +9,9 @@ }, "dependencies": { "@libsql/client": "^0.15.15", - "@nuxt/ui": "^2.21.1", + "@nuxt/ui": "^3.0.0", "@nuxthub/core": "^0.9.0", - "nuxt": "^3.17.5" + "nuxt": "^3.19.0" }, "devDependencies": { "@iconify-json/heroicons": "^1.2.2",