From da2d1371a19b2c5c8778ef8e040cf6e89a732770 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 20 Sep 2021 22:14:29 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ANSIREGEX-1583908 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 65247e6..5ea6031 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "mocha": "^2.4.5", "morgan": "^1.6.1", "moviedb": "^0.2.2", - "nconf": "^0.8.4", + "nconf": "^0.11.0", "nock": "^7.0.2", "path": "^0.12.7", "request": "^2.69.0",