Skip to content

Commit

Permalink
libms-npm: bump @nestjs/platform-express in /servers/lib
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.6 to 10.2.7.
- [Release notes](https://github.com/nestjs/nest/releases)
- [Commits](https://github.com/nestjs/nest/commits/v10.2.7/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 Oct 10, 2023
1 parent 73991b0 commit ea9dbcb
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion servers/lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"@nestjs/config": "^3.1.1",
"@nestjs/core": "^10.2.6",
"@nestjs/graphql": "^12.0.9",
"@nestjs/platform-express": "^10.2.6",
"@nestjs/platform-express": "^10.2.7",
"axios": "^1.5.1",
"dotenv": "^16.3.1",
"express": "^4.18.2",
Expand Down
12 changes: 6 additions & 6 deletions servers/lib/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1450,9 +1450,9 @@ __metadata:
languageName: node
linkType: hard

"@nestjs/platform-express@npm:^10.2.6":
version: 10.2.6
resolution: "@nestjs/platform-express@npm:10.2.6"
"@nestjs/platform-express@npm:^10.2.7":
version: 10.2.7
resolution: "@nestjs/platform-express@npm:10.2.7"
dependencies:
body-parser: 1.20.2
cors: 2.8.5
Expand All @@ -1462,7 +1462,7 @@ __metadata:
peerDependencies:
"@nestjs/common": ^10.0.0
"@nestjs/core": ^10.0.0
checksum: b833fcad82fb40b5cdadc7abb8e0f24cecc17d2af2dd79bbcc9e19bc747cd194ba539197ba21350f9fc86a0072ebaf1ef313f8123a4d84ed0a4edbe779f2bc2e
checksum: 34b912591642e86dc666c74c8b3ff10771251d9aa3f3c392525cbdff9b14f770c46e704eb2d9c9e790399a8d2416d25a6bc6fd3577e9ee22caac67acf608a32b
languageName: node
linkType: hard

Expand Down Expand Up @@ -6237,7 +6237,7 @@ __metadata:
"@nestjs/config": ^3.1.1
"@nestjs/core": ^10.2.6
"@nestjs/graphql": ^12.0.9
"@nestjs/platform-express": ^10.2.6
"@nestjs/platform-express": ^10.2.7
"@nestjs/schematics": ^10.0.2
"@nestjs/testing": ^10.2.6
"@types/express": ^4.17.18
Expand Down Expand Up @@ -6268,7 +6268,7 @@ __metadata:
type-graphql: ^2.0.0-beta.3
typescript: ^5.2.2
peerDependencies:
graphql-scalars: "*"
graphql-scalars: ^1.22.2
languageName: unknown
linkType: soft

Expand Down

0 comments on commit ea9dbcb

Please sign in to comment.