tapio / live-server

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

upgraded chokidar to latest version and also mocha to the latest version #374

Open BEN00262 opened 3 years ago

BEN00262 commented 3 years ago
  1. Updated chokidar from version 2.0.4 to avoid Regular expression denial of service ( reported by npm audit ) and also chokidar 2.0.4 breaks in node version 14+.
  2. Upgraded the version for mocha from version 5.2.0 to 9.0.1.
  3. I have also run all the tests and its passing. No breakages.