From 58cff4e963350e304f9d5aef3cd85c2049006cc0 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 3 Oct 2017 06:47:10 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/npm:growl:20160721 Latest report for 401ode/dashboard: https://snyk.io/test/github/401ode/dashboard Some vulnerabilities weren't fixed or ignored, and so will still fail the Snyk test report. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 09f1b60..15ee385 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "jshint": "^2.8.0", "liquid.js": "^1.3.2", "marked": "^0.3.5", - "mocha": "^3.5.0", + "mocha": "^4.0.0", "mock-spawn": "^0.2.6", "sinon": "^1.15.4", "sinon-chai": "^2.8.0",