From c6996dc96b5d283ce1324dc4f874e5c362681d09 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 5 Dec 2018 03:29:17 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/npm:highcharts:20180225 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5b776b1..5ebdb65 100644 --- a/package.json +++ b/package.json @@ -66,6 +66,6 @@ "react-prism": "^4.3.2" }, "dependencies": { - "highcharts": "^6.0.4" + "highcharts": "^6.1.0" } }