We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Relates to #1762, #1765
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.
npm run audit:runtime
npm run audit:vulnerabilities:runtime
On top of that, following the introduction of the npm run audit:deprecations:runtime, the last release should also be audited for deprecations.
npm run audit:deprecations:runtime
The text was updated successfully, but these errors were encountered:
ericcornelissen
No branches or pull requests
Relates to #1762, #1765
Summary
The recurring auditing of the last release still uses the old
npm run audit:runtime
command and not the newnpm 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:runtime
, the last release should also be audited for deprecations.The text was updated successfully, but these errors were encountered: