File tree Expand file tree Collapse file tree 2 files changed +1
-7
lines changed
Expand file tree Collapse file tree 2 files changed +1
-7
lines changed Original file line number Diff line number Diff line change 1- GHSA-3h5v-q93c-6h6q
2- GHSA-8hc4-vh64-cxmj
3- GHSA-9wv6-86v2-598j
41GHSA-3gc7-fjrx-p6mg
5- GHSA-cpj6-fhp6-mr6j
6- GHSA-f46r-rw29-r322
Original file line number Diff line number Diff line change 104104 ],
105105 "scripts" : {
106106 "postinstall" : " test -n \" $NOYARNPOSTINSTALL\" || lerna run build --stream" ,
107- "audit" : " yarn audit --group dependencies optionalDependencies peerDependencies ; test $? -lt 8" ,
108- "audit-dev" : " yarn audit --group devDependencies ; test $? -lt 8" ,
107+ "audit-high" : " improved-yarn-audit --min-severity high" ,
109108 "lint" : " lerna run lint --stream" ,
110109 "lint-changed" : " lerna run lint --since origin/${GITHUB_REPO_BRANCH:-master}..HEAD --stream" ,
111110 "unit-test-changed" : " lerna run unit-test --since $(git merge-base HEAD~ origin/${GITHUB_REPO_BRANCH:-master}) --stream" ,
You can’t perform that action at this time.
0 commit comments