Skip to content

Commit 6e6f1ba

Browse files
renovate-botrenovate[bot]
authored andcommitted
Update dependency graphql-yoga to v1.3.2
1 parent 38c4f59 commit 6e6f1ba

File tree

2 files changed

+9
-13
lines changed

2 files changed

+9
-13
lines changed

basic/server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
},
77
"dependencies": {
88
"graphcool-binding": "1.3.5",
9-
"graphql-yoga": "1.3.1"
9+
"graphql-yoga": "1.3.2"
1010
},
1111
"devDependencies": {
1212
"now": "8.5.4"

basic/server/yarn.lock

Lines changed: 8 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -428,10 +428,6 @@ graphql-import@^0.4.0, graphql-import@^0.4.1:
428428
graphql "^0.12.3"
429429
lodash "^4.17.4"
430430

431-
432-
version "1.5.0"
433-
resolved "https://registry.yarnpkg.com/graphql-playground-html/-/graphql-playground-html-1.5.0.tgz#bfe1a53e8e7df563bdbd20077e0ac6bf9aaf0f64"
434-
435431
436432
version "1.5.4"
437433
resolved "https://registry.yarnpkg.com/graphql-playground-html/-/graphql-playground-html-1.5.4.tgz#82752ec4ee36c62d64ccebf7d3ca47477c213bb6"
@@ -444,11 +440,11 @@ [email protected]:
444440
dependencies:
445441
graphql-playground-html "1.5.4"
446442

447-
448-
version "1.4.0"
449-
resolved "https://registry.yarnpkg.com/graphql-playground-middleware-lambda/-/graphql-playground-middleware-lambda-1.4.0.tgz#6fc450b16b67f8e9a9c41bd108cb9a4fa75abd27"
443+
444+
version "1.4.2"
445+
resolved "https://registry.yarnpkg.com/graphql-playground-middleware-lambda/-/graphql-playground-middleware-lambda-1.4.2.tgz#6954ed6e7166049468287d730810942e288b5b98"
450446
dependencies:
451-
graphql-playground-html "1.5.0"
447+
graphql-playground-html "1.5.4"
452448

453449
graphql-request@^1.4.0:
454450
version "1.4.0"
@@ -473,9 +469,9 @@ [email protected], graphql-tools@^2.18.0:
473469
graphql-subscriptions "^0.5.6"
474470
uuid "^3.1.0"
475471

476-
477-
version "1.3.1"
478-
resolved "https://registry.yarnpkg.com/graphql-yoga/-/graphql-yoga-1.3.1.tgz#588b57827f8f72eae1c752f16745044f5ef6a95c"
472+
473+
version "1.3.2"
474+
resolved "https://registry.yarnpkg.com/graphql-yoga/-/graphql-yoga-1.3.2.tgz#1d50f95054c2337c85f3a1817070c65954295d3f"
479475
dependencies:
480476
"@types/cors" "^2.8.3"
481477
"@types/express" "^4.0.39"
@@ -490,7 +486,7 @@ [email protected]:
490486
graphql "^0.13.0"
491487
graphql-import "^0.4.1"
492488
graphql-playground-middleware-express "1.5.6"
493-
graphql-playground-middleware-lambda "1.4.0"
489+
graphql-playground-middleware-lambda "1.4.2"
494490
graphql-subscriptions "^0.5.6"
495491
graphql-tools "^2.18.0"
496492
subscriptions-transport-ws "^0.9.5"

0 commit comments

Comments
 (0)