Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add dev-dependency: improved-yarn-audit
"improved-yarn-audit" (license: MIT), complements plain "yarn audit", making audits easier to integrate in CI pipelines. The output is short and to-the-point, making it useful immediately. Simple usage examples: $> yarn run improved-yarn-audit $> yarn run improved-yarn-audit --ignore-dev-deps Here's the currint output for the Theia repo (with this PR in): $> yarn run improved-yarn-audit Improved Yarn Audit - v3.0.0 Minimum severity level to report: low Running yarn audit... Found 2 vulnerabilities Vulnerability Found: Severity: MODERATE Modules: jsdom URL: GHSA-f4c9-cqv8-9v98 Vulnerability Found: Severity: HIGH Modules: lerna>nx>axios URL: GHSA-cph5-m8f7-6c5x Signed-off-by: Marc Dumais <marc.dumais@ericsson.com>
- Loading branch information