diff --git a/package-lock.json b/package-lock.json index 8aa799c..d559c7e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14820,9 +14820,9 @@ "license": "ISC" }, "node_modules/shadcn": { - "version": "4.3.1", - "resolved": "https://registry.npmjs.org/shadcn/-/shadcn-4.3.1.tgz", - "integrity": "sha512-X3XodbqNKQLCoR4sZZLMKrx2XjfhSsoDLN5+7TLsEx/uDG2P3iyfOLfBlU+z7BVOpkFkbWCEA0LlbGqWg1oeyQ==", + "version": "4.4.0", + "resolved": "https://registry.npmjs.org/shadcn/-/shadcn-4.4.0.tgz", + "integrity": "sha512-0V1AjVktKwhK1e0ONXb9SeBoyJePH04iTSJeMjl9eROqjjyb8OoWYtWDI39UdBU3GzpUlFBJFohhB9c6fGOkQA==", "license": "MIT", "dependencies": { "@babel/core": "^7.28.0", @@ -16951,7 +16951,7 @@ "prom-client": "^15.1.3", "react": "^19.2.4", "react-dom": "^19.2.5", - "shadcn": "^4.3.1", + "shadcn": "^4.4.0", "tailwind-merge": "^3.5.0", "tailwindcss": "^4.2.4", "tw-animate-css": "^1.4.0", diff --git a/packages/dashboard/package.json b/packages/dashboard/package.json index a7e9de1..4dba022 100644 --- a/packages/dashboard/package.json +++ b/packages/dashboard/package.json @@ -38,7 +38,7 @@ "prom-client": "^15.1.3", "react": "^19.2.4", "react-dom": "^19.2.5", - "shadcn": "^4.3.1", + "shadcn": "^4.4.0", "tailwind-merge": "^3.5.0", "tailwindcss": "^4.2.4", "tw-animate-css": "^1.4.0",