From 4b0dc5491b68b7f692c945c93e92f2f47d67384a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 14 Aug 2026 23:44:58 +0000 Subject: [PATCH] chore(deps): bump shadcn from 4.16.2 to 4.17.0 Bumps [shadcn](https://github.com/shadcn-ui/ui/tree/HEAD/packages/shadcn) from 4.16.2 to 4.17.0. - [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.17.0/packages/shadcn) --- updated-dependencies: - dependency-name: shadcn dependency-version: 4.17.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- apps/dashboard/package.json | 2 +- package-lock.json | 33 +++++++++++++++++++++++++++++---- 2 files changed, 30 insertions(+), 5 deletions(-) diff --git a/apps/dashboard/package.json b/apps/dashboard/package.json index 64bb0c72..84affa9b 100644 --- a/apps/dashboard/package.json +++ b/apps/dashboard/package.json @@ -38,7 +38,7 @@ "prom-client": "^15.1.3", "react": "^19.2.8", "react-dom": "^19.2.8", - "shadcn": "^4.16.2", + "shadcn": "^4.17.0", "tailwind-merge": "^3.6.0", "tailwindcss": "^4.2.4", "tw-animate-css": "^1.4.0", diff --git a/package-lock.json b/package-lock.json index bf9042a7..83c38ba3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -107,7 +107,7 @@ "prom-client": "^15.1.3", "react": "^19.2.8", "react-dom": "^19.2.8", - "shadcn": "^4.16.2", + "shadcn": "^4.17.0", "tailwind-merge": "^3.6.0", "tailwindcss": "^4.2.4", "tw-animate-css": "^1.4.0", @@ -11042,9 +11042,9 @@ "license": "ISC" }, "node_modules/shadcn": { - "version": "4.16.2", - "resolved": "https://registry.npmjs.org/shadcn/-/shadcn-4.16.2.tgz", - "integrity": "sha512-M1AvZKFWcCzWRDoyApIqJMSLIpY8Ev4uBGuiPLSFmiTbixXhPmzotSTvLzFmBrfoIxG9aIg2dZOETblEaXGUnQ==", + "version": "4.17.0", + "resolved": "https://registry.npmjs.org/shadcn/-/shadcn-4.17.0.tgz", + "integrity": "sha512-kphndh72CD7mxLQ/thkbPVgfXpIjzPUllzvTWRJmU3sNGZc/WbOqzJ0FXbBGj6sqNiaGPiOLDQByy8FAtCuVUQ==", "license": "MIT", "dependencies": { "@babel/core": "^7.28.0", @@ -11071,6 +11071,7 @@ "postcss-selector-parser": "^7.1.0", "prompts": "^2.4.2", "recast": "^0.23.11", + "socks": "^2.8.8", "stringify-object": "^5.0.0", "tailwind-merge": "^3.0.1", "ts-morph": "^26.0.0", @@ -11356,6 +11357,16 @@ "integrity": "sha512-bLGGlR1QxBcynn2d5YmDX4MGjlZvy2MRBDRNHLJ8VI6l6+9FUiyTFNJ0IveOSP0bcXgVDPRcfGqA0pjaqUpfVg==", "license": "MIT" }, + "node_modules/smart-buffer": { + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/smart-buffer/-/smart-buffer-4.2.0.tgz", + "integrity": "sha512-94hK0Hh8rPqQl2xXc3HsaBoOXKV20MToPkcXvwbISWLEs+64sBq5kFgn2kJDHb1Pry9yrP0dxrCI9RRci7RXKg==", + "license": "MIT", + "engines": { + "node": ">= 6.0.0", + "npm": ">= 3.0.0" + } + }, "node_modules/smol-toml": { "version": "1.7.1", "resolved": "https://registry.npmjs.org/smol-toml/-/smol-toml-1.7.1.tgz", @@ -11369,6 +11380,20 @@ "url": "https://github.com/sponsors/cyyynthia" } }, + "node_modules/socks": { + "version": "2.8.9", + "resolved": "https://registry.npmjs.org/socks/-/socks-2.8.9.tgz", + "integrity": "sha512-LJhUYUvItdQ0LkJTmPeaEObWXAqFyfmP85x0tch/ez9cahmhlBBLbIqDFnvBnUJGagb0JbIQrkBs1wJ+yRYpEw==", + "license": "MIT", + "dependencies": { + "ip-address": "^10.1.1", + "smart-buffer": "^4.2.0" + }, + "engines": { + "node": ">= 10.0.0", + "npm": ">= 3.0.0" + } + }, "node_modules/solid-js": { "version": "1.9.14", "resolved": "https://registry.npmjs.org/solid-js/-/solid-js-1.9.14.tgz",