From 26a305c6e9949aa3bf568688fe49eadfd02d8d27 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 9 May 2020 17:26:31 +1200 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-YARGSPARSER-560381 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8c1ecc6..68dc62e 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "bole": "4.0.0", "boom": "7.3.0", "compression": "1.7.4", - "convict": "5.2.0", + "convict": "6.0.0", "cors": "2.8.5", "express": "4.17.1", "fast-json-stable-stringify": "2.1.0",