nashvillefcc / nashvillefccwebsite

Contains code related to Nashville FCC website
https://www.nashvillefcc.com
MIT License
9 stars 12 forks source link

Audited packages #80

Closed MoribundMedium closed 3 years ago

MoribundMedium commented 3 years ago

Fixed some outdated packages using the npm audit fix command. I tested updating Gatsby and Tailwind and too much broke for it to be worthwhile.

Changed from (master branch):

found 700 vulnerabilities (13 low, 133 moderate, 552 high, 2 critical) in 2734 scanned packages

to (this branch):

found 20 vulnerabilities (11 moderate, 8 high, 1 critical) in 2744 scanned packages

The 1 critical vulnerability is from a Gatsby dependency, regarding this bug: https://www.npmjs.com/advisories/1746 But should not cause us issues because we're simply deploying a static site.