From b839ac9daabd8c47b2e5993fd57b65ec0e7e8ee0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Dec 2025 02:24:32 +0000 Subject: [PATCH] chore(deps): bump recharts from 3.3.0 to 3.6.0 in /apps/public Bumps [recharts](https://github.com/recharts/recharts) from 3.3.0 to 3.6.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/v3.3.0...v3.6.0) --- updated-dependencies: - dependency-name: recharts dependency-version: 3.6.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- apps/public/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/public/package.json b/apps/public/package.json index 078fed9..2bb6a93 100644 --- a/apps/public/package.json +++ b/apps/public/package.json @@ -22,6 +22,6 @@ "@tanstack/react-table": "^8.21.3", "react-hook-form": "^7.57.0", "@workspace/ui": "workspace:*", - "recharts": "3.3.0" + "recharts": "3.6.0" } }