diff --git a/frontend/package-lock.json b/frontend/package-lock.json index d85ff24..7044b92 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -40,7 +40,7 @@ "react-dom": "18.2.0", "react-files": "3.0.0", "react-router-dom": "6.18.0", - "recharts": "2.9.1", + "recharts": "2.9.2", "tailwind-merge": "1.14.0", "tailwindcss": "3.3.5", "tailwindcss-animate": "1.0.7", @@ -8597,9 +8597,9 @@ } }, "node_modules/recharts": { - "version": "2.9.1", - "resolved": "https://registry.npmjs.org/recharts/-/recharts-2.9.1.tgz", - "integrity": "sha512-GqHrQVMgDIktzNIIlhtvZnjYurr6Wy+KMSDxO1MEp3CrZZbvisUmnBojSWAZ7j8cjwhD4uRRFga2s5wcd/w9sQ==", + "version": "2.9.2", + "resolved": "https://registry.npmjs.org/recharts/-/recharts-2.9.2.tgz", + "integrity": "sha512-ig0zYgO5nUP/896GW16b9yy2sHIRW1AHB90x48hypFTSjjxQt/J9rPzlLJjgNupzJKEHPCwMi1VnvN/k20K45w==", "dependencies": { "classnames": "^2.2.5", "eventemitter3": "^4.0.1", diff --git a/frontend/package.json b/frontend/package.json index c5758ac..2c40fe8 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -39,7 +39,7 @@ "react-dom": "18.2.0", "react-files": "3.0.0", "react-router-dom": "6.18.0", - "recharts": "2.9.1", + "recharts": "2.9.2", "tailwind-merge": "1.14.0", "tailwindcss": "3.3.5", "tailwindcss-animate": "1.0.7",