Skip to content

Commit

Permalink
fix(deps): update lodash version to address npm audit warning
Browse files Browse the repository at this point in the history
Update lodash version to address security warning from npm audit.

Closes #259.
  • Loading branch information
jvinai authored and Krinkle committed Aug 22, 2018
1 parent 60373bc commit 1182766
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 @@ -23,7 +23,7 @@
"license": "MIT",
"readmeFilename": "README.md",
"dependencies": {
"lodash": "^4.13.1"
"lodash": "^4.17.10"
},
"devDependencies": {
"eslint": "^2.13.1",
Expand Down

0 comments on commit 1182766

Please sign in to comment.