From 40244b2cf372699bba9afef220351c5b6e0e2c36 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 9 Apr 2024 21:05:05 +0000 Subject: [PATCH] chore(ui): update dependency recharts to ^2.12.3 --- pnpm-lock.yaml | 2 +- ui/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 03ecd807..1fa58be4 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -214,7 +214,7 @@ importers: specifier: ^7.51.0 version: 7.51.2(react@18.2.0) recharts: - specifier: ^2.12.2 + specifier: ^2.12.3 version: 2.12.3(react-dom@18.2.0)(react@18.2.0) sonner: specifier: ^1.4.3 diff --git a/ui/package.json b/ui/package.json index 524c4802..6678379f 100644 --- a/ui/package.json +++ b/ui/package.json @@ -72,7 +72,7 @@ "react-dom": "^18.2.0", "react-helmet-async": "^2.0.4", "react-hook-form": "^7.51.0", - "recharts": "^2.12.2", + "recharts": "^2.12.3", "sonner": "^1.4.3", "tailwind-merge": "^2.2.1", "tailwindcss-animate": "^1.0.7",