From 6b85e770a97c3d78ac500ba5e63c586144c4a1fb Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 21 Sep 2021 22:39:58 +0000 Subject: [PATCH] fix: src/leaflet/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ZRENDER-1586253 --- src/leaflet/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/leaflet/package.json b/src/leaflet/package.json index 8c2b379d8d..9426bbbba2 100644 --- a/src/leaflet/package.json +++ b/src/leaflet/package.json @@ -15,7 +15,7 @@ "license": "Apache-2.0", "dependencies": { "@turf/turf": "5.1.6", - "echarts":"4.9.0", + "echarts":"5.2.1", "mapv":"2.0.56", "leaflet": "1.7.1", "@supermap/iclient-common": "10.1.0",