From ab2bf5412ca3c890f503515f452f3a0b8ebaebdf Mon Sep 17 00:00:00 2001 From: Railag Date: Thu, 21 Feb 2019 18:05:06 +0300 Subject: [PATCH] bug(fix) updated libs with high vulnerabilities based on npm audit (ENG-691) --- package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 47a67e435..a9a42c411 100644 --- a/package.json +++ b/package.json @@ -66,7 +66,7 @@ "ftp": "0.3.10", "helmet": "3.15.0", "jsonschema": "1.2.4", - "moment": "^2.24.0", + "moment": "2.24.0", "morgan": "1.9.1", "nconf": "0.10.0", "newman": "4.3.1", @@ -95,9 +95,9 @@ "chai-http": "4.2.1", "eslint": "5.12.1", "mocha": "5.2.0", - "nyc": "13.1.0", + "newman": "4.3.1", + "nyc": "13.3.0", "sinon": "7.2.3", - "sinon-chai": "3.3.0", - "newman": "4.3.1" + "sinon-chai": "3.3.0" } }