Skip to content

Commit

Permalink
Bump @nestjs/platform-express from 10.4.9 to 10.4.12 (#655)
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 10.4.9 to 10.4.12.
- [Release notes](https://github.com/nestjs/nest/releases)
- [Commits](https://github.com/nestjs/nest/commits/v10.4.12/packages/platform-express)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 1, 2024
1 parent e85ea07 commit 9694e1c
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 7 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"@nestjs/mapped-types": "*",
"@nestjs/mongoose": "^10.1.0",
"@nestjs/passport": "^10.0.3",
"@nestjs/platform-express": "^10.4.9",
"@nestjs/platform-express": "^10.4.12",
"@nestjs/schedule": "^4.1.1",
"@nestjs/swagger": "^8.0.7",
"axios": "^1.7.8",
Expand Down
19 changes: 13 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1488,19 +1488,19 @@ __metadata:
languageName: node
linkType: hard

"@nestjs/platform-express@npm:^10.4.9":
version: 10.4.9
resolution: "@nestjs/platform-express@npm:10.4.9"
"@nestjs/platform-express@npm:^10.4.12":
version: 10.4.12
resolution: "@nestjs/platform-express@npm:10.4.12"
dependencies:
body-parser: 1.20.3
cors: 2.8.5
express: 4.21.1
multer: 1.4.4-lts.1
tslib: 2.7.0
tslib: 2.8.1
peerDependencies:
"@nestjs/common": ^10.0.0
"@nestjs/core": ^10.0.0
checksum: 7df2ea567161eb4a546f5966c3bf7cc889eb42e4630d26649dabb4388d1d1fc4f5d8b895f1c3cebfa8611874f0076d39561b2e4752d063a283c8cffae83a5193
checksum: 4cfd3716c086ee600f7d2f9f30579695a362b0d1af1529de3592d5c1926b011b700f366d6dc5f9209741e15d81b842ece8117eb7c7bd401020d15ba10f7ecad8
languageName: node
linkType: hard

Expand Down Expand Up @@ -4473,7 +4473,7 @@ __metadata:
"@nestjs/mapped-types": "*"
"@nestjs/mongoose": ^10.1.0
"@nestjs/passport": ^10.0.3
"@nestjs/platform-express": ^10.4.9
"@nestjs/platform-express": ^10.4.12
"@nestjs/schedule": ^4.1.1
"@nestjs/schematics": ^10.2.3
"@nestjs/swagger": ^8.0.7
Expand Down Expand Up @@ -8692,6 +8692,13 @@ __metadata:
languageName: node
linkType: hard

"tslib@npm:2.8.1":
version: 2.8.1
resolution: "tslib@npm:2.8.1"
checksum: e4aba30e632b8c8902b47587fd13345e2827fa639e7c3121074d5ee0880723282411a8838f830b55100cbe4517672f84a2472667d355b81e8af165a55dc6203a
languageName: node
linkType: hard

"tslib@npm:^2.1.0":
version: 2.6.0
resolution: "tslib@npm:2.6.0"
Expand Down

0 comments on commit 9694e1c

Please sign in to comment.