fix(deps): update multer override to >=2.1.1
All checks were successful
ci/woodpecker/push/ci Pipeline was successful

Fixes high severity DoS vulnerability (GHSA-5528-5vmv-3xc2).

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-04 20:23:44 -06:00
parent 1eb581553a
commit dff23d3922
2 changed files with 22 additions and 9 deletions

View File

@@ -76,7 +76,7 @@
"undici": ">=6.23.0",
"rollup": ">=4.59.0",
"serialize-javascript": ">=7.0.3",
"multer": ">=2.1.0"
"multer": ">=2.1.1"
}
}
}