As discussed in #49, some of koa-hbs dependencies depend on an outdated version of minimatch. The latter has a security vulnerability in versions below 3.0.2. I've updated glob and mocha to the latest versions to get minimatch@3.0.2. Tests run fine when executing npm run-script test.
As discussed in #49, some of koa-hbs dependencies depend on an outdated version of minimatch. The latter has a security vulnerability in versions below 3.0.2. I've updated glob and mocha to the latest versions to get minimatch@3.0.2. Tests run fine when executing
npm run-script test
.