From fd7b6c79a65d0948a3a1a4cd9b43b58dd8e1d428 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 2 Mar 2021 00:47:34 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-PUG-1071616 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 553d267..a2b666b 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "debug": "^2.2.0", "express": "^4.14.0", "mongoose": "^4.11.9", - "pug": "^2.0.0-beta6", + "pug": "^3.0.1", "dotenv": "^4.0.0", "jsonwebtoken" : "^8.0.1", "body-parser" : "^1.0",