From 1d001804c9e88a46681fc12f7a66d786a8890bd5 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 7 Apr 2022 16:21:19 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ASYNC-2441827 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 01e76d0..8e51f2e 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "private": true, "dependencies": { "express": "~4.2.0", - "jade": "~1.3.1", + "jade": "~1.8.0", "convict": "~0.4.2", "colog": "~1.0.4", "i18n": "~0.4.1",