File tree 1 file changed +11
-1
lines changed
1 file changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -54,6 +54,16 @@ const AUDIT_ALLOW_LIST = [
54
54
path : "lerna>@lerna/version>@lerna/conventional-commits>conventional-changelog-core>get-pkg-repo>meow>trim-newlines" ,
55
55
advisoryUrl : "https://www.npmjs.com/advisories/1753" ,
56
56
justification : "dependency of lerna (dev only); low severity"
57
+ } ,
58
+ {
59
+ path : "lerna>@lerna/version>@lerna/github-client>git-url-parse>git-up>parse-url" ,
60
+ advisoryUrl : "https://github.com/advisories/GHSA-j9fq-vwqv-2fm2" ,
61
+ justification : "dependency of lerna; moderate severity"
62
+ } ,
63
+ {
64
+ path : "lerna>@lerna/publish>@lerna/version>@lerna/github-client>git-url-parse>git-up>parse-url" ,
65
+ advisoryUrl : "https://github.com/advisories/GHSA-j9fq-vwqv-2fm2" ,
66
+ justification : "dependency of lerna; moderate severity"
57
67
}
58
68
]
59
69
@@ -86,4 +96,4 @@ if (numVulnerabilities > 0) {
86
96
console . log ( `Found ${ numVulnerabilities } unrecognized vulnerabilit${ pluralized } from \`npm audit\`:` )
87
97
console . log ( JSON . stringify ( remainingVulnerabilities , null , 2 ) )
88
98
process . exit ( 1 )
89
- }
99
+ }
You can’t perform that action at this time.
0 commit comments