diff --git a/web/package-lock.json b/web/package-lock.json index bc4222a..db67516 100644 --- a/web/package-lock.json +++ b/web/package-lock.json @@ -24,7 +24,7 @@ "react": "19.2.0", "react-dom": "19.2.0", "react-hook-form": "^7.71.2", - "recharts": "^3.7.0", + "recharts": "^3.8.0", "sonner": "^2.0.7", "tailwind-merge": "^3.5.0", "zod": "^4.3.6" @@ -9392,13 +9392,15 @@ } }, "node_modules/recharts": { - "version": "3.7.0", + "version": "3.8.0", + "resolved": "https://registry.npmjs.org/recharts/-/recharts-3.8.0.tgz", + "integrity": "sha512-Z/m38DX3L73ExO4Tpc9/iZWHmHnlzWG4njQbxsF5aSjwqmHNDDIm0rdEBArkwsBvR8U6EirlEHiQNYWCVh9sGQ==", "license": "MIT", "workspaces": [ "www" ], "dependencies": { - "@reduxjs/toolkit": "1.x.x || 2.x.x", + "@reduxjs/toolkit": "^1.9.0 || 2.x.x", "clsx": "^2.1.1", "decimal.js-light": "^2.5.1", "es-toolkit": "^1.39.3", diff --git a/web/package.json b/web/package.json index 92cedbf..2327afa 100644 --- a/web/package.json +++ b/web/package.json @@ -25,7 +25,7 @@ "react": "19.2.0", "react-dom": "19.2.0", "react-hook-form": "^7.71.2", - "recharts": "^3.7.0", + "recharts": "^3.8.0", "sonner": "^2.0.7", "tailwind-merge": "^3.5.0", "zod": "^4.3.6"