From 7c65ddb07cd58f740b7b97e2ea609210df3a47c3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Nov 2025 11:19:07 +0000 Subject: [PATCH] chore(deps)(deps): Bump recharts in /launcher-electron 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] --- launcher-electron/package-lock.json | 11 +++++++---- launcher-electron/package.json | 2 +- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/launcher-electron/package-lock.json b/launcher-electron/package-lock.json index 33e2ac13b..d83be9d44 100644 --- a/launcher-electron/package-lock.json +++ b/launcher-electron/package-lock.json @@ -18,7 +18,7 @@ "react-icons": "^5.5.0", "react-markdown": "^10.1.0", "react-toastify": "^11.0.5", - "recharts": "^3.3.0" + "recharts": "^3.4.1" }, "devDependencies": { "@types/react": "^19.2.2", @@ -8187,10 +8187,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/launcher-electron/package.json b/launcher-electron/package.json index ca48063c7..9af79ba98 100644 --- a/launcher-electron/package.json +++ b/launcher-electron/package.json @@ -44,7 +44,7 @@ "react-icons": "^5.5.0", "react-markdown": "^10.1.0", "react-toastify": "^11.0.5", - "recharts": "^3.3.0" + "recharts": "^3.4.1" }, "build": { "appId": "com.illusion.launcher",