From 6d54fa2bd3a7215e9ef241d00f8fb03479639fb5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Apr 2026 20:27:56 +0000 Subject: [PATCH] chore(deps): bump lucide-react from 1.8.0 to 1.14.0 in /app Bumps [lucide-react](https://github.com/lucide-icons/lucide/tree/HEAD/packages/lucide-react) from 1.8.0 to 1.14.0. - [Release notes](https://github.com/lucide-icons/lucide/releases) - [Commits](https://github.com/lucide-icons/lucide/commits/1.14.0/packages/lucide-react) --- updated-dependencies: - dependency-name: lucide-react dependency-version: 1.14.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- app/package-lock.json | 8 ++++---- app/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/app/package-lock.json b/app/package-lock.json index 314a8bf16..6f1422418 100644 --- a/app/package-lock.json +++ b/app/package-lock.json @@ -24,7 +24,7 @@ "clsx": "^2.1.1", "cmdk": "^1.1.1", "github-markdown-css": "^5.9.0", - "lucide-react": "^1.8.0", + "lucide-react": "^1.14.0", "next-themes": "^0.4.6", "radix-ui": "^1.4.3", "react": "^19.1.0", @@ -14355,9 +14355,9 @@ } }, "node_modules/lucide-react": { - "version": "1.8.0", - "resolved": "https://registry.npmjs.org/lucide-react/-/lucide-react-1.8.0.tgz", - "integrity": "sha512-WuvlsjngSk7TnTBJ1hsCy3ql9V9VOdcPkd3PKcSmM34vJD8KG6molxz7m7zbYFgICwsanQWmJ13JlYs4Zp7Arw==", + "version": "1.14.0", + "resolved": "https://registry.npmjs.org/lucide-react/-/lucide-react-1.14.0.tgz", + "integrity": "sha512-+1mdWcfSJVUsaTIjN9zoezmUhfXo5l0vP7ekBMPo3jcS/aIkxHnXqAPsByszMZx/Y8oQBRJxJx5xg+RH3urzxA==", "license": "ISC", "peerDependencies": { "react": "^16.5.1 || ^17.0.0 || ^18.0.0 || ^19.0.0" diff --git a/app/package.json b/app/package.json index 08fc9d392..6f851b71f 100644 --- a/app/package.json +++ b/app/package.json @@ -51,7 +51,7 @@ "clsx": "^2.1.1", "cmdk": "^1.1.1", "github-markdown-css": "^5.9.0", - "lucide-react": "^1.8.0", + "lucide-react": "^1.14.0", "next-themes": "^0.4.6", "radix-ui": "^1.4.3", "react": "^19.1.0",