From 87e0e0947e4a991b3356181b8f66f3f091bf2a84 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 30 Jan 2026 13:41:22 +0000 Subject: [PATCH] Bump recharts from 2.15.4 to 3.7.0 in /win/system/frontend Bumps [recharts](https://github.com/recharts/recharts) from 2.15.4 to 3.7.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.7.0) --- updated-dependencies: - dependency-name: recharts dependency-version: 3.7.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- win/system/frontend/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/win/system/frontend/package.json b/win/system/frontend/package.json index d93ab9b..8bcbbaf 100644 --- a/win/system/frontend/package.json +++ b/win/system/frontend/package.json @@ -56,7 +56,7 @@ "react-hook-form": "^7.61.1", "react-resizable-panels": "^4.5.5", "react-router-dom": "^6.30.1", - "recharts": "^2.15.4", + "recharts": "^3.7.0", "sonner": "^1.7.4", "tailwind-merge": "^2.6.0", "tailwindcss-animate": "^1.0.7",