Skip to content

Commit

Permalink
Fix audit
Browse files Browse the repository at this point in the history
  • Loading branch information
mbeckem committed Jul 16, 2024
1 parent 6ea8ef8 commit 6da3126
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,13 @@
"//": [
"overrides:",
"semver: https://github.com/advisories/GHSA-c2qf-rxjj-qqgw",
"braces: https://github.com/advisories/GHSA-grv7-fg5c-xmjg"
"braces: https://github.com/advisories/GHSA-grv7-fg5c-xmjg",
"fast-loops: https://github.com/advisories/GHSA-3q56-9cc2-46j4"
],
"overrides": {
"semver@<7.5.2": ">=7.5.2",
"braces@<3.0.3": ">=3.0.3"
"braces@<3.0.3": ">=3.0.3",
"fast-loops@<1.1.4": ">=1.1.4"
},
"auditConfig": {
"ignoreCves": []
Expand Down
9 changes: 5 additions & 4 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 6da3126

Please sign in to comment.