From 63cf110f9d15cd4d911006c54a547368cfb7f0aa Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 15 Apr 2022 16:10:11 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ASYNC-2441827 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 85de928..ecf00e8 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "moment": "^2.13.0", "mongoose": "^4.4.20", "morgan": "^1.7.0", - "nconf": "^0.7.1", + "nconf": "^0.12.0", "randomstring": "^1.1.5", "redis": "^2.6.0-1", "request": "^2.72.0",