From 1a99aa5540ea4df23e21d35d3947ef3f1fac3dfb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Aug 2026 04:29:58 +0000 Subject: [PATCH] deps: bump lucide-react from 0.469.0 to 1.33.0 in /apps/dashboard Bumps [lucide-react](https://github.com/lucide-icons/lucide/tree/HEAD/packages/lucide-react) from 0.469.0 to 1.33.0. - [Release notes](https://github.com/lucide-icons/lucide/releases) - [Commits](https://github.com/lucide-icons/lucide/commits/1.33.0/packages/lucide-react) --- updated-dependencies: - dependency-name: lucide-react dependency-version: 1.33.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- apps/dashboard/package-lock.json | 8 ++++---- apps/dashboard/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/apps/dashboard/package-lock.json b/apps/dashboard/package-lock.json index e7dfda5..d8afc1b 100644 --- a/apps/dashboard/package-lock.json +++ b/apps/dashboard/package-lock.json @@ -12,7 +12,7 @@ "@xyflow/react": "^12.11.3", "class-variance-authority": "^0.7.1", "clsx": "^2.1.1", - "lucide-react": "^0.469.0", + "lucide-react": "^1.33.0", "next": "16.3.2", "next-themes": "^0.4.6", "react": "^19.2.8", @@ -7993,9 +7993,9 @@ "license": "ISC" }, "node_modules/lucide-react": { - "version": "0.469.0", - "resolved": "https://registry.npmjs.org/lucide-react/-/lucide-react-0.469.0.tgz", - "integrity": "sha512-28vvUnnKQ/dBwiCQtwJw7QauYnE7yd2Cyp4tTTJpvglX4EMpbflcdBgrgToX2j71B3YvugK/NH3BGUk+E/p/Fw==", + "version": "1.33.0", + "resolved": "https://registry.npmjs.org/lucide-react/-/lucide-react-1.33.0.tgz", + "integrity": "sha512-MTRwMy0ZlL8Ur/vOAiJ9XGHE+kFPC7brq6MxAm0GiGXEBj0qy0jA/pG4N675oSzciO/UCdX8T+5yUQdmDeTLxg==", "license": "ISC", "peerDependencies": { "react": "^16.5.1 || ^17.0.0 || ^18.0.0 || ^19.0.0" diff --git a/apps/dashboard/package.json b/apps/dashboard/package.json index 7359f06..0ff00d7 100644 --- a/apps/dashboard/package.json +++ b/apps/dashboard/package.json @@ -14,7 +14,7 @@ "@xyflow/react": "^12.11.3", "class-variance-authority": "^0.7.1", "clsx": "^2.1.1", - "lucide-react": "^0.469.0", + "lucide-react": "^1.33.0", "next": "16.3.2", "next-themes": "^0.4.6", "react": "^19.2.8",