From 71f4956e4e050909f57d802b71619c5ddd726120 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 5 Dec 2019 01:18:27 +0000 Subject: [PATCH] fix: upgrade echarts from 4.3.0 to 4.5.0 Snyk has created this PR to upgrade echarts from 4.3.0 to 4.5.0. See this package in NPM: https://www.npmjs.com/package/echarts See this project in Snyk: https://app.snyk.io/org/dyna-dot/project/7a00531b-2a83-4f66-9193-afe6cf53995d?utm_source=github&utm_medium=upgrade-pr --- src/openlayers/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/openlayers/package.json b/src/openlayers/package.json index 0fef612efa..ccb4b2a21e 100644 --- a/src/openlayers/package.json +++ b/src/openlayers/package.json @@ -15,7 +15,7 @@ "license": "Apache-2.0", "dependencies": { "@turf/turf": "5.1.6", - "echarts": "4.3.0", + "echarts": "4.5.0", "mapv": "2.0.38", "openlayers": "4.6.5", "@supermap/iclient-common": "10.0.0",