Skip to content

Commit

Permalink
chore: fix failing audits (#206)
Browse files Browse the repository at this point in the history
  • Loading branch information
christianhg authored Jun 19, 2024
1 parent 728a99c commit 1316bab
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 11 deletions.
8 changes: 7 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,11 @@
"rimraf": "^5.0.7",
"turbo": "^1.10.16"
},
"packageManager": "[email protected]"
"packageManager": "[email protected]",
"pnpm": {
"overrides": {
"braces@<3.0.3": ">=3.0.3",
"ws@>=8.0.0 <8.17.1": ">=8.17.1"
}
}
}
24 changes: 14 additions & 10 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 1316bab

Please sign in to comment.