From bcdf0c489385b934fcd2ceeb1e8a0a8e3fa951b7 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 30 Nov 2023 14:51:21 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-INFLIGHT-6095116 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8bbccaf56f..36ee0d812a 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ "compression": "^1.7.4", "cookie-session": "^1.4.0", "express": "^4.17.0", - "express-handlebars": "^5.3.5", + "express-handlebars": "^7.0.0", "express-ws": "^4.0.0", "ipcheck": "^0.1.0", "minimist": "^1.2.5",