cloud-gov / cg-style

The global style of cloud.gov
Creative Commons Zero v1.0 Universal
26 stars 13 forks source link

Let's go to node 8 and fix dependencies #335

Closed pburkholder closed 6 years ago

pburkholder commented 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.

pburkholder commented 6 years ago

@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.