Skip to content

Commit

Permalink
Bump @nestjs/platform-express from 9.4.3 to 10.4.5
Browse files Browse the repository at this point in the history
Bumps [@nestjs/platform-express](https://github.com/nestjs/nest/tree/HEAD/packages/platform-express) from 9.4.3 to 10.4.5.
- [Release notes](https://github.com/nestjs/nest/releases)
- [Commits](https://github.com/nestjs/nest/commits/v10.4.5/packages/platform-express)

---
updated-dependencies:
- dependency-name: "@nestjs/platform-express"
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 21, 2024
1 parent a3875b6 commit 390c7b4
Show file tree
Hide file tree
Showing 4 changed files with 153 additions and 101 deletions.
2 changes: 1 addition & 1 deletion analytics-service/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"@nestjs/core": "^9.4.1",
"@nestjs/jwt": "^10.0.3",
"@nestjs/microservices": "^9.4.1",
"@nestjs/platform-express": "^9.4.2",
"@nestjs/platform-express": "^10.4.5",
"@nestjs/swagger": "^6.3.0",
"@types/express-fileupload": "^1.4.1",
"class-transformer": "^0.5.1",
Expand Down
2 changes: 1 addition & 1 deletion api-gateway/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"@nestjs/core": "^9.4.1",
"@nestjs/jwt": "^10.0.3",
"@nestjs/microservices": "^9.4.1",
"@nestjs/platform-express": "^9.4.2",
"@nestjs/platform-express": "^10.4.5",
"@nestjs/platform-fastify": "^9.4.2",
"@nestjs/swagger": "^6.3.0",
"@types/express-fileupload": "^1.4.1",
Expand Down
2 changes: 1 addition & 1 deletion indexer-api-gateway/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"@nestjs/core": "^9.4.1",
"@nestjs/microservices": "^9.4.1",
"@nestjs/jwt": "^10.0.3",
"@nestjs/platform-express": "^9.4.2",
"@nestjs/platform-express": "^10.4.5",
"@nestjs/swagger": "^6.3.0",
"@types/express-fileupload": "^1.4.1",
"async-mutex": "^0.4.0",
Expand Down
Loading

0 comments on commit 390c7b4

Please sign in to comment.