mirror of
https://github.com/cdr/code-server.git
synced 2025-12-06 08:27:17 +01:00
Update to Express 5
This commit is contained in:
parent
db5f99dc78
commit
949aed1cef
2 changed files with 459 additions and 270 deletions
725
package-lock.json
generated
725
package-lock.json
generated
File diff suppressed because it is too large
Load diff
|
|
@ -44,7 +44,7 @@
|
|||
"@types/compression": "^1.7.3",
|
||||
"@types/cookie-parser": "^1.4.4",
|
||||
"@types/eslint__js": "^8.42.3",
|
||||
"@types/express": "^4.17.17",
|
||||
"@types/express": "^5.0.0",
|
||||
"@types/http-proxy": "1.17.7",
|
||||
"@types/js-yaml": "^4.0.6",
|
||||
"@types/node": "20.x",
|
||||
|
|
@ -73,7 +73,7 @@
|
|||
"compression": "^1.7.4",
|
||||
"cookie-parser": "^1.4.6",
|
||||
"env-paths": "^2.2.1",
|
||||
"express": "5.0.0-beta.3",
|
||||
"express": "^5.0.1",
|
||||
"http-proxy": "^1.18.1",
|
||||
"httpolyglot": "^0.1.2",
|
||||
"i18next": "^23.5.1",
|
||||
|
|
|
|||
Loading…
Reference in a new issue