From f61cfc7afdeb6cd5ad2188592d878dc0cc26dcf8 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 20 Jun 2025 09:54:29 +0000 Subject: [PATCH] fix: upgrade shadcn-nuxt from 2.1.0 to 2.2.0 Snyk has created this PR to upgrade shadcn-nuxt from 2.1.0 to 2.2.0. See this package in npm: shadcn-nuxt See this project in Snyk: https://app.snyk.io/org/hpware/project/87683307-fe2e-4cc5-ab03-68f884a73ad5?utm_source=github&utm_medium=referral&page=upgrade-pr --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9591082..a03519e 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ "prettier": "^3.5.3", "reka-ui": "^2.3.1", "rss-parser": "^3.13.0", - "shadcn-nuxt": "2.1.0", + "shadcn-nuxt": "2.2.0", "tailwind-merge": "^3.3.1", "tailwind-scrollbar": "^4.0.2", "tailwindcss": "^3.4.17",