From 59a8a0749708e267916fe5a6f34a48b689ede4f4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Jan 2026 02:33:54 +0000 Subject: [PATCH] chore(deps): bump recharts from 3.3.0 to 3.7.0 in /apps/public Bumps [recharts](https://github.com/recharts/recharts) from 3.3.0 to 3.7.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.7.0) --- updated-dependencies: - dependency-name: recharts dependency-version: 3.7.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..f424eb1 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.7.0" } }