From 5c81c3db7d61f17767d5093aed032149a6003c9d Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 26 Mar 2022 16:11:22 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-MINIMIST-2429795 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 345cc37..9c7b798 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": "^6.2.3", "optimist": "~0.6.1", "raml-parser": "^0.8.11", "refaker": "^0.2.5",