From 831429519861ea20f6391ba5c07ed19b9b57ca88 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jul 2026 00:15:16 +0000 Subject: [PATCH] chore(deps): bump recharts from 3.10.0 to 3.10.1 Bumps [recharts](https://github.com/recharts/recharts) from 3.10.0 to 3.10.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/v3.10.0...v3.10.1) --- updated-dependencies: - dependency-name: recharts dependency-version: 3.10.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 1466a10..5b340e1 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "react-day-picker": "^10.0.1", "react-dom": "19.2.8", "react-resizable-panels": "^4.12.2", - "recharts": "3.10.0", + "recharts": "3.10.1", "shadcn": "^4.14.1", "sonner": "^2.0.7", "tailwind-merge": "^3.6.0",