From 49475321b9f108a391714113764149c09289c90c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 2 Mar 2021 05:14:19 +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 8442dae..f5538b1 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "inert": "^3.2.0", "md5": "^2.2.1", "path": "^0.12.7", - "pug": "^2.0.0-alpha6" + "pug": "^3.0.1" }, "engines": { "node": ">=5"