nestjs / typescript-starter

Nest framework TypeScript starter :coffee:
https://nestjs.com
1.86k stars 1.04k forks source link

Vulnerabilty in jest package and outdated packages #152

Closed rubiin closed 4 years ago

rubiin commented 4 years ago

While running npm install, jest package seems to be having a vulnerable handlebar dependency. The fix is availabe , I can do pr if you like

rubiin commented 4 years ago

Screenshot from 2019-09-30 22-37-58

rubiin commented 4 years ago

@kamilmysliwiec

kamilmysliwiec commented 4 years ago

PRs are welcome

rubiin commented 4 years ago

Here is the PR with the fix https://github.com/nestjs/typescript-starter/pull/153 @kamilmysliwiec

kamilmysliwiec commented 4 years ago

Thank you!!