Skip to content

Commit

Permalink
Update package.json (#14)
Browse files Browse the repository at this point in the history
Debug 2.1 depends on a version of ms that has a security vulnerability.
Debug 2.2 fixes this
  • Loading branch information
wdullaer authored and weswigham committed Oct 20, 2016
1 parent 7670ba7 commit 02424b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"test": "mocha"
},
"dependencies": {
"debug": "~2.1",
"debug": "~2.2",
"highlight.js": "~9.7.0",
"entities": "~1.1"
},
Expand Down

0 comments on commit 02424b3

Please sign in to comment.