Closed pburkholder closed 6 years ago
node 8 avails us of better dependency management with npm 5.5, so updating package-lock.json is a lot easier.
This fixes the vulnerable dependency warning we get on GitHub.
Once this is done we can cut a new release and then point cg-site to that release.
@msecret I've tagged you on this review to chime in if there are Node 8 gotchas that we should be aware of. Thanks! P.
node 8 avails us of better dependency management with npm 5.5, so updating package-lock.json is a lot easier.
This fixes the vulnerable dependency warning we get on GitHub.
Once this is done we can cut a new release and then point cg-site to that release.