From e547229258ec78de616e0dfa6b54a087b0dd9f62 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Oct 2025 04:45:20 +0000 Subject: [PATCH] Bump recharts from 3.0.2 to 3.3.0 Bumps [recharts](https://github.com/recharts/recharts) from 3.0.2 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/v3.0.2...v3.3.0) --- updated-dependencies: - dependency-name: recharts dependency-version: 3.3.0 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..f64a286 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.3.0", "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.3.0", + "resolved": "https://registry.npmjs.org/recharts/-/recharts-3.3.0.tgz", + "integrity": "sha512-Vi0qmTB0iz1+/Cz9o5B7irVyUjX2ynvEgImbgMt/3sKRREcUM07QiYjS1QpAVrkmVlXqy5gykq4nGWMz9AS4Rg==", + "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..25a7c86 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.3.0", "sonner": "^2.0.1", "tailwind-merge": "^3.0.2", "three": "^0.177.0",