Skip to content

Commit

Permalink
chore(deps): update dependency @types/express to v5 (#6748)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Oct 21, 2024
1 parent ec20a00 commit 388ea82
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion optimize/starter/packages/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion pulse/fullstack-simple-chat/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion typescript/graphql-nestjs-sdl-first/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion typescript/graphql-nestjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion typescript/graphql-subscriptions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion typescript/postgis-express/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion typescript/rest-express/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion typescript/rest-hapi/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion typescript/rest-nestjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion typescript/rest-nextjs-express/backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion typescript/testing-express/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 388ea82

Please sign in to comment.