From e74f020cf2897410b6e4d939626db0c6a59d9312 Mon Sep 17 00:00:00 2001 From: pnguyen94 Date: Thu, 6 Sep 2018 14:54:24 -0400 Subject: [PATCH] Update package.json to use latest lodash and mocha. --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index bcc8989..41510e6 100644 --- a/package.json +++ b/package.json @@ -19,8 +19,8 @@ "swagger-node-runner": "^0.7.0" }, "devDependencies": { - "lodash": "^3.9.3", - "mocha": "^2.2.1", + "lodash": "^4.17.10", + "mocha": "^2.5.3", "should": "^5.2.0" }, "scripts": {