From dbe4087987772a1f30336e103e798ac8cdba672a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 11 Dec 2020 03:11:55 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-INI-1048974 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 729cfa3..53644c7 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "mocha": "^2.2.1", "newman": "^3.1.0", "waterline-adapter-tests": "~0.10.7", - "captains-log": "~0.11.5" + "captains-log": "~1.0.1" }, "scripts": { "postinstall": "scripts/postinstall.sh",