From 97e8c4ce1fa190bb157997ce6f95976eab99a2bc Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 4 Mar 2021 01:31:38 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-PUGCODEGEN-1082232 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 57041be..972840b 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "passport": "^0.3.0", "passport-strategy": "^1.0.0", "passport-tequila": "^0.1.9", - "pug": "^0.1.0", + "pug": "^2.0.0", "serve-favicon": "^2.3.0", "underscore": "^1.8.3" },