After installing express-handlebars and running "npm audit", I'm getting a "low severity vulnerability" warning for minimist. npm says: "Patched in >=0.2.1 <1.0.0 || >=1.2.3"
https://npmjs.com/advisories/1179
So I upgraded to minimist v1.2.5 but I'm still getting the security warning.
It's a known issue at the moment: