From 23c2cea6fe73050b979e0b2b8c41077322e19ceb Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 25 Dec 2022 20:08:50 +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 6861ea92..06c7d160 100644 --- a/package.json +++ b/package.json @@ -49,7 +49,7 @@ "async": "^2.0.0", "body-parser": "^1.15.2", "bootstrap": "^3.3.7", - "config": "^1.21.0", + "config": "^3.3.1", "cookie-parser": "^1.4.3", "express": "^4.14.0", "express-handlebars": "^3.0.0",