From 70cb7a72b5c748a62b46ed07716e689d1b48ee75 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Sep 2025 02:24:31 +0000 Subject: [PATCH] chore(deps)(deps): bump recharts from 2.15.4 to 3.2.1 Bumps [recharts](https://github.com/recharts/recharts) from 2.15.4 to 3.2.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.2.1) --- updated-dependencies: - dependency-name: recharts dependency-version: 3.2.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- apps/web/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/web/package.json b/apps/web/package.json index 2239e20..ec75751 100644 --- a/apps/web/package.json +++ b/apps/web/package.json @@ -54,7 +54,7 @@ "react-dom": "^19.0.0", "react-hook-form": "^7.62.0", "react-resizable-panels": "^3.0.5", - "recharts": "2.15.4", + "recharts": "3.2.1", "sonner": "^2.0.7", "tailwind-merge": "^3.3.1", "tw-animate-css": "^1.3.4",