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" }