Skip to content

Commit 1966102

Browse files
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 <[email protected]>
1 parent 062ae18 commit 1966102

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@
3838
"glob": "^7.1.7",
3939
"if-env": "^1.0.4",
4040
"ignore-styles": "^5.0.1",
41+
"improved-yarn-audit": "^3.0.0",
4142
"jsdom": "^11.5.1",
4243
"lerna": "^5.5.4",
4344
"node-gyp": "^9.0.0",

yarn.lock

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6879,6 +6879,11 @@ import-local@^3.0.2:
68796879
pkg-dir "^4.2.0"
68806880
resolve-cwd "^3.0.0"
68816881

6882+
improved-yarn-audit@^3.0.0:
6883+
version "3.0.0"
6884+
resolved "https://registry.yarnpkg.com/improved-yarn-audit/-/improved-yarn-audit-3.0.0.tgz#dfb09cea1a3a92c790ea2b4056431f6fb1b99bfa"
6885+
integrity sha512-b7CrBYYwMidtPciCBkW62C7vqGjAV10bxcAWHeJvGrltrcMSEnG5I9CQgi14nmAlUKUQiSvpz47Lo3d7Z3Vjcg==
6886+
68826887
imurmurhash@^0.1.4:
68836888
version "0.1.4"
68846889
resolved "https://registry.yarnpkg.com/imurmurhash/-/imurmurhash-0.1.4.tgz#9218b9b2b928a238b13dc4fb6b6d576f231453ea"

0 commit comments

Comments
 (0)