cfpb / design-manual

⚠️ THIS REPO IS DEPRECATED ⚠️ A set of design principles and standards for the Consumer Financial Protection Bureau.
https://cfpb.github.io/design-manual/
Creative Commons Zero v1.0 Universal
98 stars 71 forks source link

Remove Topdoc #607

Closed Scotchester closed 6 years ago

Scotchester commented 6 years ago

GitHub is reporting that this repo has a vulnerability in uglify-js, which is several levels down our dependency tree. (We now use uglify-es for our actual uglification.) The root dependency that leads to uglify-js is grunt-topdoc, which we no longer use in this project.

Removals

Testing

  1. Pull branch
  2. rm -rf node_modules/
  3. Run ./setup.sh and verify that everything works correctly

Checklist