From 57ee090f824836908fb66fda358cb69adcd39f13 Mon Sep 17 00:00:00 2001 From: mingpun Date: Wed, 13 Dec 2017 22:21:37 -0800 Subject: [PATCH] updated mocha to 4.0.1 this is to fix NSP#146 Command Injection https://nodesecurity.io/advisories/146 please review and merge to official distribution if possible. thanks! --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index f944b068..deb5e915 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "inquirer": "^1.2.3", "js-yaml": "^3.3.0", "lodash": "^4.17.2", - "mocha": "^3.2.0", + "mocha": "^4.0.1", "nodemon": "^1.3.7", "serve-static": "^1.9.2", "swagger-converter": "^1.4.1", @@ -54,4 +54,4 @@ "swagger": "bin/swagger.js", "swagger-project": "bin/swagger-project.js" } -} \ No newline at end of file +}