From a6b5f1df1ed05d6f7d73acae5e2acda702bd2a9e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 3 Mar 2021 22:07:30 +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 409492c..9f531da 100644 --- a/package.json +++ b/package.json @@ -39,6 +39,6 @@ "mocha": "^2.3.4" }, "dependencies": { - "pug": "2.0.3" + "pug": "3.0.1" } }