From 2b7fc853b38f923945bcaa70c68b775f2c295fc2 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 5 Oct 2017 02:00:06 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/npm:debug:20170905 - https://snyk.io/vuln/npm:growl:20160721 Latest report for saran-thala/datavisualization: https://snyk.io/test/github/saran-thala/datavisualization --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index bb84e52..29b2c7f 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "homepage": "https://github.com/SARAN-thala/DataVisualization#readme", "dependencies": { "lodash": "^4.16.4", - "mocha": "^3.1.1", + "mocha": "^4.0.0", "papaparse": "^4.1.2" } }