Skip to content

Commit 1d8a617

Browse files
committed
chore: ignore some unfixable low-severity vulnerabilities
1 parent 06902df commit 1d8a617

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

package.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,12 @@
6969
"pnpm": {
7070
"overrides": {
7171
"cookie@<0.7.0": ">=0.7.0"
72+
},
73+
"auditConfig": {
74+
"ignoreGhsas": [
75+
"GHSA-cxrh-j4jr-qwg3",
76+
"GHSA-v6h2-p8h4-qcjw"
77+
]
7278
}
7379
}
7480
}

0 commit comments

Comments
 (0)