From 1c10582b829630de326809c7bdb57169bcdb10aa Mon Sep 17 00:00:00 2001 From: Ian Littman Date: Wed, 26 Sep 2018 02:15:02 -0500 Subject: [PATCH] 4.0.4 - Bump Mocha version to resolve security issue --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 1aa1928..281898e 100644 --- a/package.json +++ b/package.json @@ -1,13 +1,13 @@ { "name": "include-all", - "version": "4.0.3", + "version": "4.0.4", "description": "An easy way to include all node.js modules within a directory.", "main": "index.js", "directories": { "test": "test" }, "scripts": { - "test": "node ./node_modules/mocha/bin/mocha" + "test": "mocha" }, "repository": { "type": "git", @@ -27,6 +27,6 @@ "@sailshq/lodash": "^3.10.2" }, "devDependencies": { - "mocha": "3.0.2" + "mocha": "^5.2.0" } }