Skip to content

Commit

Permalink
Bump @nestjs/platform-express from 10.2.0 to 10.2.2 (#183)
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.2.0 to 10.2.2.
- [Release notes](https://github.com/nestjs/nest/releases)
- [Commits](https://github.com/nestjs/nest/commits/v10.2.2/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 Aug 29, 2023
1 parent bed08dc commit 5facc89
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.0.1",
"@nestjs/passport": "^10.0.1",
"@nestjs/platform-express": "^10.2.0",
"@nestjs/platform-express": "^10.2.2",
"@nestjs/schedule": "^3.0.3",
"@nestjs/swagger": "^7.1.8",
"axios": "^1.5.0",
Expand Down
19 changes: 13 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1137,19 +1137,19 @@ __metadata:
languageName: node
linkType: hard

"@nestjs/platform-express@npm:^10.2.0":
version: 10.2.0
resolution: "@nestjs/platform-express@npm:10.2.0"
"@nestjs/platform-express@npm:^10.2.2":
version: 10.2.2
resolution: "@nestjs/platform-express@npm:10.2.2"
dependencies:
body-parser: 1.20.2
cors: 2.8.5
express: 4.18.2
multer: 1.4.4-lts.1
tslib: 2.6.1
tslib: 2.6.2
peerDependencies:
"@nestjs/common": ^10.0.0
"@nestjs/core": ^10.0.0
checksum: b6453f8dfe1f7b7b90550241b5aa99d674cc071e9d6f4e3028bd83d8fd5a3ed4c25940f3d46e0b67e17a5b2dae68659565fe51927e1aaf27a9c17af2f78cf074
checksum: 9a6e513bed53f73573eeb9a0f87d3c13625ae325b22ad925648f7efd70e8426c59d8d28a87bf63b18b4f77443c71016d760b997027c6714d494e3e54c0b06cff
languageName: node
linkType: hard

Expand Down Expand Up @@ -4011,7 +4011,7 @@ __metadata:
"@nestjs/mapped-types": "*"
"@nestjs/mongoose": ^10.0.1
"@nestjs/passport": ^10.0.1
"@nestjs/platform-express": ^10.2.0
"@nestjs/platform-express": ^10.2.2
"@nestjs/schedule": ^3.0.3
"@nestjs/schematics": ^10.0.2
"@nestjs/swagger": ^7.1.8
Expand Down Expand Up @@ -8076,6 +8076,13 @@ __metadata:
languageName: node
linkType: hard

"tslib@npm:2.6.2":
version: 2.6.2
resolution: "tslib@npm:2.6.2"
checksum: 329ea56123005922f39642318e3d1f0f8265d1e7fcb92c633e0809521da75eeaca28d2cf96d7248229deb40e5c19adf408259f4b9640afd20d13aecc1430f3ad
languageName: node
linkType: hard

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

0 comments on commit 5facc89

Please sign in to comment.