From e79adb1fb2250a828948ac06ba5e4bc8d7e917c8 Mon Sep 17 00:00:00 2001 From: Dave Tapley Date: Mon, 19 Aug 2019 18:46:05 -0700 Subject: [PATCH] Bump pug (#34) * Update to pug 2.0.3 https://npmjs.com/advisories/785 https://github.com/pugjs/pug/issues/2988 * 3.4.1 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 0047be8..b88deb6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "webtask-tools", - "version": "3.4.0", + "version": "3.4.1", "description": "Tools to facilitate working in a webtask context", "main": "./lib/index.js", "scripts": { @@ -26,7 +26,7 @@ "dependencies": { "boom": "^7.2.0", "jsonwebtoken": "^5.7.0", - "pug": "^0.1.0", + "pug": "^2.0.3", "safe-buffer": "^5.0.1", "superagent": "^3.8.3" }