From 93e073d8814179e7e573498f8705dd42b068420f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Oct 2025 08:23:16 +0000 Subject: [PATCH] build(deps): bump recharts from 2.15.4 to 3.3.0 Bumps [recharts](https://github.com/recharts/recharts) from 2.15.4 to 3.3.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.3.0) --- updated-dependencies: - dependency-name: recharts dependency-version: 3.3.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..f71825b 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.3.0", "rehype-raw": "^7.0.0", "remark-gfm": "^4.0.0", "rss-parser": "^3.13.0",