From 6d43bcebab35a55dbd3f976dabbe8317fcade964 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 21 Mar 2026 13:22:43 +0000 Subject: [PATCH] deps(frontend): bump recharts from 3.7.0 to 3.8.0 in /frontend Bumps [recharts](https://github.com/recharts/recharts) from 3.7.0 to 3.8.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/v3.7.0...v3.8.0) --- updated-dependencies: - dependency-name: recharts dependency-version: 3.8.0 dependency-type: direct:production update-type: version-update:semver-minor ... 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 f4a931d..0a37b85 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -56,7 +56,7 @@ "react-dom": "^19.2.4", "react-hook-form": "^7.60.0", "react-resizable-panels": "^4.6.4", - "recharts": "3.7.0", + "recharts": "3.8.0", "rollup": "^4.59.0", "sonner": "^2.0.7", "swr": "^2.2.5",