From 4a920a77c7a05d28e6ff4459850474363743d432 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 31 Jan 2026 05:06:12 +0000 Subject: [PATCH] deps(deps): bump recharts from 2.15.4 to 3.7.0 Bumps [recharts](https://github.com/recharts/recharts) from 2.15.4 to 3.7.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/v2.15.4...v3.7.0) --- updated-dependencies: - dependency-name: recharts dependency-version: 3.7.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e5c9c5f..e5b31d8 100644 --- a/package.json +++ b/package.json @@ -128,7 +128,7 @@ "react-markdown": "^9.0.1", "react-resizable-panels": "^2.1.7", "react-router-dom": "^6.26.0", - "recharts": "^2.15.4", + "recharts": "^3.7.0", "sonner": "^2.0.1", "tailwind-merge": "^3.0.2", "tailwindcss-animate": "^1.0.7",