sintaxi / surge

CLI for the surge.sh CDN
https://surge.sh
2.85k stars 136 forks source link

Removed security vulnerabilities #366

Closed rfreitas closed 5 years ago

rfreitas commented 5 years ago

Problem

Plenty of dependencies with vulnerabilities. NPM audit didn't work due to inquirer version being empty on package.json Some testes timedown

Solution

Bumped dependencies (cli-table2 replaced with the maintained clitable3) Removed unused du. Increased some tests timeout. Specified versions for inquirer and mocha.

sintaxi commented 5 years ago

Fantastic. Thanks for taking the time to put this together. Merged.