From c779de69338da12919bfabd92f8bbce2bff072b7 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 5 Feb 2024 02:35:44 +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 - https://snyk.io/vuln/npm:uglify-js:20151024 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0dbab5b..ff1550f 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "cookie-parser": "~1.0.1", "body-parser": "~1.0.0", "debug": "~0.7.4", - "jade": "~1.3.0", + "jade": "~1.11.0", "express-handlebars": "~1.1.0", "mysql": "~2.5.4", "speakeasy": "~1.0.3"