From 42d4af18624e599f2c3db1167731d4d3ad2f3ac6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 19 Nov 2023 22:22:40 +0000 Subject: [PATCH] chore(deps): update dependency recharts to v2.10.1 --- frontend/package-lock.json | 8 ++++---- frontend/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/frontend/package-lock.json b/frontend/package-lock.json index af0daeb..5cddb32 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.19.0", - "recharts": "2.10.0", + "recharts": "2.10.1", "tailwind-merge": "1.14.0", "tailwindcss": "3.3.5", "tailwindcss-animate": "1.0.7", @@ -8601,9 +8601,9 @@ } }, "node_modules/recharts": { - "version": "2.10.0", - "resolved": "https://registry.npmjs.org/recharts/-/recharts-2.10.0.tgz", - "integrity": "sha512-ItfXIVD5zW9RnYq1bRGZdMy1Ssuh0pd9GhnNm354dRK4ovB9zfIw/jlTz7UHUSnFZI6n9tLG8EfN1iKukeFa8A==", + "version": "2.10.1", + "resolved": "https://registry.npmjs.org/recharts/-/recharts-2.10.1.tgz", + "integrity": "sha512-9bi0jIzxOTfEda+oYqgimKuYfApmBr0zKnAX8r4Iw56k3Saz/IQyBD4zohZL0eyzfz0oGFRH7alpJBgH1eC57g==", "dependencies": { "clsx": "^2.0.0", "eventemitter3": "^4.0.1", diff --git a/frontend/package.json b/frontend/package.json index e121e21..973d6f1 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.19.0", - "recharts": "2.10.0", + "recharts": "2.10.1", "tailwind-merge": "1.14.0", "tailwindcss": "3.3.5", "tailwindcss-animate": "1.0.7",