From 4448068c9e96bd2a855fab5b831496312163bec2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 11 Apr 2024 05:12:29 +0000 Subject: [PATCH] chore(ui): update dependency recharts to v2.12.4 --- pnpm-lock.yaml | 8 ++++---- ui/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index f4efb4fa..6282f5b5 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -232,8 +232,8 @@ importers: specifier: 7.51.2 version: 7.51.2(react@18.2.0) recharts: - specifier: 2.12.3 - version: 2.12.3(react-dom@18.2.0)(react@18.2.0) + specifier: 2.12.4 + version: 2.12.4(react-dom@18.2.0)(react@18.2.0) sonner: specifier: 1.4.41 version: 1.4.41(react-dom@18.2.0)(react@18.2.0) @@ -8130,8 +8130,8 @@ packages: decimal.js-light: 2.5.1 dev: false - /recharts@2.12.3(react-dom@18.2.0)(react@18.2.0): - resolution: {integrity: sha512-vE/F7wTlokf5mtCqVDJlVKelCjliLSJ+DJxj79XlMREm7gpV7ljwbrwE3CfeaoDlOaLX+6iwHaVRn9587YkwIg==} + /recharts@2.12.4(react-dom@18.2.0)(react@18.2.0): + resolution: {integrity: sha512-dM4skmk4fDKEDjL9MNunxv6zcTxePGVEzRnLDXALRpfJ85JoQ0P0APJ/CoJlmnQI0gPjBlOkjzrwrfQrRST3KA==} engines: {node: '>=14'} peerDependencies: react: ^16.0.0 || ^17.0.0 || ^18.0.0 diff --git a/ui/package.json b/ui/package.json index 4a073407..befb8e08 100644 --- a/ui/package.json +++ b/ui/package.json @@ -78,7 +78,7 @@ "react-dom": "18.2.0", "react-helmet-async": "2.0.4", "react-hook-form": "7.51.2", - "recharts": "2.12.3", + "recharts": "2.12.4", "sonner": "1.4.41", "tailwind-merge": "2.2.2", "tailwindcss-animate": "1.0.7",