From 64130b681b7a9bd3d3c1fcb23ee4c47165eec4ac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Mar 2026 19:25:55 +0000 Subject: [PATCH] chore(deps): bump the production-dependencies group across 1 directory with 2 updates Bumps the production-dependencies group with 2 updates in the / directory: [lucide-react](https://github.com/lucide-icons/lucide/tree/HEAD/packages/lucide-react) and [recharts](https://github.com/recharts/recharts). Updates `lucide-react` from 0.563.0 to 0.577.0 - [Release notes](https://github.com/lucide-icons/lucide/releases) - [Commits](https://github.com/lucide-icons/lucide/commits/0.577.0/packages/lucide-react) Updates `recharts` from 3.7.0 to 3.8.0 - [Release notes](https://github.com/recharts/recharts/releases) - [Changelog](https://github.com/recharts/recharts/blob/main/CHANGELOG.md) - [Commits](https://github.com/recharts/recharts/compare/v3.7.0...v3.8.0) --- updated-dependencies: - dependency-name: lucide-react dependency-version: 0.577.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies - dependency-name: recharts dependency-version: 3.8.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies ... Signed-off-by: dependabot[bot] --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index b853a0c..acc4a3c 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "clsx": "^2.1.1", "geist": "^1.3.1", "gray-matter": "^4.0.3", - "lucide-react": "^0.563.0", + "lucide-react": "^0.577.0", "motion": "^12.29.0", "next": "^16.1.4", "next-themes": "^0.4.6", @@ -48,7 +48,7 @@ "react-icons": "^5.5.0", "react-markdown": "^10.1.0", "react-syntax-highlighter": "^16.1.0", - "recharts": "3.7.0", + "recharts": "3.8.0", "remark-gfm": "^4.0.1", "tailwind-merge": "^3.4.0" },