From 077a72f90ea0e13e5fcec4efc7612396437d9984 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 9 May 2022 18:38:25 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-CONVICT-2774757 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 01e76d0..3e59602 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "dependencies": { "express": "~4.2.0", "jade": "~1.3.1", - "convict": "~0.4.2", + "convict": "~6.2.3", "colog": "~1.0.4", "i18n": "~0.4.1", "express-minify": "0.0.7",