Skip to content

Commit

Permalink
chore(deps): bump @nestjs/platform-express from 10.4.9 to 10.4.12
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]>
  • Loading branch information
dependabot[bot] authored Dec 2, 2024
1 parent 717932a commit 41f67c3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"@nestjs/cli": "^10.4.7",
"@nestjs/common": "^10.4.9",
"@nestjs/core": "^10.4.7",
"@nestjs/platform-express": "^10.4.9",
"@nestjs/platform-express": "^10.4.12",
"@nestjs/schedule": "^4.1.1",
"@nestjs/typeorm": "^10.0.2",
"@types/node": "^22.9.4",
Expand Down
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2947,19 +2947,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: "npm:1.20.3"
cors: "npm:2.8.5"
express: "npm:4.21.1"
multer: "npm:1.4.4-lts.1"
tslib: "npm:2.7.0"
tslib: "npm:2.8.1"
peerDependencies:
"@nestjs/common": ^10.0.0
"@nestjs/core": ^10.0.0
checksum: 10c0/6cd472a7a7c37904b344f27c0240c09470fb02e00ff04368e792f79ebc43a8c8977c4e74d9cc7020e79accb3cc39cd16a3e6844679196813c3f77264341fe44b
checksum: 10c0/3e8a60ca70df6f8a7e4312deb962f979dcc70417a4a387775a3e7d6a1975c0c40a4ebcd1fa723d6c0c1383381aab4e5d9e3dfb3be39180699fd5a624359777c9
languageName: node
linkType: hard

Expand Down Expand Up @@ -11624,7 +11624,7 @@ __metadata:
"@nestjs/cli": "npm:^10.4.7"
"@nestjs/common": "npm:^10.4.9"
"@nestjs/core": "npm:^10.4.7"
"@nestjs/platform-express": "npm:^10.4.9"
"@nestjs/platform-express": "npm:^10.4.12"
"@nestjs/schedule": "npm:^4.1.1"
"@nestjs/schematics": "npm:^10.2.3"
"@nestjs/testing": "npm:^10.4.12"
Expand Down

0 comments on commit 41f67c3

Please sign in to comment.