diff --git a/package-lock.json b/package-lock.json index 969c48b4..62b306f0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14841,9 +14841,9 @@ "license": "ISC" }, "node_modules/shadcn": { - "version": "4.2.0", - "resolved": "https://registry.npmjs.org/shadcn/-/shadcn-4.2.0.tgz", - "integrity": "sha512-ZDuV340itidaUd4Gi1BxQX+Y7Ush6BHp6URZBM2RyxUUBZ6yFtOWIr4nVY+Ro+YRSpo82v7JrsmtcU5xoBCMJQ==", + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/shadcn/-/shadcn-4.3.0.tgz", + "integrity": "sha512-7vhnBh2LVLyxOd1ZQWwXv7OATCnQcxdqc8FbZdNigZriNOwDsHklQmPpvPt1jcrFK5mzMI+cyuAYv8WzERx2Og==", "license": "MIT", "dependencies": { "@babel/core": "^7.28.0", @@ -16996,7 +16996,7 @@ "prom-client": "^15.1.3", "react": "^19.2.4", "react-dom": "^19.2.5", - "shadcn": "^4.2.0", + "shadcn": "^4.3.0", "tailwind-merge": "^3.5.0", "tailwindcss": "^4.2.1", "tw-animate-css": "^1.4.0", diff --git a/packages/dashboard/package.json b/packages/dashboard/package.json index 82d28ef5..aa7f6ffc 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.2.0", + "shadcn": "^4.3.0", "tailwind-merge": "^3.5.0", "tailwindcss": "^4.2.1", "tw-animate-css": "^1.4.0",