diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 3a1126b1..dd4d4433 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 7b70b0cd..eebc674c 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",