Merge pull request #5148 from hardillb/update-multer

Upgrade multer to 2.0.0
pull/5135/head
Nick O'Leary 2025-06-03 16:33:39 +01:00 committed by GitHub
commit b20f0f5cee
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 3 additions and 3 deletions

View File

@ -63,7 +63,7 @@
"moment": "2.30.1",
"moment-timezone": "0.5.48",
"mqtt": "5.11.0",
"multer": "1.4.5-lts.2",
"multer": "2.0.0",
"mustache": "4.2.0",
"node-red-admin": "^4.0.2",
"node-watch": "0.7.4",

View File

@ -26,7 +26,7 @@
"express": "4.21.2",
"memorystore": "1.6.7",
"mime": "3.0.0",
"multer": "1.4.5-lts.2",
"multer": "2.0.0",
"mustache": "4.2.0",
"oauth2orize": "1.12.0",
"passport-http-bearer": "1.0.1",

View File

@ -36,7 +36,7 @@
"js-yaml": "4.1.0",
"media-typer": "1.1.0",
"mqtt": "5.11.0",
"multer": "1.4.5-lts.2",
"multer": "2.0.0",
"mustache": "4.2.0",
"node-watch": "0.7.4",
"on-headers": "1.0.2",