From 569b38b9a542733c234907bf64f36460b90641ae Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 6 Sep 2023 16:16:41 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-EXPRESSHBS-1293211 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 096345084e..c59ccb0de0 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "dropbox": "~0.10.2", "express": "3.0.x", "express-cookie-blacklist": "~2.0.0", - "express-hbs": "^0.8.4", + "express-hbs": "^2.4.0", "feature-gateway": "0.0.4", "file-db": "0.0.2", "flatten.js": "0.1.0",