diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 7951d96..7916d51 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -34,7 +34,7 @@ "react-i18next": "^17.0.9", "react-markdown": "^10.1.0", "react-router-dom": "^7.18.0", - "recharts": "^3.8.1", + "recharts": "^3.10.1", "remark-gfm": "^4.0.1", "tailwind-merge": "^3.6.0", "zustand": "^5.0.1" @@ -8366,9 +8366,9 @@ } }, "node_modules/recharts": { - "version": "3.9.2", - "resolved": "https://registry.npmjs.org/recharts/-/recharts-3.9.2.tgz", - "integrity": "sha512-G4fy+Pk46RaXgwWMh+Nzhyo/lbFAVqXo9gtetlyehe6Ehge9CsgDuOTwQDD+i1+llaLktNBiNq4bhnGlDRXFtw==", + "version": "3.10.1", + "resolved": "https://registry.npmjs.org/recharts/-/recharts-3.10.1.tgz", + "integrity": "sha512-QXFrvt6IVcw7eeZCoyXTwkIJAX3Dv1nyVhMicXJ47GsGDDpcN8z6o644DibE9XjpBTThtsomLKnTV6lc+cVFUA==", "license": "MIT", "workspaces": [ "www" diff --git a/frontend/package.json b/frontend/package.json index 7c73438..6a07ac9 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -46,7 +46,7 @@ "react-i18next": "^17.0.9", "react-markdown": "^10.1.0", "react-router-dom": "^7.18.0", - "recharts": "^3.8.1", + "recharts": "^3.10.1", "remark-gfm": "^4.0.1", "tailwind-merge": "^3.6.0", "zustand": "^5.0.1"