Skip to content

Commit

Permalink
update deep-extend to avoid Prototype Pollution, closes #111
Browse files Browse the repository at this point in the history
  • Loading branch information
dominictarr committed May 26, 2018
1 parent 9d21a3f commit 73f285b
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 @@ -21,7 +21,7 @@
"bin": "./cli.js",
"author": "Dominic Tarr <[email protected]> (dominictarr.com)",
"dependencies": {
"deep-extend": "^0.5.1",
"deep-extend": "^0.6.0",
"ini": "~1.3.0",
"minimist": "^1.2.0",
"strip-json-comments": "~2.0.1"
Expand Down

0 comments on commit 73f285b

Please sign in to comment.