From 1bac0a67671ff903acd6d5f24eb6933532d94bf6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Dec 2025 00:42:01 +0000 Subject: [PATCH] build(deps): bump recharts from 2.15.4 to 3.5.1 Bumps [recharts](https://github.com/recharts/recharts) from 2.15.4 to 3.5.1. - [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.5.1) --- updated-dependencies: - dependency-name: recharts dependency-version: 3.5.1 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 01bdcef..b0f507b 100644 --- a/package.json +++ b/package.json @@ -63,7 +63,7 @@ "react-error-boundary": "^6.0.0", "react-hook-form": "^7.54.2", "react-resizable-panels": "^2.1.7", - "recharts": "^2.15.1", + "recharts": "^3.5.1", "socket.io-client": "^4.8.1", "sonner": "^2.0.1", "tailwind-merge": "^3.0.2",