From ee9947ffea8773026afe80d3714bbfbb2717cd83 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 25 Oct 2020 06:08:42 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-MINIMATCH-1019388 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0dbab5b..5d4e28c 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": "~1.2.2", "mysql": "~2.5.4", "speakeasy": "~1.0.3" }