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

Co-authored-by: Jason Woltje <jason@diversecanvas.com>
Co-committed-by: Jason Woltje <jason@diversecanvas.com>
This commit was merged in pull request #681.
This commit is contained in:
2026-03-05 02:27:08 +00:00
committed by jason.woltje
parent 1eb581553a
commit 5bd08b0d0b
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"
}
}
}