Skip to content

Commit

Permalink
Update lodash due to security
Browse files Browse the repository at this point in the history
Prior versions of lodash have been compromised so you should force users to grab 4.17.11
  • Loading branch information
Alec321 authored Feb 12, 2019
1 parent 77e4f18 commit c837026
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 @@ -33,7 +33,7 @@
"node": ">=0.10.0"
},
"dependencies": {
"lodash": "^4.13.1"
"lodash": "^4.17.11"
},
"peerDependencies": {
"request": "^2.34"
Expand Down

0 comments on commit c837026

Please # to comment.