Skip to content

Commit

Permalink
Bump pug (#34)
Browse files Browse the repository at this point in the history
* Update to pug 2.0.3

https://npmjs.com/advisories/785 
pugjs/pug#2988

* 3.4.1
  • Loading branch information
davetapley authored and shawnmclean committed Aug 20, 2019
1 parent 3da48e1 commit e79adb1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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": {
Expand All @@ -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"
}
Expand Down

0 comments on commit e79adb1

Please sign in to comment.