Skip to content

Commit

Permalink
Fix insecure dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Chetan Karande committed Feb 12, 2018
1 parent d479bbd commit c57d268
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,14 @@
"express-session": "^1.13.0",
"forever": "^0.15.1",
"helmet": "^2.0.0",
"marked": "0.3.5",
"marked": "0.3.9",
"mongodb": "^2.1.18",
"node-esapi": "0.0.1",
"serve-favicon": "^2.3.0",
"swig": "^1.4.2",
"underscore": "^1.8.3"
},
"comments": {
"//": "do not upgrade the marked package version it is set by purpose",
"//": "to be a vulnerable package to demonstrate an xss introduced through",
"//": "a9 insecure components"
},
"engines": {
Expand Down

0 comments on commit c57d268

Please sign in to comment.