From 256b4c87c50a4881c6a84b553ba4ffaa81afc02d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Mar 2026 18:10:57 +0000 Subject: [PATCH] chore(deps): bump recharts Bumps the production-dependencies group with 1 update in the / directory: [recharts](https://github.com/recharts/recharts). 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: 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b853a0c..7223414 100644 --- a/package.json +++ b/package.json @@ -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" },