timoxley/npm-run

Node Security Advisory violation

doug-wade opened this issue · 1 comments

My build is failing with security violation errors due to npm-run's dependency on syncExec, as reported in this issue and detailed in node security advisory 310. We should remove the polyfill, as child.execSync has been supported since 0.11.12, which has been end-of-life since 2016-10-31.

On my phone at the moment but will look at this later today