diff --git a/package-lock.json b/package-lock.json index 0802c0e..c171baa 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.2.1", "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.2.1", + "resolved": "https://registry.npmjs.org/recharts/-/recharts-3.2.1.tgz", + "integrity": "sha512-0JKwHRiFZdmLq/6nmilxEZl3pqb4T+aKkOkOi/ZISRZwfBhVMgInxzlYU9D4KnCH3KINScLy68m/OvMXoYGZUw==", + "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..96a7db5 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.2.1", "sonner": "^2.0.1", "tailwind-merge": "^3.0.2", "three": "^0.177.0",