From 60353b3dc32f563e264c7576acc22705b70aebff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 10 Aug 2025 17:22:40 +0000 Subject: [PATCH] deps(frontend)(deps): bump recharts from 2.15.4 to 3.1.2 in /frontend Bumps [recharts](https://github.com/recharts/recharts) from 2.15.4 to 3.1.2. - [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.1.2) --- updated-dependencies: - dependency-name: recharts dependency-version: 3.1.2 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 8411326..4a2ab98 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.1.2", "sonner": "^2.0.7", "tailwind-merge": "^3.3.1", "tailwindcss-animate": "^1.0.7",