Skip to content

Commit

Permalink
fix: package.json to reduce vulnerabilities
Browse files Browse the repository at this point in the history
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/npm:lodash:20180130

Latest report for alykoshin/require-dir-all:
https://snyk.io/test/github/alykoshin/require-dir-all
  • Loading branch information
snyk-bot committed Feb 15, 2018
1 parent ab89157 commit c7c2894
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,8 @@
"homepage": "https://github.com/alykoshin/require-dir-all#readme",
"dependencies": {
"mini-deep-assign": "0.0.8",
"module-parent": "0.0.2"
"module-parent": "0.0.2",
"lodash": "4.17.5"
},
"devDependencies": {
"chai": "^4.1.2",
Expand Down

0 comments on commit c7c2894

Please sign in to comment.