From 50335a4702664d868efe26586208743460898eef Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 12 Apr 2022 16:12:40 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-NCONF-2395478 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 85de928..0c77823 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.11.4", "randomstring": "^1.1.5", "redis": "^2.6.0-1", "request": "^2.72.0",