From e79fa1d340cded2d0db74cabd1fdac53d3a7f5e0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 22 Mar 2026 21:14:08 +0000 Subject: [PATCH] Build(deps): Bump recharts from 2.15.4 to 3.8.0 Bumps [recharts](https://github.com/recharts/recharts) from 2.15.4 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/v2.15.4...v3.8.0) --- updated-dependencies: - dependency-name: recharts dependency-version: 3.8.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- apps/local-dashboard/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/local-dashboard/package.json b/apps/local-dashboard/package.json index 49fd1eb..4bd1dc3 100644 --- a/apps/local-dashboard/package.json +++ b/apps/local-dashboard/package.json @@ -27,7 +27,7 @@ "react-dom": "^19.1.0", "react-markdown": "^10.1.0", "react-router-dom": "^7.6.1", - "recharts": "^2.15.4", + "recharts": "^3.8.0", "sonner": "^2.0.7", "tailwind-merge": "^3.5.0", "tw-animate-css": "^1.4.0",