tapio / live-server

A simple development http server with live reload capability.
http://tapiov.net/live-server/
4.43k stars 484 forks source link

Upgraded packages and fixed issues caused by npm audit #282

Closed ajbogh closed 5 years ago

ajbogh commented 5 years ago

Note: This commit adds the package-lock.json file. npm recommends the lock file being added to git, however if the maintainers do not want it to be added then they can add it to the .gitignore file.

tapio commented 5 years ago

Hi, thanks for the PR. I ended up doing more or less the same manually in a few separate commits (wanted to try minor upgrades first and understand npm audit better). At least for now, I left the package-lock out.