From 3e6c25f294aee0e6956bf1f630db888f15e94f70 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Feb 2023 13:58:06 +0000 Subject: [PATCH] chore(deps): bump recharts from 2.1.16 to 2.4.3 in /frontend Bumps [recharts](https://github.com/recharts/recharts) from 2.1.16 to 2.4.3. - [Release notes](https://github.com/recharts/recharts/releases) - [Changelog](https://github.com/recharts/recharts/blob/master/CHANGELOG.md) - [Commits](https://github.com/recharts/recharts/compare/v2.1.16...v2.4.3) --- updated-dependencies: - dependency-name: recharts dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- frontend/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/package.json b/frontend/package.json index 49a6262..a7a6457 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -27,7 +27,7 @@ "react-dnd-html5-backend": "^16.0.1", "react-dom": "^18.2.0", "react-query": "^3.39.2", - "recharts": "2.1.16", + "recharts": "2.4.3", "recoil": "^0.7.6", "tss-react": "^4.4.4", "yup": "^0.32.11"