mirror of
https://github.com/coder/coder.git
synced 2026-09-24 15:04:27 +08:00
fix: add pnpm overrides for vulnerable transitive dependencies (#25064)
This commit is contained in:
+7
-1
@@ -16,7 +16,13 @@
|
||||
},
|
||||
"pnpm": {
|
||||
"overrides": {
|
||||
"brace-expansion": "1.1.12"
|
||||
"brace-expansion": "1.1.12",
|
||||
"lodash": "4.18.1",
|
||||
"minimatch@<4": "3.1.3",
|
||||
"minimatch@>=9": "9.0.7",
|
||||
"glob@>=10": "10.5.0",
|
||||
"picomatch": "2.3.2",
|
||||
"js-yaml": "4.1.1"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user