From 0e4edf22aab44adde0657bb2ab775f2943fe9eaa Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 4 May 2021 03:10:54 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-LODASH-1018905 - https://snyk.io/vuln/SNYK-JS-LODASH-1040724 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 729cfa3..2bafa57 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "jscs": "^1.11.3", "jshint": "^2.6.3", "mocha": "^2.2.1", - "newman": "^3.1.0", + "newman": "^5.2.3", "waterline-adapter-tests": "~0.10.7", "captains-log": "~0.11.5" },