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.1.1 to 10.2.0 in /graphql-server #94

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 @@ -33,7 +33,7 @@
"@nestjs/graphql": "^12.0.7",
"@nestjs/platform-express": "^10.2.7",
"@nestjs/schematics": "^10.0.1",
"@nestjs/terminus": "^10.0.1",
"@nestjs/terminus": "^10.2.0",
"@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 @@ -723,7 +723,7 @@ __metadata:
"@nestjs/graphql": ^12.0.7
"@nestjs/platform-express": ^10.2.7
"@nestjs/schematics": ^10.0.1
"@nestjs/terminus": ^10.0.1
"@nestjs/terminus": ^10.2.0
"@nestjs/typeorm": ^10.0.0
"@types/cookie-parser": ^1
"@types/cors": ^2
Expand Down Expand Up @@ -1488,9 +1488,9 @@ __metadata:
languageName: node
linkType: hard

"@nestjs/terminus@npm:^10.0.1":
version: 10.1.1
resolution: "@nestjs/terminus@npm:10.1.1"
"@nestjs/terminus@npm:^10.2.0":
version: 10.2.0
resolution: "@nestjs/terminus@npm:10.2.0"
dependencies:
boxen: 5.1.2
check-disk-space: 3.4.0
Expand Down Expand Up @@ -1539,7 +1539,7 @@ __metadata:
optional: true
typeorm:
optional: true
checksum: 62e8707b16e86500cd94415188c7b303eed18cf216951e207693ba917965241c7e2130e982d48fc481ceafed8ed998b2e71f1866f1097541b067a39d51cd84a0
checksum: 16e060b56d4e655ba80a397cf45727a15df4537ab1531e1a1b54be02ff0f03c1101904c68783d9dfbd284fff464131677a8f3989b54bff620edcdfdb99b36adc
languageName: node
linkType: hard

Expand Down
Loading