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",