diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 8e69b2d..6f30b36 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -16,7 +16,7 @@ "react-dom": "19.2.3", "react-hot-toast": "^2.4.1", "react-jazzicon": "^1.0.4", - "recharts": "^3.6.0", + "recharts": "^3.7.0", "viem": "^2.45.0", "wagmi": "^2.19.5" }, @@ -11644,9 +11644,9 @@ } }, "node_modules/recharts": { - "version": "3.6.0", - "resolved": "https://registry.npmjs.org/recharts/-/recharts-3.6.0.tgz", - "integrity": "sha512-L5bjxvQRAe26RlToBAziKUB7whaGKEwD3znoM6fz3DrTowCIC/FnJYnuq1GEzB8Zv2kdTfaxQfi5GoH0tBinyg==", + "version": "3.7.0", + "resolved": "https://registry.npmjs.org/recharts/-/recharts-3.7.0.tgz", + "integrity": "sha512-l2VCsy3XXeraxIID9fx23eCb6iCBsxUQDnE8tWm6DFdszVAO7WVY/ChAD9wVit01y6B2PMupYiMmQwhgPHc9Ew==", "license": "MIT", "workspaces": [ "www" diff --git a/frontend/package.json b/frontend/package.json index 610d2f0..f639e18 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -17,7 +17,7 @@ "react-dom": "19.2.3", "react-hot-toast": "^2.4.1", "react-jazzicon": "^1.0.4", - "recharts": "^3.6.0", + "recharts": "^3.7.0", "viem": "^2.45.0", "wagmi": "^2.19.5" },