From fb695c44c455d90ebb1cccab3eb75cc031fe7fd9 Mon Sep 17 00:00:00 2001 From: Gautam Singh Date: Thu, 5 Sep 2019 16:35:10 +0530 Subject: [PATCH] npm audit fix --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0af9521..c891849 100644 --- a/package.json +++ b/package.json @@ -27,6 +27,6 @@ "@types/bluebird": "^3.0.36", "@types/node": "^6.0.52", "@types/request": "^2.47.0", - "mocha": "^6.0.2" + "mocha": "^6.2.0" } }