npm update + minor tweak...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2023-01-25 01:36:49 +03:00
parent af0206224a
commit feb62c9dd8
2 changed files with 7 additions and 7 deletions

View File

@ -781,7 +781,7 @@ module.CLI = core.ImageGridFeatures.Feature({
console.log('No args.')
// XXX we should either start the GUI here or print help...
args.push('--help')
args.push('-h')
//args.push('gui')
})
.stop(function(){ process.exit() })

View File

@ -1562,9 +1562,9 @@
}
},
"node_modules/ig-argv": {
"version": "2.16.4",
"resolved": "https://registry.npmjs.org/ig-argv/-/ig-argv-2.16.4.tgz",
"integrity": "sha512-jJZHd/JQypvQLzGH8qfp9zXOrWVaa1pZZoRd+luPcdLyxXrnFRqYATzGnkUgBSGDvNbn45VvBSfhnZg5ieegrQ==",
"version": "2.16.9",
"resolved": "https://registry.npmjs.org/ig-argv/-/ig-argv-2.16.9.tgz",
"integrity": "sha512-YVB54ckpJPxvnHC/yTLj1nlklarICU5OHHlbszb6Wm+ovzoVWZmQLb2naMUzEHA7yuwoKDnHMndEnmwlJuY/mg==",
"dependencies": {
"ig-object": "^5.4.16"
}
@ -4520,9 +4520,9 @@
}
},
"ig-argv": {
"version": "2.16.4",
"resolved": "https://registry.npmjs.org/ig-argv/-/ig-argv-2.16.4.tgz",
"integrity": "sha512-jJZHd/JQypvQLzGH8qfp9zXOrWVaa1pZZoRd+luPcdLyxXrnFRqYATzGnkUgBSGDvNbn45VvBSfhnZg5ieegrQ==",
"version": "2.16.9",
"resolved": "https://registry.npmjs.org/ig-argv/-/ig-argv-2.16.9.tgz",
"integrity": "sha512-YVB54ckpJPxvnHC/yTLj1nlklarICU5OHHlbszb6Wm+ovzoVWZmQLb2naMUzEHA7yuwoKDnHMndEnmwlJuY/mg==",
"requires": {
"ig-object": "^5.4.16"
},