Skip to content

Commit 7ceab8c

Browse files
Merge pull request #7048 from BitGo/VL-3487/ignore-bigint-buffer-advisory
fix: remove stale advisories from .iyarc
2 parents a69acb5 + f52013c commit 7ceab8c

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

.iyarc

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1 @@
1-
GHSA-3h5v-q93c-6h6q
2-
GHSA-8hc4-vh64-cxmj
3-
GHSA-9wv6-86v2-598j
41
GHSA-3gc7-fjrx-p6mg
5-
GHSA-cpj6-fhp6-mr6j
6-
GHSA-f46r-rw29-r322

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,8 +104,7 @@
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",

0 commit comments

Comments
 (0)