Upgrade to Multer 2.0.0 (#4768)

* upgrade to multer 2.0.0

* bump dev

---------

Co-authored-by: Timothy Carambat <rambat1010@gmail.com>
This commit is contained in:
Marcello Fitton 2025-12-12 14:32:42 -08:00 committed by GitHub
parent 7faee90ecc
commit c7b16c9aa8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 6 additions and 6 deletions

View File

@ -6,7 +6,7 @@ concurrency:
on: on:
push: push:
branches: ['bug-user-session-stale'] # put your current branch to create a build. Core team only. branches: ['upgrade-multer'] # put your current branch to create a build. Core team only.
paths-ignore: paths-ignore:
- '**.md' - '**.md'
- 'cloud-deployments/*' - 'cloud-deployments/*'

View File

@ -65,7 +65,7 @@
"mime": "^3.0.0", "mime": "^3.0.0",
"moment": "^2.29.4", "moment": "^2.29.4",
"mssql": "^10.0.2", "mssql": "^10.0.2",
"multer": "^1.4.5-lts.1", "multer": "2.0.0",
"mysql2": "^3.9.8", "mysql2": "^3.9.8",
"ollama": "^0.5.10", "ollama": "^0.5.10",
"openai": "4.95.1", "openai": "4.95.1",

View File

@ -6851,10 +6851,10 @@ mssql@^10.0.2:
tarn "^3.0.2" tarn "^3.0.2"
tedious "^16.4.0" tedious "^16.4.0"
multer@^1.4.5-lts.1: multer@2.0.0:
version "1.4.5-lts.1" version "2.0.0"
resolved "https://registry.npmjs.org/multer/-/multer-1.4.5-lts.1.tgz" resolved "https://registry.yarnpkg.com/multer/-/multer-2.0.0.tgz#47076aa0f7c2c2fd273715e767c6962bf7f94326"
integrity sha512-ywPWvcDMeH+z9gQq5qYHCCy+ethsk4goepZ45GLD63fOu0YcNecQxi64nDs3qluZB+murG3/D4dJ7+dGctcCQQ== integrity sha512-bS8rPZurbAuHGAnApbM9d4h1wSoYqrOqkE+6a64KLMK9yWU7gJXBDDVklKQ3TPi9DRb85cRs6yXaC0+cjxRtRg==
dependencies: dependencies:
append-field "^1.0.0" append-field "^1.0.0"
busboy "^1.0.0" busboy "^1.0.0"