From ff93f6a20bec8a46497497243e8c6fcffb102a47 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 18 Sep 2021 05:05:04 +0000 Subject: [PATCH] fix: dashboard/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-D3COLOR-1076592 --- dashboard/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dashboard/package.json b/dashboard/package.json index fe4d3b3..f7e9769 100644 --- a/dashboard/package.json +++ b/dashboard/package.json @@ -16,7 +16,7 @@ "react-router-dom": "^4.3.1", "react-scripts": "latest", "react-virtualized": "^9.21.0", - "recharts": "^1.5.0" + "recharts": "^2.1.3" }, "homepage": "public/", "scripts": {