From 4945a9e83f51098e9fe13504ffce5b56ba1a6525 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Sep 2025 08:26:49 +0000 Subject: [PATCH] build(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] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 329a908..6fc36a9 100644 --- a/package.json +++ b/package.json @@ -106,7 +106,7 @@ "react-syntax-highlighter": "^15.5.0", "react-textarea-autosize": "^8.4.1", "react-tweet": "^3.2.1", - "recharts": "^2.13.0", + "recharts": "^3.2.1", "rehype-raw": "^7.0.0", "remark-gfm": "^4.0.0", "rss-parser": "^3.13.0",