upgrade to express v5 (#6304)

exact copy of #6175 

- I will point the uppy deps upgrade pr to this PR's branch
- no other changes needed in this branch as #6175 was reviewed and all
the comments were resolved

this should be the order of merge : 

1. #6300
2. uppy deps upgrade ( yet to be raised ) 
3. merge this to main
4. merge biome changes #6244 

@mifi let me know if you think otherwise.

---------

Co-authored-by: Mikael Finstad <finstaden@gmail.com>
This commit is contained in:
Prakash 2026-05-21 08:44:23 +05:30 committed by GitHub
parent d9742ba4e4
commit d9d44ce5e5
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"
}
}