From 2637e8b8fdea7b6c93172a74e34d4310359e6f56 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 26 Jul 2018 04:46:02 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/npm:validator:20180218 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 36be03b..5330390 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "author": "James Lambie ", "license": "ISC", "dependencies": { - "convict": "^2.0.0", + "convict": "^4.3.2", "cradle": "https://github.com/flatiron/cradle.git", "debug": "^2.6.0", "underscore": "^1.8.3",