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/terminus from 10.2.0 to 10.2.1 in /graphql-server #115

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 @@ -36,7 +36,7 @@
"@nestjs/graphql": "^12.0.7",
"@nestjs/platform-express": "^10.2.7",
"@nestjs/schematics": "^10.0.1",
"@nestjs/terminus": "^10.2.0",
"@nestjs/terminus": "^10.2.1",
"@nestjs/typeorm": "^10.0.0",
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",
Expand Down
10 changes: 5 additions & 5 deletions graphql-server/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -724,7 +724,7 @@ __metadata:
"@nestjs/graphql": "npm:^12.0.7"
"@nestjs/platform-express": "npm:^10.2.7"
"@nestjs/schematics": "npm:^10.0.1"
"@nestjs/terminus": "npm:^10.2.0"
"@nestjs/terminus": "npm:^10.2.1"
"@nestjs/typeorm": "npm:^10.0.0"
"@types/cookie-parser": "npm:^1"
"@types/cors": "npm:^2"
Expand Down Expand Up @@ -1499,9 +1499,9 @@ __metadata:
languageName: node
linkType: hard

"@nestjs/terminus@npm:^10.2.0":
version: 10.2.0
resolution: "@nestjs/terminus@npm:10.2.0"
"@nestjs/terminus@npm:^10.2.1":
version: 10.2.1
resolution: "@nestjs/terminus@npm:10.2.1"
dependencies:
boxen: "npm:5.1.2"
check-disk-space: "npm:3.4.0"
Expand Down Expand Up @@ -1550,7 +1550,7 @@ __metadata:
optional: true
typeorm:
optional: true
checksum: 83949827ba0afb28f50df176e53ab6b966c2549bd126e5e3a1e2c09914a1b2ffd4717e209ff28b0e431466451cd3ffce469c502a49b3131932d965015ebfee44
checksum: eded64de294f4cba35157e1a62776946c1c2d6dc8fdadb7d2b0534e2e8446f33d74cbf809355ffe15422df505147e0615d3a904e4021c59129cd2a333df7b88a
languageName: node
linkType: hard

Expand Down
Loading