From 90cf7f0988a203a3f05895cabfaa2f2a99f9671a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 5 Apr 2026 16:23:56 +0000 Subject: [PATCH] build(deps): bump recharts from 2.15.4 to 3.8.1 Bumps [recharts](https://github.com/recharts/recharts) from 2.15.4 to 3.8.1. - [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.1) --- updated-dependencies: - dependency-name: recharts dependency-version: 3.8.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 790af24..8aeacee 100644 --- a/package.json +++ b/package.json @@ -51,7 +51,7 @@ "react-is": "^19.2.4", "react-markdown": "^10.1.0", "react-router-dom": "^7.13.2", - "recharts": "^2.15.1", + "recharts": "^3.8.1", "resend": "^6.9.4", "sonner": "^2.0.7", "tailwindcss": "^4.2.2",