diff --git a/optimize/starter/packages/server/package.json b/optimize/starter/packages/server/package.json index 383f0dcc1ba4..98a0629fbca1 100644 --- a/optimize/starter/packages/server/package.json +++ b/optimize/starter/packages/server/package.json @@ -12,7 +12,7 @@ "license": "ISC", "devDependencies": { "@prisma/extension-optimize": "1.0.1", - "@types/express": "4.17.21", + "@types/express": "5.0.0", "@types/node": "20.16.13", "prisma": "5.21.1", "tsx": "4.19.1", diff --git a/pulse/fullstack-simple-chat/server/package.json b/pulse/fullstack-simple-chat/server/package.json index 28d736625c80..78d2d555df16 100644 --- a/pulse/fullstack-simple-chat/server/package.json +++ b/pulse/fullstack-simple-chat/server/package.json @@ -17,7 +17,7 @@ }, "devDependencies": { "@types/cors": "2.8.17", - "@types/express": "4.17.21", + "@types/express": "5.0.0", "@types/node": "20.16.13", "prisma": "5.21.1", "ts-node": "10.9.2", diff --git a/typescript/graphql-nestjs-sdl-first/package.json b/typescript/graphql-nestjs-sdl-first/package.json index 01d0849a7ecd..74a03ae8fdbe 100644 --- a/typescript/graphql-nestjs-sdl-first/package.json +++ b/typescript/graphql-nestjs-sdl-first/package.json @@ -57,7 +57,7 @@ "@nestjs/cli": "10.4.5", "@nestjs/schematics": "10.2.2", "@nestjs/testing": "10.4.5", - "@types/express": "4.17.21", + "@types/express": "5.0.0", "@types/jest": "29.5.13", "@types/node": "20.16.13", "@types/supertest": "6.0.2", diff --git a/typescript/graphql-nestjs/package.json b/typescript/graphql-nestjs/package.json index 857226ca0923..f47ed9b69c1c 100644 --- a/typescript/graphql-nestjs/package.json +++ b/typescript/graphql-nestjs/package.json @@ -56,7 +56,7 @@ "@nestjs/cli": "10.4.5", "@nestjs/schematics": "10.2.2", "@nestjs/testing": "10.4.5", - "@types/express": "4.17.21", + "@types/express": "5.0.0", "@types/jest": "29.5.13", "@types/node": "20.16.13", "@types/supertest": "6.0.2", diff --git a/typescript/graphql-subscriptions/package.json b/typescript/graphql-subscriptions/package.json index 5e9ce5f19c93..53bd93458452 100644 --- a/typescript/graphql-subscriptions/package.json +++ b/typescript/graphql-subscriptions/package.json @@ -30,7 +30,7 @@ "devDependencies": { "@types/body-parser": "1.19.5", "@types/cors": "2.8.17", - "@types/express": "4.17.21", + "@types/express": "5.0.0", "@types/node": "20.16.13", "@types/ws": "8.5.12", "prisma": "5.21.1", diff --git a/typescript/postgis-express/package.json b/typescript/postgis-express/package.json index 0c37c9ae7f30..1cfcf7a11657 100644 --- a/typescript/postgis-express/package.json +++ b/typescript/postgis-express/package.json @@ -13,7 +13,7 @@ }, "devDependencies": { "@types/body-parser": "1.19.5", - "@types/express": "4.17.21", + "@types/express": "5.0.0", "@types/jest": "29.5.13", "@types/node": "20.16.13", "@types/supertest": "6.0.2", diff --git a/typescript/rest-express/package.json b/typescript/rest-express/package.json index fef6b8811713..5f813f8ec230 100644 --- a/typescript/rest-express/package.json +++ b/typescript/rest-express/package.json @@ -10,7 +10,7 @@ "express": "4.21.1" }, "devDependencies": { - "@types/express": "4.17.21", + "@types/express": "5.0.0", "@types/node": "20.16.13", "prisma": "5.21.1", "ts-node": "10.9.2", diff --git a/typescript/rest-hapi/package.json b/typescript/rest-hapi/package.json index 1f7327791919..2afd3d20b80b 100644 --- a/typescript/rest-hapi/package.json +++ b/typescript/rest-hapi/package.json @@ -11,7 +11,7 @@ "@types/node": "20.16.13" }, "devDependencies": { - "@types/express": "4.17.21", + "@types/express": "5.0.0", "@types/hapi__hapi": "21.0.0", "@types/node": "20.16.13", "prisma": "5.21.1", diff --git a/typescript/rest-nestjs/package.json b/typescript/rest-nestjs/package.json index 5c74065a612e..59d16c9d59a5 100644 --- a/typescript/rest-nestjs/package.json +++ b/typescript/rest-nestjs/package.json @@ -50,7 +50,7 @@ "@nestjs/cli": "10.4.5", "@nestjs/schematics": "10.2.2", "@nestjs/testing": "10.4.5", - "@types/express": "4.17.21", + "@types/express": "5.0.0", "@types/jest": "29.5.13", "@types/node": "20.16.13", "@types/supertest": "6.0.2", diff --git a/typescript/rest-nextjs-express/backend/package.json b/typescript/rest-nextjs-express/backend/package.json index a30fb45baf28..c9bdc7a1ccb1 100644 --- a/typescript/rest-nextjs-express/backend/package.json +++ b/typescript/rest-nextjs-express/backend/package.json @@ -13,7 +13,7 @@ }, "devDependencies": { "@types/cors": "2.8.17", - "@types/express": "4.17.21", + "@types/express": "5.0.0", "@types/node": "20.16.13", "prisma": "5.21.1", "ts-node": "10.9.2", diff --git a/typescript/testing-express/package.json b/typescript/testing-express/package.json index 421027eb9177..b71ba3906939 100644 --- a/typescript/testing-express/package.json +++ b/typescript/testing-express/package.json @@ -17,7 +17,7 @@ "jest-config": "29.7.0" }, "devDependencies": { - "@types/express": "4.17.21", + "@types/express": "5.0.0", "@types/jest": "29.5.13", "@types/node": "20.16.13", "@types/supertest": "6.0.2",