From ce4c5fa5065f3f78453f3069faa2e4e191267116 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 16 Jan 2022 16:20:30 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-MARKED-2342073 - https://snyk.io/vuln/SNYK-JS-MARKED-2342082 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 729cfa3..e2653d6 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.4", "waterline-adapter-tests": "~0.10.7", "captains-log": "~0.11.5" },