diff --git a/package-lock.json b/package-lock.json index 2b5c636..ab6d24e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -26,7 +26,7 @@ "next-themes": "^0.2.1", "react": "^18", "react-dom": "^18", - "recharts": "^2.10.3", + "recharts": "^2.10.4", "tailwind-merge": "^2.2.0", "tailwindcss-animate": "^1.0.7", "zod": "^3.22.4" @@ -10205,9 +10205,9 @@ } }, "node_modules/recharts": { - "version": "2.10.3", - "resolved": "https://registry.npmjs.org/recharts/-/recharts-2.10.3.tgz", - "integrity": "sha512-G4J96fKTZdfFQd6aQnZjo2nVNdXhp+uuLb00+cBTGLo85pChvm1+E67K3wBOHDE/77spcYb2Cy9gYWVqiZvQCg==", + "version": "2.10.4", + "resolved": "https://registry.npmjs.org/recharts/-/recharts-2.10.4.tgz", + "integrity": "sha512-/Q7/wdf8bW91lN3NEeCjL9RWfaiXQViJFgdnas4Eix/I8B9HAI3tHHK/CW/zDfgRMh4fzW1zlfjoz1IAapLO1Q==", "dependencies": { "clsx": "^2.0.0", "eventemitter3": "^4.0.1", diff --git a/package.json b/package.json index 246b78b..a835da6 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "next-themes": "^0.2.1", "react": "^18", "react-dom": "^18", - "recharts": "^2.10.3", + "recharts": "^2.10.4", "tailwind-merge": "^2.2.0", "tailwindcss-animate": "^1.0.7", "zod": "^3.22.4"