From 66cd0bccf88881763a7dc1d3ea2b8137e1807002 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Apr 2026 00:34:00 +0000 Subject: [PATCH] chore(deps): bump shadcn from 4.3.0 to 4.3.1 Bumps [shadcn](https://github.com/shadcn-ui/ui/tree/HEAD/packages/shadcn) from 4.3.0 to 4.3.1. - [Release notes](https://github.com/shadcn-ui/ui/releases) - [Changelog](https://github.com/shadcn-ui/ui/blob/main/packages/shadcn/CHANGELOG.md) - [Commits](https://github.com/shadcn-ui/ui/commits/shadcn@4.3.1/packages/shadcn) --- updated-dependencies: - dependency-name: shadcn dependency-version: 4.3.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- packages/dashboard/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index a2a95775..e39fdcbd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14832,9 +14832,9 @@ "license": "ISC" }, "node_modules/shadcn": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/shadcn/-/shadcn-4.3.0.tgz", - "integrity": "sha512-7vhnBh2LVLyxOd1ZQWwXv7OATCnQcxdqc8FbZdNigZriNOwDsHklQmPpvPt1jcrFK5mzMI+cyuAYv8WzERx2Og==", + "version": "4.3.1", + "resolved": "https://registry.npmjs.org/shadcn/-/shadcn-4.3.1.tgz", + "integrity": "sha512-X3XodbqNKQLCoR4sZZLMKrx2XjfhSsoDLN5+7TLsEx/uDG2P3iyfOLfBlU+z7BVOpkFkbWCEA0LlbGqWg1oeyQ==", "license": "MIT", "dependencies": { "@babel/core": "^7.28.0", @@ -16961,7 +16961,7 @@ "prom-client": "^15.1.3", "react": "^19.2.4", "react-dom": "^19.2.5", - "shadcn": "^4.3.0", + "shadcn": "^4.3.1", "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 aa7f6ffc..c758fc38 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.0", + "shadcn": "^4.3.1", "tailwind-merge": "^3.5.0", "tailwindcss": "^4.2.1", "tw-animate-css": "^1.4.0",