From 45937242012a5fb0b826550f8a01b75018094764 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Sep 2025 04:39:06 +0000 Subject: [PATCH] Bump recharts from 3.0.2 to 3.2.1 Bumps [recharts](https://github.com/recharts/recharts) from 3.0.2 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/v3.0.2...v3.2.1) --- updated-dependencies: - dependency-name: recharts dependency-version: 3.2.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 9 +++++---- package.json | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 0802c0e..c171baa 100644 --- a/package-lock.json +++ b/package-lock.json @@ -60,7 +60,7 @@ "react-dom": "^19.1.0", "react-hook-form": "^7.60.0", "react-resizable-panels": "^3.0.3", - "recharts": "^3.0.2", + "recharts": "^3.2.1", "sonner": "^2.0.1", "tailwind-merge": "^3.0.2", "three": "^0.177.0", @@ -7326,9 +7326,10 @@ } }, "node_modules/recharts": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/recharts/-/recharts-3.0.2.tgz", - "integrity": "sha512-eDc3ile9qJU9Dp/EekSthQPhAVPG48/uM47jk+PF7VBQngxeW3cwQpPHb/GHC1uqwyCRWXcIrDzuHRVrnRryoQ==", + "version": "3.2.1", + "resolved": "https://registry.npmjs.org/recharts/-/recharts-3.2.1.tgz", + "integrity": "sha512-0JKwHRiFZdmLq/6nmilxEZl3pqb4T+aKkOkOi/ZISRZwfBhVMgInxzlYU9D4KnCH3KINScLy68m/OvMXoYGZUw==", + "license": "MIT", "dependencies": { "@reduxjs/toolkit": "1.x.x || 2.x.x", "clsx": "^2.1.1", diff --git a/package.json b/package.json index bc33ba5..96a7db5 100644 --- a/package.json +++ b/package.json @@ -64,7 +64,7 @@ "react-dom": "^19.1.0", "react-hook-form": "^7.60.0", "react-resizable-panels": "^3.0.3", - "recharts": "^3.0.2", + "recharts": "^3.2.1", "sonner": "^2.0.1", "tailwind-merge": "^3.0.2", "three": "^0.177.0",