Skip to content

Vulnerabilities everywhere

Erwan Rouchet requested to merge vuln-everything into master

Closes #678 (closed)

λ npm audit                                                            
found 11 vulnerabilities (10 moderate, 1 high) in 1812 scanned packages
  run `npm audit fix` to fix 1 of them.                                
λ npm audit fix                                                        
fixed 1 of 11 vulnerabilities in 1812 scanned packages                 
λ npm audit                                                            
found 11 vulnerabilities (10 moderate, 1 high) in 1812 scanned packages
  run `npm audit fix` to fix 1 of them.                                
  • Some of the updates added postcss as a peer dependency, which means I had to add it as a direct dev dependency on the frontend.
  • I moved mochapack to a dev dependency because it depends on mocha and webpack, which are both dev dependencies, and having it as a regular dependency caused warnings.
  • I had to exclude package-lock.json from codespell because it tried to fix a "typo" in a checksum…
  • 11 vulnerabilities remain:
Edited by Erwan Rouchet

Merge request reports

Loading