rkazakov / ampify

Convert your HTML to Google AMP (Accelerated Mobile Pages)
MIT License
109 stars 32 forks source link

Upgrades deps to avoid building error and security issues #49

Closed rafaelverger closed 2 years ago

rafaelverger commented 3 years ago

A building error was being threw while installing jest@24.7 with node 14 and OSX Catalina. After upgrading jest to v24.9 I've got this result for npm audit: found 273 vulnerabilities (263 low, 2 moderate, 7 high, 1 critical) in 671 scanned packages

This PR aims to fix all vulnerabilities and the building error from jest as well.

rkazakov commented 2 years ago

Thanks, @rafaelverger! Updated manually.