From 9dcfe81cf70bab4af1734f4397a280d009af84cd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Nov 2025 02:14:32 +0000 Subject: [PATCH] Bump recharts from 2.15.4 to 3.5.0 in /frontend Bumps [recharts](https://github.com/recharts/recharts) from 2.15.4 to 3.5.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.5.0) --- updated-dependencies: - dependency-name: recharts dependency-version: 3.5.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- frontend/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/package.json b/frontend/package.json index 1eccf3cf..3989daef 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -45,7 +45,7 @@ "react-firebase-hooks": "^5.1.1", "react-hook-form": "^7.53.0", "react-pro-sidebar": "^1.1.0", - "recharts": "^2.15.1", + "recharts": "^3.5.0", "tailwind-merge": "^3.0.2", "tailwindcss-animate": "^1.0.7" },