From d50a1766e7d65f60a02503f8988971caa3c23ff2 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 3 May 2020 07:08:39 +0100 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-HANDLEBARS-567742 --- 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" }