From 9416436dcd7b31417dbc9229ba9783766b3cac3d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 25 Jan 2026 12:46:33 +0000 Subject: [PATCH] chore(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 1bc16dc..fc4d7d5 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": "2.15.4", + "recharts": "3.7.0", "remark-gfm": "^4.0.1", "tailwind-merge": "^3.4.0" },