Skip to content

fix: upgrade multer 1.x to 2.x, replace inMemory with memoryStorage#1

Open
dreyesb wants to merge 2 commits into
masterfrom
fix/critical-dependencies
Open

fix: upgrade multer 1.x to 2.x, replace inMemory with memoryStorage#1
dreyesb wants to merge 2 commits into
masterfrom
fix/critical-dependencies

Conversation

@dreyesb

@dreyesb dreyesb commented Jul 23, 2026

Copy link
Copy Markdown

multer 2.0 removed the inMemory option. Replace with storage: multer.memoryStorage() and update the multer require to use the constructor returned by require('multer').

dreyesb and others added 2 commits July 23, 2026 13:30
multer 2.0 removed the inMemory option. Replace with storage: multer.memoryStorage()
and update the multer require to use the constructor returned by require('multer').

Co-Authored-By: GitHub Copilot <copilot@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant