Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): bump @nestjs/core from 10.3.7 to 10.3.8 in /graphql-server #179

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion graphql-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"@nestjs/cli": "^10.3.2",
"@nestjs/common": "^10.3.7",
"@nestjs/config": "^3.2.1",
"@nestjs/core": "^10.3.7",
"@nestjs/core": "^10.3.8",
"@nestjs/graphql": "^12.1.1",
"@nestjs/platform-express": "^10.3.7",
"@nestjs/schematics": "^10.1.1",
Expand Down
10 changes: 5 additions & 5 deletions graphql-server/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -711,7 +711,7 @@ __metadata:
"@nestjs/cli": "npm:^10.3.2"
"@nestjs/common": "npm:^10.3.7"
"@nestjs/config": "npm:^3.2.1"
"@nestjs/core": "npm:^10.3.7"
"@nestjs/core": "npm:^10.3.8"
"@nestjs/graphql": "npm:^12.1.1"
"@nestjs/platform-express": "npm:^10.3.7"
"@nestjs/schematics": "npm:^10.1.1"
Expand Down Expand Up @@ -1394,9 +1394,9 @@ __metadata:
languageName: node
linkType: hard

"@nestjs/core@npm:^10.3.7":
version: 10.3.7
resolution: "@nestjs/core@npm:10.3.7"
"@nestjs/core@npm:^10.3.8":
version: 10.3.8
resolution: "@nestjs/core@npm:10.3.8"
dependencies:
"@nuxtjs/opencollective": "npm:0.3.2"
fast-safe-stringify: "npm:2.1.1"
Expand All @@ -1418,7 +1418,7 @@ __metadata:
optional: true
"@nestjs/websockets":
optional: true
checksum: 961cf1b0f157cd8f9aaab3bfe4d2247f41e104a5b1c669764146061915d8206a261cf1833deb5bf37d35d97c74a5288f0de092a5ce247dab34b7ad39e7910d03
checksum: 2133b49d00d730edc3b3b00678d002549851f453d8d7a9d73c07c269da5bbc14ae56f913cdcfefad0ff6f96adaed51769d8f57f461380072dac2b41d5ebacc8d
languageName: node
linkType: hard

Expand Down
Loading