From 0fa90ac5aaeab4646c78574dccd4bccfe277ec61 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 7 Dec 2017 06:11:06 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/npm:moment:20170905 Latest report for dadi/api-couchdb: https://snyk.io/test/github/dadi/api-couchdb --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 36be03b..950b8ae 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "author": "James Lambie ", "license": "ISC", "dependencies": { - "convict": "^2.0.0", + "convict": "^4.0.2", "cradle": "https://github.com/flatiron/cradle.git", "debug": "^2.6.0", "underscore": "^1.8.3",