BlackBoxVision / typescript-hapi-starter

🚀 Starter for building APIs with Hapi + Typescript!
MIT License
128 stars 28 forks source link

Updated Hapi to latest v19. Security updates. #38

Closed laurilarjo closed 4 years ago

laurilarjo commented 4 years ago

There was multiple security issues in hapi v18 that were not fixed, so I upgraded to v19.

This means Node v12 or later must be used. Since this is a starter project, I thought it's a good thing to be up-to-date with everything.

JonatanSalas commented 4 years ago

@laurilarjo thank you very much for your contribution. Could you add in the README.md the supported node versions? With this advice to the template users, I think we can merge the code without any trouble.

laurilarjo commented 4 years ago

@JonatanSalas Alrighty, I updated readme. Also took yarn away.

JonatanSalas commented 4 years ago

@laurilarjo awesome work! Thanks!