From 852f819679b6669aa13dc89b0bf6b517268686d8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Nov 2025 05:04:11 +0000 Subject: [PATCH] Bump recharts from 2.15.4 to 3.5.0 in /frontend/packages/ui Bumps [recharts](https://github.com/recharts/recharts) from 2.15.4 to 3.5.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/v2.15.4...v3.5.0) --- updated-dependencies: - dependency-name: recharts dependency-version: 3.5.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- frontend/packages/ui/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/packages/ui/package.json b/frontend/packages/ui/package.json index db09ec25e..f5478e760 100644 --- a/frontend/packages/ui/package.json +++ b/frontend/packages/ui/package.json @@ -16,7 +16,7 @@ "build": "webpack --config ./config/webpack.prod.js" }, "dependencies": { - "recharts": "^2.0.8", + "recharts": "^3.5.0", "polished": "^4.1.3" }, "devDependencies": {