microsoft / TypeScript-Node-Starter

A reference example for TypeScript and Node with a detailed README describing how to use the two together.
MIT License
11.31k stars 2.77k forks source link

Fixed travis ci build failure and updated dependencies to fix vulnerabilities #154

Closed markuszm closed 5 years ago

markuszm commented 5 years ago

After a recent update of a dependency, the package-lock.json was not updated and the npm ci is failing as the package.json and the package-lock.json are not synced anymore.

This pull request fixes this issue by updating the package-lock and also updates dependencies to fix some recent vulnerabilities using the npm audit command.

msftclas commented 5 years ago

CLA assistant check
All CLA requirements met.

orta commented 5 years ago

Thanks for helping out on CI @markuszm - I've been slowly merging PRs and have got this PR covered from some of them already! I'm going to close this PR because it's working and updated now 👍