From 2d420168eeda2151db7125cd0e90edd79af4a0ee Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 21 Jun 2024 21:39:36 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-PUGCODEGEN-7086056 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 57041be..aede23b 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": "^3.0.0", "serve-favicon": "^2.3.0", "underscore": "^1.8.3" },