Skip to content

Commit

Permalink
Force braces to non-CVE version to silence false flags (#448)
Browse files Browse the repository at this point in the history
  • Loading branch information
ericanderson authored Jul 9, 2024
1 parent b3f64d9 commit 1c07858
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 10 deletions.
8 changes: 8 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,15 @@
"pnpm": {
"patchedDependencies": {
"[email protected]": "patches/[email protected]"
},
"overrides": {
"[email protected]": "0.0.3",
"[email protected]": "3.0.3"
}
},
"engines": {
"node": ">=16",
"pnpm": ">=8.7.4"
},
"packageManager": "[email protected]"
}
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 1c07858

Please sign in to comment.