Comparing version 1.1.3 to 1.1.4
{ | ||
"name": "renamer", | ||
"description": "Rename files in bulk", | ||
"version": "1.1.3", | ||
"version": "1.1.4", | ||
"author": "Lloyd Brookes <75pound@gmail.com>", | ||
@@ -32,3 +32,3 @@ "bin": "bin/cli.js", | ||
"dependencies": { | ||
"array-back": "^3.1.0", | ||
"array-back": "^4.0.0", | ||
"chalk": "^2.4.2", | ||
@@ -39,15 +39,15 @@ "command-line-args": "^5.1.1", | ||
"fast-diff": "^1.2.0", | ||
"glob": "^7.1.4", | ||
"glob": "^7.1.5", | ||
"global-modules": "^2.0.0", | ||
"load-module": "^2.0.1", | ||
"load-module": "^2.0.2", | ||
"node-version-matches": "^1.0.1", | ||
"printj": "^1.2.2", | ||
"reduce-flatten": "^2.0.0", | ||
"reduce-flatten": "^3.0.0", | ||
"reduce-unique": "^2.0.1", | ||
"stream-read-all": "^2.0.0", | ||
"typical": "^5.1.0" | ||
"typical": "^5.2.0" | ||
}, | ||
"devDependencies": { | ||
"coveralls": "^3.0.6", | ||
"jsdoc-to-markdown": "^5.0.0", | ||
"coveralls": "^3.0.7", | ||
"jsdoc-to-markdown": "^5.0.2", | ||
"mkdirp2": "^1.0.4", | ||
@@ -54,0 +54,0 @@ "nyc": "^14.1.1", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
+ Addedreduce-flatten@3.0.1(transitive)
Updatedarray-back@^4.0.0
Updatedglob@^7.1.5
Updatedload-module@^2.0.2
Updatedreduce-flatten@^3.0.0
Updatedtypical@^5.2.0