From 551d1467bac8e4469e8aa5fc3e2778590f6fa0a2 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 22 Mar 2021 07:07:30 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-CONVICT-1062508 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index fa7c987..40cb694 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "license": "ISC", "dependencies": { "bluebird": "^2.9.30", - "convict": "^1.0.1", + "convict": "^6.0.1", "lodash": "^3.9.3", "lokijs": "^1.3.11", "slack-client": "^1.4.1",