koajs / koa-hbs

Handlebars templates for Koa.js
MIT License
159 stars 43 forks source link

Update dependencies for newer version of minimatch #50

Closed felixjung closed 8 years ago

felixjung commented 8 years ago

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.

shellscape commented 8 years ago

looks good. I'll try and get this on npm soon