Upgrade to express 5 (#6175)

closes #6157

https://expressjs.com/en/guide/migrating-5.html

---------

Co-authored-by: Prakash <qxprakash@gmail.com>
This commit is contained in:
Mikael Finstad 2026-05-20 23:36:46 +08:00 committed by GitHub
parent ca916f6580
commit 489d76717c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
27 changed files with 439 additions and 2332 deletions

View file

@ -15,6 +15,6 @@
"@aws-sdk/s3-request-presigner": "^3.338.0",
"body-parser": "^1.20.4",
"dotenv": "^16.0.0",
"express": "^4.22.0"
"express": "^5.2.1"
}
}