Update auditing of the latest release
Opened this issue · 0 comments
ericcornelissen commented
Summary
The recurring auditing of the last release still uses the old npm run audit:runtime
command and not the new npm run audit:vulnerabilities:runtime
command. With the next version is released, this should be updated.
On top of that, following the introduction of the npm run audit:deprecations
the last release should also be audited for deprecations.