fix(ci): resolve pipeline #516 audit and test failures
All checks were successful
ci/woodpecker/push/orchestrator Pipeline was successful
ci/woodpecker/push/web Pipeline was successful
ci/woodpecker/push/api Pipeline was successful

- Add pnpm overrides for minimatch (>=10.2.1) and tar (>=7.5.8)
  to resolve high-severity audit findings blocking CI
- Add localStorage mock to web vitest setup to fix ThemeProvider
  test failures (localStorage.clear not a function)

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-02-21 14:07:26 -06:00
parent 0a780a5062
commit 8f9eac7a94
3 changed files with 61 additions and 86 deletions

View File

@@ -63,6 +63,8 @@
],
"overrides": {
"@isaacs/brace-expansion": ">=5.0.1",
"minimatch": ">=10.2.1",
"tar": ">=7.5.8",
"form-data": ">=2.5.4",
"lodash": ">=4.17.23",
"lodash-es": ">=4.17.23",