npm update

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2018-02-08 02:11:19 +03:00
parent 80a3e1e6dd
commit b1276c4770
2 changed files with 4 additions and 4 deletions

View File

@ -138,9 +138,9 @@
} }
}, },
"commander": { "commander": {
"version": "2.13.0", "version": "2.14.1",
"resolved": "https://registry.npmjs.org/commander/-/commander-2.13.0.tgz", "resolved": "https://registry.npmjs.org/commander/-/commander-2.14.1.tgz",
"integrity": "sha512-MVuS359B+YzaWqjCL/c+22gfryv+mCBPHAv3zyVI2GN8EY6IRP8VwtasXn8jyyhvvq84R4ImN1OKRtcbIasjYA==" "integrity": "sha512-+YR16o3rK53SmWHU3rEM3tPAh2rwb1yPcQX5irVn7mb0gXbwuCCrnkbV5+PBfETdfg1vui07nM6PCG1zndcjQw=="
}, },
"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.13.0", "commander": "^2.14.1",
"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",