From 4b4282fa3f5d86697fbbc2980aade71de1d313f2 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 28 Jun 2024 03:40:58 +0000 Subject: [PATCH] fix: packages/client/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ECHARTS-7300340 --- packages/client/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/client/package.json b/packages/client/package.json index aa9d287b..e18c4e0d 100644 --- a/packages/client/package.json +++ b/packages/client/package.json @@ -22,7 +22,7 @@ "axios-mock-adapter": "^1.17.0", "chart.js": "^2.9.3", "core-js": "^3.6.4", - "echarts": "^4.7.0", + "echarts": "^5.5.1", "file-saver": "2.0.5", "firebase": "7.22.0", "instantsearch.css": "^7.4.2",