From 863294e5e149b5e337c0c24baf6430c519000c74 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Sep 2025 09:03:25 +0000 Subject: [PATCH] build(deps): bump recharts from 2.15.4 to 3.2.0 Bumps [recharts](https://github.com/recharts/recharts) from 2.15.4 to 3.2.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.2.0) --- updated-dependencies: - dependency-name: recharts dependency-version: 3.2.0 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..d186777 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.0", "rehype-raw": "^7.0.0", "remark-gfm": "^4.0.0", "rss-parser": "^3.13.0",