From 317e278418bbe36330d822922afb48e6ffae461d Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 27 Oct 2018 22:13:22 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/npm:minimatch:20160620 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 345cc37..f23d654 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "chai": "~3.2.0", "coffee-script": "~1.9.3", "csonschema": "^0.5.1", - "mocha": "^2.2.5", + "mocha": "^3.0.0", "optimist": "~0.6.1", "raml-parser": "^0.8.11", "refaker": "^0.2.5",