Skip to content

Commit

Permalink
chore(deps): update dependency @types/express to v5 (#3472)
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 Nov 11, 2024
1 parent 960cd73 commit 0670900
Show file tree
Hide file tree
Showing 4 changed files with 30 additions and 10 deletions.
2 changes: 1 addition & 1 deletion examples/express-helmet/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"start": "ts-node src/index.ts"
},
"dependencies": {
"@types/express": "^4.17.13",
"@types/express": "^5.0.0",
"express": "^4.17.1",
"graphql-yoga": "workspace:*",
"helmet": "^7.0.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/express/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"start": "ts-node src/index.ts"
},
"dependencies": {
"@types/express": "^4.17.13",
"@types/express": "^5.0.0",
"express": "^4.17.1",
"graphql-yoga": "workspace:*",
"supertest": "^7.0.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/nestjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"@nestjs/platform-fastify": "^10.0.0",
"@nestjs/testing": "^10.0.0",
"@swc/core": "^1.3.35",
"@types/express": "^4.17.17",
"@types/express": "^5.0.0",
"@types/glob": "^8.0.1",
"@types/ws": "^8.5.4",
"@whatwg-node/fetch": "^0.9.22",
Expand Down
34 changes: 27 additions & 7 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 0670900

Please sign in to comment.