Skip to content

Commit

Permalink
🔒️ (repo): Pnpm overrides to fix the security issues
Browse files Browse the repository at this point in the history
  • Loading branch information
valpinkman committed Dec 9, 2024
1 parent 828fffa commit 515a114
Show file tree
Hide file tree
Showing 2 changed files with 45 additions and 108 deletions.
17 changes: 16 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,5 +67,20 @@
"engines": {
"node": ">=20"
},
"packageManager": "[email protected]"
"packageManager": "[email protected]",
"pnpm": {
"overrides": {
"ejs@<3.1.10": ">=3.1.10",
"ws@>=7.0.0 <7.5.10": ">=7.5.10",
"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",
"webpack@>=5.0.0-alpha.0 <5.94.0": ">=5.94.0",
"elliptic@<6.5.6": ">=6.5.6",
"elliptic@<6.6.0": ">=6.6.0",
"cross-spawn@<6.0.6": ">=6.0.6",
"cross-spawn@>=7.0.0 <7.0.5": ">=7.0.5"
}
}
}
Loading

0 comments on commit 515a114

Please sign in to comment.