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/apollo from 12.0.10 to 12.0.11 in /graphql-server #69

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 @@ -25,7 +25,7 @@
},
"dependencies": {
"@apollo/server": "^4.7.3",
"@nestjs/apollo": "^12.0.7",
"@nestjs/apollo": "^12.0.11",
"@nestjs/cli": "^10.1.7",
"@nestjs/common": "^10.2.7",
"@nestjs/config": "^3.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 @@ -715,7 +715,7 @@ __metadata:
resolution: "@dolt-sql-workbench/graphql-server@workspace:."
dependencies:
"@apollo/server": ^4.7.3
"@nestjs/apollo": ^12.0.7
"@nestjs/apollo": ^12.0.11
"@nestjs/cli": ^10.1.7
"@nestjs/common": ^10.2.7
"@nestjs/config": ^3.1.1
Expand Down Expand Up @@ -1265,9 +1265,9 @@ __metadata:
languageName: node
linkType: hard

"@nestjs/apollo@npm:^12.0.7":
version: 12.0.10
resolution: "@nestjs/apollo@npm:12.0.10"
"@nestjs/apollo@npm:^12.0.11":
version: 12.0.11
resolution: "@nestjs/apollo@npm:12.0.11"
dependencies:
"@apollo/server-plugin-landing-page-graphql-playground": 4.0.0
iterall: 1.3.0
Expand All @@ -1289,7 +1289,7 @@ __metadata:
optional: true
"@as-integrations/fastify":
optional: true
checksum: c99ff4a9422774aa405b43d305bc979b6a24ad94a048e9fed738c3babf0c053a739ee28a4ccc4bf45456b061242bacbf50860d1f5a4d05b074eae944e8b0ae0d
checksum: c166bae4e31e4feedcc346debc1afdb7174a2fc69f0c686481c668f963187fd805c85a2f28e0a892bb00ec5712666471f243907ccc0b04fca2fdb957f2caddfd
languageName: node
linkType: hard

Expand Down
Loading