npm update

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2018-01-25 00:17:28 +03:00
parent 7202073b4e
commit c4318ca7f1
2 changed files with 4 additions and 4 deletions

View File

@ -138,9 +138,9 @@
} }
}, },
"commander": { "commander": {
"version": "2.12.2", "version": "2.13.0",
"resolved": "https://registry.npmjs.org/commander/-/commander-2.12.2.tgz", "resolved": "https://registry.npmjs.org/commander/-/commander-2.13.0.tgz",
"integrity": "sha512-BFnaq5ZOGcDN7FlrtBT4xxkgIToalIIxwjxLWVJ8bGTpe1LroqMiqQXdA7ygc7CRvaYS+9zfPGFnJqFSayx+AA==" "integrity": "sha512-MVuS359B+YzaWqjCL/c+22gfryv+mCBPHAv3zyVI2GN8EY6IRP8VwtasXn8jyyhvvq84R4ImN1OKRtcbIasjYA=="
}, },
"concat-map": { "concat-map": {
"version": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz", "version": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz",

View File

@ -20,7 +20,7 @@
"dependencies": { "dependencies": {
"app-module-path": "^1.0.6", "app-module-path": "^1.0.6",
"async-json": "0.0.2", "async-json": "0.0.2",
"commander": "^2.12.2", "commander": "^2.13.0",
"exiftool": "^0.0.3", "exiftool": "^0.0.3",
"fs-extra": "^4.0.3", "fs-extra": "^4.0.3",
"fs-walk": "^0.0.1", "fs-walk": "^0.0.1",