johnpapa / lite-server

Lightweight node server
MIT License
2.31k stars 267 forks source link

Updated dependencies #184

Closed genechk closed 3 years ago

genechk commented 4 years ago

Updated dependencies to their latest versions

(Which also fixed npm vulnerability warnings)

Most notably, switched the deprecated Istanbul package to its replacement nyc, which supports latest versions of node.js.

Other updates:

dependencies:

devDependencies:

johnpapa commented 3 years ago

thanks, updated