From 33c4a133b7e03634e6dc459b5325e55f01be41ec Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 24 Oct 2020 22:04:02 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-MINIMATCH-1019388 --- 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",