There are vulnerable packages we need to update - note, however, that all vulnerabilities come from dev dependencies, which means no vulnerable package actually reaches production.
We should also add a yarn audit target to CI, so we regularly audit all packages - see #279 and #280
8 vulnerabilities found - Packages audited: 19270
Severity: 3 Moderate | 5 High
✨ Done in 1.08s.
There are vulnerable packages we need to update - note, however, that all vulnerabilities come from dev dependencies, which means no vulnerable package actually reaches production.
We should also add a
yarn audit
target to CI, so we regularly audit all packages - see #279 and #280