From 6b73c71d51d71441705e277591c7f567832ef6b0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Nov 2025 10:09:22 +0000 Subject: [PATCH] chore(deps): bump recharts from 3.3.0 to 3.4.1 Bumps [recharts](https://github.com/recharts/recharts) from 3.3.0 to 3.4.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.3.0...v3.4.1) --- updated-dependencies: - dependency-name: recharts dependency-version: 3.4.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 11 +++++++---- package.json | 2 +- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 36bbd83..4cd5cb9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -53,7 +53,7 @@ "react-hook-form": "^7.65.0", "react-resizable-panels": "^2.1.9", "react-router-dom": "^6.30.1", - "recharts": "^3.3.0", + "recharts": "^3.4.1", "sonner": "^1.7.4", "tailwind-merge": "^2.6.0", "tailwindcss-animate": "^1.0.7", @@ -5855,10 +5855,13 @@ } }, "node_modules/recharts": { - "version": "3.3.0", - "resolved": "https://registry.npmjs.org/recharts/-/recharts-3.3.0.tgz", - "integrity": "sha512-Vi0qmTB0iz1+/Cz9o5B7irVyUjX2ynvEgImbgMt/3sKRREcUM07QiYjS1QpAVrkmVlXqy5gykq4nGWMz9AS4Rg==", + "version": "3.4.1", + "resolved": "https://registry.npmjs.org/recharts/-/recharts-3.4.1.tgz", + "integrity": "sha512-35kYg6JoOgwq8sE4rhYkVWwa6aAIgOtT+Ob0gitnShjwUwZmhrmy7Jco/5kJNF4PnLXgt9Hwq+geEMS+WrjU1g==", "license": "MIT", + "workspaces": [ + "www" + ], "dependencies": { "@reduxjs/toolkit": "1.x.x || 2.x.x", "clsx": "^2.1.1", diff --git a/package.json b/package.json index 85edca3..15e168a 100644 --- a/package.json +++ b/package.json @@ -56,7 +56,7 @@ "react-hook-form": "^7.65.0", "react-resizable-panels": "^2.1.9", "react-router-dom": "^6.30.1", - "recharts": "^3.3.0", + "recharts": "^3.4.1", "sonner": "^1.7.4", "tailwind-merge": "^2.6.0", "tailwindcss-animate": "^1.0.7",