js-makedepend
Advanced tools
Comparing version 1.0.4 to 1.0.5
{ | ||
"name": "js-makedepend", | ||
"version": "1.0.4", | ||
"version": "1.0.5", | ||
"description": "Determines dependencies of javascript modules and saves them in a Makefile. A bit like makedepend does for C.", | ||
@@ -42,9 +42,9 @@ "bin": { | ||
"chai": "3.5.0", | ||
"eslint": "3.5.0", | ||
"eslint": "3.7.1", | ||
"eslint-plugin-security": "1.2.0", | ||
"intercept-stdout": "0.1.2", | ||
"istanbul": "0.4.5", | ||
"mocha": "3.0.2", | ||
"npm-check-updates": "2.8.0", | ||
"nsp": "2.6.1" | ||
"mocha": "3.1.0", | ||
"npm-check-updates": "2.8.4", | ||
"nsp": "2.6.2" | ||
}, | ||
@@ -54,3 +54,3 @@ "dependencies": { | ||
"commander": "2.9.0", | ||
"lodash": "4.16.1", | ||
"lodash": "4.16.4", | ||
"resolve": "1.1.7", | ||
@@ -57,0 +57,0 @@ "safe-regex": "1.1.0", |
+ Addedlodash@4.16.4(transitive)
- Removedlodash@4.16.1(transitive)
Updatedlodash@4.16.4