Skip to content

Commit 59ffc05

Browse files
committed
fix(deps): update dependency graphql to ^0.13.0
1 parent 13c1b2d commit 59ffc05

File tree

2 files changed

+16
-6
lines changed

2 files changed

+16
-6
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,15 +35,15 @@
3535
"dependencies": {
3636
"@types/cors": "^2.8.3",
3737
"@types/express": "^4.0.39",
38-
"@types/graphql": "^0.11.8",
38+
"@types/graphql": "^0.12.0",
3939
"@types/zen-observable": "^0.5.3",
4040
"apollo-server-express": "^1.3.2",
4141
"apollo-server-lambda": "1.3.2",
4242
"apollo-upload-server": "^4.0.0-alpha.1",
4343
"body-parser-graphql": "1.0.0",
4444
"cors": "^2.8.4",
4545
"express": "^4.16.2",
46-
"graphql": "^0.12.0",
46+
"graphql": "^0.13.0",
4747
"graphql-import": "^0.4.1",
4848
"graphql-playground-middleware-express": "1.5.3",
4949
"graphql-playground-middleware-lambda": "1.4.0",

yarn.lock

Lines changed: 14 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,9 @@
3333
"@types/express-serve-static-core" "*"
3434
"@types/serve-static" "*"
3535

36-
"@types/graphql@^0.11.8":
37-
version "0.11.8"
38-
resolved "https://registry.yarnpkg.com/@types/graphql/-/graphql-0.11.8.tgz#53ff3604e99db810dd43347f19fcd1c59725a7bb"
36+
"@types/graphql@^0.12.0":
37+
version "0.12.3"
38+
resolved "https://registry.yarnpkg.com/@types/graphql/-/graphql-0.12.3.tgz#c429585aaa4523135e0ab4e12dec72d2d913946f"
3939

4040
"@types/mime@*":
4141
version "2.0.0"
@@ -502,12 +502,18 @@ graphql-tools@^2.18.0:
502502
graphql-subscriptions "^0.5.6"
503503
uuid "^3.1.0"
504504

505-
graphql@^0.12.0, graphql@^0.12.3:
505+
graphql@^0.12.3:
506506
version "0.12.3"
507507
resolved "https://registry.yarnpkg.com/graphql/-/graphql-0.12.3.tgz#11668458bbe28261c0dcb6e265f515ba79f6ce07"
508508
dependencies:
509509
iterall "1.1.3"
510510

511+
graphql@^0.13.0:
512+
version "0.13.0"
513+
resolved "https://registry.yarnpkg.com/graphql/-/graphql-0.13.0.tgz#d1b44a282279a9ce0a6ec1037329332f4c1079b6"
514+
dependencies:
515+
iterall "1.1.x"
516+
511517
has-ansi@^2.0.0:
512518
version "2.0.0"
513519
resolved "https://registry.yarnpkg.com/has-ansi/-/has-ansi-2.0.0.tgz#34f5049ce1ecdf2b0649af3ef24e45ed35416d91"
@@ -558,6 +564,10 @@ iterall@1.1.3, iterall@^1.1.1, iterall@^1.1.3:
558564
version "1.1.3"
559565
resolved "https://registry.yarnpkg.com/iterall/-/iterall-1.1.3.tgz#1cbbff96204056dde6656e2ed2e2226d0e6d72c9"
560566

567+
iterall@1.1.x:
568+
version "1.1.4"
569+
resolved "https://registry.yarnpkg.com/iterall/-/iterall-1.1.4.tgz#0db40d38fdcf53ae14dc8ec674e62ab190d52cfc"
570+
561571
js-tokens@^3.0.2:
562572
version "3.0.2"
563573
resolved "https://registry.yarnpkg.com/js-tokens/-/js-tokens-3.0.2.tgz#9866df395102130e38f7f996bceb65443209c25b"

0 commit comments

Comments
 (0)