From 1a2b68ae0237835f0ca8864e631b2b87cc433686 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 16 Sep 2021 06:12:55 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ANSIREGEX-1583908 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 729cfa3..799e19c 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.0.0", "waterline-adapter-tests": "~0.10.7", "captains-log": "~0.11.5" },