From 554dedd3c7b5a607f9cfd0d46c632c4142e9b5e7 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 26 Dec 2022 01:07:19 +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",