Skip to content

Commit

Permalink
fix: ignore vite vulnerability
Browse files Browse the repository at this point in the history
  • Loading branch information
arthurgeron committed Jan 28, 2025
1 parent 4e47689 commit 4019151
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,9 @@
"allowAny": ["react", "react-dom"],
"ignoreMissing": ["react", "react-dom"]
},
"auditConfig": {
"ignoreGhsas": ["GHSA-vg6x-rcgg-rjx6"]
},
"overrides": {
"follow-redirects": ">=1.15.6",
"glob-parent@<5.1.2": ">=5.1.2",
Expand Down

0 comments on commit 4019151

Please sign in to comment.