From f15a1fad692e99c1262b7d56d765707c65cde5fd Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 13 Jul 2025 09:51:22 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-BABELRUNTIME-10044504 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 38f6e18..51f5a60 100644 --- a/package.json +++ b/package.json @@ -60,7 +60,7 @@ "react-virtualized-auto-sizer": "^1.0.6", "react-window": "^1.8.6", "react-with-firebase-auth": "^1.3.11", - "recharts": "^2.1.9", + "recharts": "^3.0.0", "redux-thunk": "^2.4.1", "shortid": "^2.2.16", "styled-components": "^5.3.3",