From 75e30f8c7201c844daeee78a98230eaa83a63f04 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 5 Jul 2024 08:15:17 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ASYNC-7414156 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 1e1bb88..9a632bf 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "express-mailer": "~0.2.3", "express-mysql-session": "0.0.12", "express-session": "~1.0.3", - "jade": "~1.3.1", + "jade": "~1.11.0", "javascript-brunch": ">= 1.0 < 1.8", "jwt-simple": "~0.2.0", "lodash": "~2.4.1",