Skip to content

Commit

Permalink
ci: ignore CVEs for elliptic (via laravel-mix) (#614)
Browse files Browse the repository at this point in the history
  • Loading branch information
ppvg authored Aug 7, 2024
1 parent 20fff30 commit 85a34f1
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,13 @@
"overrides": {
"braces@<3.0.3": ">=3.0.3",
"ws@>=8.0.0 <8.17.1": ">=8.17.1"
},
"auditConfig": {
"ignoreCves": [
"CVE-2024-42459",
"CVE-2024-42460",
"CVE-2024-42461"
]
}
}
}

0 comments on commit 85a34f1

Please sign in to comment.