Yarn audit on 7.70.25: ``` 120 vulnerabilities found - Packages audited: 984 Severity: 11 Low | 67 Moderate | 34 High | 8 Critical Done in 1.80s. ``` Yarn audit on 7.10.31 even more: ``` 140 vulnerabilities found - Packages audited: 930 Severity: 11 Low | 79 Moderate | 36 High | 14 Critical Done in 2.07s. ``` Do these need manual fixes at this point? I tried using npm audit fix to resolve these but no luck so far.