I'm having trouble with npm security reporting a low level vulnerability within the babel-cli package - at version 6.26.0.
Everything else works just fine, however this requires a manual review. The package in babel-cli is "braces", and so far I cannot figure out how to force it to update - no matter how many times --save-dev, temporarily clearing the lock file, etc, is used, it stays at current version.
With how widespread babel is, I was curious what others have done to fix this issue.