johnbrett / hapi-auth-bearer-token

Simple Bearer authentication scheme plugin for hapi, accepts token by Header, Cookie or Query parameter.
MIT License
218 stars 46 forks source link

chore(deps): update deps #133

Closed AdriVanHoudt closed 7 years ago

AdriVanHoudt commented 7 years ago

Free micro markdown fix

johnbrett commented 7 years ago

thanks @AdriVanHoudt 👍

AdriVanHoudt commented 7 years ago

@johnbrett np, I was doing an update deps on all my repos and this seemed easy enough, and it causes new builds to not fail due to an old version of lab + new version of node with a new global

johnbrett commented 7 years ago

ah I see! That definitely would have took me a while to figure out!

AdriVanHoudt commented 7 years ago

yeah it breaks every build on node 8 since lab will say on every build that there is global it doesn't know I had a bunch of other updates (like new hapi versions) where greenkeeper though it was broken because I hadn't updated lab