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/common from 10.3.7 to 10.3.8 in /graphql-server #189

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 @@ -30,7 +30,7 @@
"@dolthub/web-utils": "^0.1.2",
"@nestjs/apollo": "^12.1.0",
"@nestjs/cli": "^10.3.2",
"@nestjs/common": "^10.3.7",
"@nestjs/common": "^10.3.8",
"@nestjs/config": "^3.2.1",
"@nestjs/core": "^10.3.8",
"@nestjs/graphql": "^12.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 @@ -709,7 +709,7 @@ __metadata:
"@dolthub/web-utils": "npm:^0.1.2"
"@nestjs/apollo": "npm:^12.1.0"
"@nestjs/cli": "npm:^10.3.2"
"@nestjs/common": "npm:^10.3.7"
"@nestjs/common": "npm:^10.3.8"
"@nestjs/config": "npm:^3.2.1"
"@nestjs/core": "npm:^10.3.8"
"@nestjs/graphql": "npm:^12.1.1"
Expand Down Expand Up @@ -1358,9 +1358,9 @@ __metadata:
languageName: node
linkType: hard

"@nestjs/common@npm:^10.3.7":
version: 10.3.7
resolution: "@nestjs/common@npm:10.3.7"
"@nestjs/common@npm:^10.3.8":
version: 10.3.8
resolution: "@nestjs/common@npm:10.3.8"
dependencies:
iterare: "npm:1.2.1"
tslib: "npm:2.6.2"
Expand All @@ -1375,7 +1375,7 @@ __metadata:
optional: true
class-validator:
optional: true
checksum: d25fba11d553f32a1c80e16da85ff05739eba5678d752feac159ba4ff6c4129d254bd289c95d64106e5c13d78e716a1f3673e6db7897bbcd569fbef49d4f9ec0
checksum: 732985cd72f37afc155e1704261a01caf417a655224bc0618ed94a603ac167d4e194acbc7c5443701483804a18de3112f24d664db11343d08052a8996c9aa116
languageName: node
linkType: hard

Expand Down
Loading