From d768629abc28e736a6d468940193b66ea7bbe4cc Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 2 Mar 2021 05:15:08 +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 e818d0d..07aae2d 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "mocha": "^5.1.1" }, "dependencies": { - "pug": "^2.0.1", + "pug": "^3.0.1", "cookie-parser": "^1.4.3", "express": "^4.16.2", "pg": "^7.4.1"