From 12510e5bb373653f3b78a6a6422c3fc6edc35fbb Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 24 Jun 2024 04:46:27 +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 8aac49e..810532f 100644 --- a/package.json +++ b/package.json @@ -57,7 +57,7 @@ "nodemailer": "2.7.0", "passport": "^0.3.2", "passport-openid": "^0.4.0", - "pug": "2.0.0-beta10", + "pug": "3.0.0", "q": "2.0.3", "querystring": "0.2.0", "request": "2.82.0",