michaelwayman / node-sass-chokidar

A thin wrapper around node-sass to replicate the --watch using chokidar instead of Gaze
MIT License
291 stars 34 forks source link

chore(package): use node-sass 4.9.3 #71

Closed prymitive closed 6 years ago

prymitive commented 6 years ago

4.9.3 release includes a fix for dependency (hoek) affected by CVE-2018-3728, see https://github.com/sass/node-sass/issues/2355 for details

michaelwayman commented 6 years ago

let me fix the current tests and then I will merge this