From 081043e138461d5a88075b9427d2ddd93e89e09c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 9 Oct 2017 03:09:02 +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 edtechfoundry/parallel-mocha: https://snyk.io/test/github/edtechfoundry/parallel-mocha --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 14d3c01..c35e600 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "commander": "1.0.4", "done-criteria": "0.0.3", "glob": "^7.0.0", - "mocha": "^2.4.5", + "mocha": "^4.0.0", "should": "1.2.0", "underscore": "1.4.0" },