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