From e60a87ad148c3752d10e30d37f562ecd17501251 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 16 Apr 2018 05:24:09 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/npm:highcharts:20180225 Latest report for ytbryan/chart: https://snyk.io/test/github/ytbryan/chart --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 6b5f251..cc285b2 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "dependencies": { "chartjs": "^0.3.24", "echarts": "^3.3.2", - "highcharts": "^v5.0.6", + "highcharts": "^v6.1.0", "nvd3": "^1.8.5" } }