diff --git a/package-lock.json b/package-lock.json index 8743db8..2840a15 100644 --- a/package-lock.json +++ b/package-lock.json @@ -24,7 +24,7 @@ "react-hook-form": "^7.65.0", "react-hot-toast": "^2.6.0", "react-i18next": "^16.0.1", - "recharts": "^3.2.1", + "recharts": "^3.7.0", "zod": "^3.25.76" }, "devDependencies": { @@ -14960,10 +14960,13 @@ } }, "node_modules/recharts": { - "version": "3.2.1", - "resolved": "https://registry.npmjs.org/recharts/-/recharts-3.2.1.tgz", - "integrity": "sha512-0JKwHRiFZdmLq/6nmilxEZl3pqb4T+aKkOkOi/ZISRZwfBhVMgInxzlYU9D4KnCH3KINScLy68m/OvMXoYGZUw==", + "version": "3.7.0", + "resolved": "https://registry.npmjs.org/recharts/-/recharts-3.7.0.tgz", + "integrity": "sha512-l2VCsy3XXeraxIID9fx23eCb6iCBsxUQDnE8tWm6DFdszVAO7WVY/ChAD9wVit01y6B2PMupYiMmQwhgPHc9Ew==", "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 fc9d581..75188e6 100644 --- a/package.json +++ b/package.json @@ -96,7 +96,7 @@ "react-hook-form": "^7.65.0", "react-hot-toast": "^2.6.0", "react-i18next": "^16.0.1", - "recharts": "^3.2.1", + "recharts": "^3.7.0", "zod": "^3.25.76" }, "devDependencies": {