catalog icon indicating copy to clipboard operation
catalog copied to clipboard

dependency updates for vulnerability alerts

Open ukslim opened this issue 5 years ago • 0 comments

The result of repeatedly:

  • yarn audit --level moderate
  • yarn upgrade [vulnerable package]
  • yarn upgrade --latest [vulnerable package] (if previous upgrade not sufficient)
  • make test

... until all audit vulnerabilities are low, and tests still pass.

ukslim avatar Nov 11 '19 15:11 ukslim