Skip to content

Commit 88030fa

Browse files
committed
2 parents 9ac8316 + 5b269a7 commit 88030fa

File tree

1 file changed

+19
-9
lines changed

1 file changed

+19
-9
lines changed

basic/server/yarn.lock

+19-9
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@
2929
"@types/express-serve-static-core" "*"
3030
"@types/serve-static" "*"
3131

32-
"@types/graphql@^0.11.8":
33-
version "0.11.8"
34-
resolved "https://registry.yarnpkg.com/@types/graphql/-/graphql-0.11.8.tgz#53ff3604e99db810dd43347f19fcd1c59725a7bb"
32+
"@types/graphql@^0.12.0":
33+
version "0.12.3"
34+
resolved "https://registry.yarnpkg.com/@types/graphql/-/graphql-0.12.3.tgz#c429585aaa4523135e0ab4e12dec72d2d913946f"
3535

3636
"@types/mime@*":
3737
version "2.0.0"
@@ -473,34 +473,40 @@ [email protected], graphql-tools@^2.18.0:
473473
graphql-subscriptions "^0.5.6"
474474
uuid "^3.1.0"
475475

476-
477-
version "1.2.3"
478-
resolved "https://registry.yarnpkg.com/graphql-yoga/-/graphql-yoga-1.2.3.tgz#62889bf7f77e61b441848de3209bf73f762eab4f"
476+
477+
version "1.2.5"
478+
resolved "https://registry.yarnpkg.com/graphql-yoga/-/graphql-yoga-1.2.5.tgz#142d60af6bc1f1486ebfa34a8dd06395da9297c8"
479479
dependencies:
480480
"@types/cors" "^2.8.3"
481481
"@types/express" "^4.0.39"
482-
"@types/graphql" "^0.11.8"
482+
"@types/graphql" "^0.12.0"
483483
"@types/zen-observable" "^0.5.3"
484484
apollo-server-express "^1.3.2"
485485
apollo-server-lambda "1.3.2"
486486
apollo-upload-server "^4.0.0-alpha.1"
487487
body-parser-graphql "1.0.0"
488488
cors "^2.8.4"
489489
express "^4.16.2"
490-
graphql "^0.12.0"
490+
graphql "^0.13.0"
491491
graphql-import "^0.4.1"
492492
graphql-playground-middleware-express "1.5.3"
493493
graphql-playground-middleware-lambda "1.4.0"
494494
graphql-subscriptions "^0.5.6"
495495
graphql-tools "^2.18.0"
496496
subscriptions-transport-ws "^0.9.5"
497497

498-
[email protected], graphql@^0.12.0, graphql@^0.12.3:
498+
[email protected], graphql@^0.12.3:
499499
version "0.12.3"
500500
resolved "https://registry.yarnpkg.com/graphql/-/graphql-0.12.3.tgz#11668458bbe28261c0dcb6e265f515ba79f6ce07"
501501
dependencies:
502502
iterall "1.1.3"
503503

504+
graphql@^0.13.0:
505+
version "0.13.0"
506+
resolved "https://registry.yarnpkg.com/graphql/-/graphql-0.13.0.tgz#d1b44a282279a9ce0a6ec1037329332f4c1079b6"
507+
dependencies:
508+
iterall "1.1.x"
509+
504510
[email protected], http-errors@~1.6.2:
505511
version "1.6.2"
506512
resolved "https://registry.yarnpkg.com/http-errors/-/http-errors-1.6.2.tgz#0a002cc85707192a7e7946ceedc11155f60ec736"
@@ -534,6 +540,10 @@ [email protected], iterall@^1.1.1, iterall@^1.1.3:
534540
version "1.1.3"
535541
resolved "https://registry.yarnpkg.com/iterall/-/iterall-1.1.3.tgz#1cbbff96204056dde6656e2ed2e2226d0e6d72c9"
536542

543+
544+
version "1.1.4"
545+
resolved "https://registry.yarnpkg.com/iterall/-/iterall-1.1.4.tgz#0db40d38fdcf53ae14dc8ec674e62ab190d52cfc"
546+
537547
js-yaml@^3.10.0:
538548
version "3.10.0"
539549
resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-3.10.0.tgz#2e78441646bd4682e963f22b6e92823c309c62dc"

0 commit comments

Comments
 (0)