fix(deps): update multer override to >=2.1.1

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

Co-Authored-By: Claude Opus 4.6 <[email protected]>
This commit is contained in:
2026-03-04 20:23:44 -06:00
co-authored by Claude Opus 4.6
parent 1eb581553a
commit dff23d3922
2 changed files with 22 additions and 9 deletions
+1 -1
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"
}
}
}