From a55273d4fe4485d43e08c8bbedc25c5283a08f83 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 15 Nov 2021 07:05:49 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-UGLIFYJS-1727251 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 0dbab5b..3012b25 100644 --- a/package.json +++ b/package.json @@ -12,8 +12,8 @@ "cookie-parser": "~1.0.1", "body-parser": "~1.0.0", "debug": "~0.7.4", - "jade": "~1.3.0", - "express-handlebars": "~1.1.0", + "jade": "~1.8.0", + "express-handlebars": "~3.0.0", "mysql": "~2.5.4", "speakeasy": "~1.0.3" }