Skip to content

Commit 2887957

Browse files
renovate-botrenovate[bot]
authored andcommitted
Update dependency graphql-yoga to v1.13.0
1 parent 55f6378 commit 2887957

File tree

2 files changed

+14
-4
lines changed

2 files changed

+14
-4
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.12.1"
9+
"graphql-yoga": "1.13.0"
1010
},
1111
"devDependencies": {
1212
"now": "8.5.4"

basic/server/yarn.lock

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,10 @@
4444
"@types/express-serve-static-core" "*"
4545
"@types/serve-static" "*"
4646

47+
"@types/graphql-deduplicator@^2.0.0":
48+
version "2.0.0"
49+
resolved "https://registry.yarnpkg.com/@types/graphql-deduplicator/-/graphql-deduplicator-2.0.0.tgz#9e577b8f3feb3d067b0ca756f4a1fb356d533922"
50+
4751
"@types/graphql@^0.13.0":
4852
version "0.13.0"
4953
resolved "https://registry.yarnpkg.com/@types/graphql/-/graphql-0.13.0.tgz#78a33a7f429a06a64714817d9130d578e0f35ecb"
@@ -485,6 +489,10 @@ graphql-config@2.0.0:
485489
lodash "^4.17.4"
486490
minimatch "^3.0.4"
487491

492+
graphql-deduplicator@^2.0.1:
493+
version "2.0.1"
494+
resolved "https://registry.yarnpkg.com/graphql-deduplicator/-/graphql-deduplicator-2.0.1.tgz#20c6b39e3a6f096b46dfc8491432818739c0ee37"
495+
488496
graphql-extensions@^0.0.x:
489497
version "0.0.5"
490498
resolved "https://registry.yarnpkg.com/graphql-extensions/-/graphql-extensions-0.0.5.tgz#63bc4a3fd31aab12bfadf783cbc038a9a6937cf0"
@@ -575,13 +583,14 @@ graphql-tools@^2.23.1:
575583
iterall "^1.1.3"
576584
uuid "^3.1.0"
577585

578-
graphql-yoga@1.12.1:
579-
version "1.12.1"
580-
resolved "https://registry.yarnpkg.com/graphql-yoga/-/graphql-yoga-1.12.1.tgz#75959677f7fa9b391eb878fef64306ff346d0a7a"
586+
graphql-yoga@1.13.0:
587+
version "1.13.0"
588+
resolved "https://registry.yarnpkg.com/graphql-yoga/-/graphql-yoga-1.13.0.tgz#b89061a5e1c147de290b1ada480b5276e5db880e"
581589
dependencies:
582590
"@types/cors" "^2.8.4"
583591
"@types/express" "^4.11.1"
584592
"@types/graphql" "^0.13.0"
593+
"@types/graphql-deduplicator" "^2.0.0"
585594
"@types/zen-observable" "^0.5.3"
586595
apollo-server-express "^1.3.6"
587596
apollo-server-lambda "1.3.6"
@@ -591,6 +600,7 @@ graphql-yoga@1.12.1:
591600
cors "^2.8.4"
592601
express "^4.16.3"
593602
graphql "^0.11.0 || ^0.12.0 || ^0.13.0"
603+
graphql-deduplicator "^2.0.1"
594604
graphql-import "^0.5.0"
595605
graphql-middleware "^1.1.0"
596606
graphql-playground-middleware-express "1.6.1"

0 commit comments

Comments
 (0)