From cc96df25193bcc61f8ad34734e822a075f96ab3a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 21 Feb 2021 06:08:38 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-HANDLEBARS-1056767 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0dbab5b..233c683 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "body-parser": "~1.0.0", "debug": "~0.7.4", "jade": "~1.3.0", - "express-handlebars": "~1.1.0", + "express-handlebars": "~3.0.0", "mysql": "~2.5.4", "speakeasy": "~1.0.3" }