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:
parent
7faee90ecc
commit
c7b16c9aa8
2
.github/workflows/dev-build.yaml
vendored
2
.github/workflows/dev-build.yaml
vendored
@ -6,7 +6,7 @@ concurrency:
|
||||
|
||||
on:
|
||||
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:
|
||||
- '**.md'
|
||||
- 'cloud-deployments/*'
|
||||
|
||||
@ -65,7 +65,7 @@
|
||||
"mime": "^3.0.0",
|
||||
"moment": "^2.29.4",
|
||||
"mssql": "^10.0.2",
|
||||
"multer": "^1.4.5-lts.1",
|
||||
"multer": "2.0.0",
|
||||
"mysql2": "^3.9.8",
|
||||
"ollama": "^0.5.10",
|
||||
"openai": "4.95.1",
|
||||
|
||||
@ -6851,10 +6851,10 @@ mssql@^10.0.2:
|
||||
tarn "^3.0.2"
|
||||
tedious "^16.4.0"
|
||||
|
||||
multer@^1.4.5-lts.1:
|
||||
version "1.4.5-lts.1"
|
||||
resolved "https://registry.npmjs.org/multer/-/multer-1.4.5-lts.1.tgz"
|
||||
integrity sha512-ywPWvcDMeH+z9gQq5qYHCCy+ethsk4goepZ45GLD63fOu0YcNecQxi64nDs3qluZB+murG3/D4dJ7+dGctcCQQ==
|
||||
multer@2.0.0:
|
||||
version "2.0.0"
|
||||
resolved "https://registry.yarnpkg.com/multer/-/multer-2.0.0.tgz#47076aa0f7c2c2fd273715e767c6962bf7f94326"
|
||||
integrity sha512-bS8rPZurbAuHGAnApbM9d4h1wSoYqrOqkE+6a64KLMK9yWU7gJXBDDVklKQ3TPi9DRb85cRs6yXaC0+cjxRtRg==
|
||||
dependencies:
|
||||
append-field "^1.0.0"
|
||||
busboy "^1.0.0"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user