fix: resolve critical security vulnerability in @isaacs/brace-expansion
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

- Added pnpm override to force @isaacs/brace-expansion >= 5.0.1
- Fixes CVE for Uncontrolled Resource Consumption in brace-expansion <=5.0.0
- Transitive dependency from @nestjs/cli > glob > minimatch
- Resolves security-audit failure blocking CI pipeline

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
This commit is contained in:
2026-02-03 19:55:20 -06:00
parent e31cf89437
commit de9ab5d96d
2 changed files with 26 additions and 7 deletions

View File

@@ -53,5 +53,10 @@
},
"dependencies": {
"@opentelemetry/resources": "^1.30.1"
},
"pnpm": {
"overrides": {
"@isaacs/brace-expansion": ">=5.0.1"
}
}
}