From fb61ea586b0fde223db419e841dd616545f465cd Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 25 Dec 2022 21:41:27 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-JSON5-3182856 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2d0bb94..acb793f 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ }, "dependencies": { "body-parser": "^1.15.0", - "config": "^1.20.1", + "config": "^3.3.1", "cookie-parser": "^1.4.1", "ejs": "^2.4.1", "express": "^4.13.4",