From c7dfcb3ab6559dd410514c0cc6dc8ab2ba174591 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 Aug 2025 11:19:50 +0000 Subject: [PATCH] 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 f341334..cf431ef 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -8,7 +8,7 @@ "react-dom": "^18.2.0", "axios": "^1.4.0", "react-router-dom": "^6.11.2", - "recharts": "^2.6.2", + "recharts": "^3.1.2", "react-webcam": "^7.1.1", "react-hot-toast": "^2.4.1", "lucide-react": "^0.263.1"