Skip to content

Commit

Permalink
build: add overrides for vulnerable dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
j4k0xb committed Oct 27, 2024
1 parent 80e1909 commit 4fb9c6b
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 451 deletions.
9 changes: 9 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,15 @@
"pnpm": {
"patchedDependencies": {
"[email protected]": "patches/[email protected]"
},
"overrides": {
"elliptic@>=4.0.0 <=6.5.6": ">=6.5.7",
"elliptic@>=2.0.0 <=6.5.6": ">=6.5.7",
"elliptic@>=5.2.1 <=6.5.6": ">=6.5.7",
"micromatch@<4.0.8": ">=4.0.8",
"vite@>=5.2.0 <5.2.14": ">=5.2.14",
"rollup@>=4.0.0 <4.22.4": ">=4.22.4",
"elliptic@<6.5.6": ">=6.5.6"
}
}
}
Loading

0 comments on commit 4fb9c6b

Please sign in to comment.