Skip to content

Commit

Permalink
Update vulnerable dependencies
Browse files Browse the repository at this point in the history
`marked` and `uglify-js` have several reported security issues in versions used by jade:
- https://nodesecurity.io/advisories/module/marked
- https://nodesecurity.io/advisories/module/uglify-js
  • Loading branch information
fhemberger committed Sep 14, 2015
1 parent 19ca26f commit 5f7b667
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"less-file": "0.0.9",
"linify": "*",
"lsr": "^1.0.0",
"marked": "~0.3.3",
"marked": "^0.3.5",

This comment has been minimized.

"mocha": "*",
"opener": "^1.3.0",
"pull-request": "^3.0.0",
Expand All @@ -67,7 +67,7 @@
"stop": "^3.0.0-rc1",
"stylus": "*",
"twbs": "0.0.6",
"uglify-js": "^2.4.23"
"uglify-js": "^2.4.24"
},
"scripts": {
"test": "mocha -R spec --bail",
Expand Down

0 comments on commit 5f7b667

Please sign in to comment.