fix: add pnpm overrides for vulnerable transitive dependencies (#25064)

This commit is contained in:
Jon Ayers
2026-05-07 15:11:32 -05:00
committed by GitHub
parent 9581f76e07
commit 400374992c
8 changed files with 115 additions and 96 deletions
+7 -1
View File
@@ -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"
}
}
}