From adb073a217096d33d0d2e0cf572498e53cfafbc4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Oct 2025 09:07:53 +0000 Subject: [PATCH] deps(frontend)(deps): bump recharts from 2.15.4 to 3.3.0 in /frontend Bumps [recharts](https://github.com/recharts/recharts) from 2.15.4 to 3.3.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.3.0) --- updated-dependencies: - dependency-name: recharts dependency-version: 3.3.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 9112d7d..d2f1cf7 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -66,7 +66,7 @@ "react-dom": "^19.0.0", "react-hook-form": "^7.62.0", "react-resizable-panels": "^3.0.4", - "recharts": "2.15.4", + "recharts": "3.3.0", "sonner": "^2.0.7", "tailwind-merge": "^3.3.1", "tailwindcss-animate": "^1.0.7",