From 4bd8f1433751e058b49a926a0de70e7785faa411 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 19:31:27 +0000 Subject: [PATCH] chore(deps): bump recharts from 2.15.4 to 3.8.1 in /tap-dashboard 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] --- tap-dashboard/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tap-dashboard/package.json b/tap-dashboard/package.json index c2a1a10ec..7a334701a 100644 --- a/tap-dashboard/package.json +++ b/tap-dashboard/package.json @@ -35,7 +35,7 @@ "pg": "^8.20.0", "react": "^18.2.0", "react-dom": "^18.2.0", - "recharts": "^2.10.0", + "recharts": "^3.8.1", "resend": "^6.9.3", "stripe": "^20.4.1", "tailwind-merge": "^3.5.0",