From a85b625eb57c976fdc071eddb42fcabb761e6eb3 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 16 Sep 2021 00:28:19 +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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 6861ea92..606c528d 100644 --- a/package.json +++ b/package.json @@ -67,7 +67,7 @@ "mongodb-extended-json": "^1.7.0", "mongodb-restore": "^1.5.4", "morgan": "~1.9.0", - "nconf": "^0.8.4", + "nconf": "^0.11.0", "ncp": "^2.0.0", "nedb": "^1.8.0", "node-delete": "^0.1.2", @@ -78,7 +78,7 @@ "chai": "^3.5.0", "colors": "^1.1.2", "electron-prebuilt": "^1.2.8", - "eslint": "^3.2.0", + "eslint": "^6.6.0", "eslint-config-standard": "^5.3.5", "eslint-plugin-promise": "^2.0.0", "eslint-plugin-standard": "^2.0.0",