Skip to content

Commit bf95a4e

Browse files
renovate-botrenovate[bot]
authored andcommitted
chore(deps): update dependency graphql-yoga to v1.13.0
1 parent bdc5e37 commit bf95a4e

File tree

2 files changed

+14
-4
lines changed

2 files changed

+14
-4
lines changed

example/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
},
66
"dependencies": {
77
"graphql-binding-github": "0.3.22",
8-
"graphql-yoga": "1.12.1"
8+
"graphql-yoga": "1.13.0"
99
},
1010
"now": {
1111
"alias": "graphql-binding-github"

example/yarn.lock

+13-3
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,10 @@
4848
"@types/express-serve-static-core" "*"
4949
"@types/serve-static" "*"
5050

51+
"@types/graphql-deduplicator@^2.0.0":
52+
version "2.0.0"
53+
resolved "https://registry.yarnpkg.com/@types/graphql-deduplicator/-/graphql-deduplicator-2.0.0.tgz#9e577b8f3feb3d067b0ca756f4a1fb356d533922"
54+
5155
5256
version "0.12.6"
5357
resolved "https://registry.yarnpkg.com/@types/graphql/-/graphql-0.12.6.tgz#3d619198585fcabe5f4e1adfb5cf5f3388c66c13"
@@ -471,6 +475,10 @@ [email protected]:
471475
lodash "^4.17.4"
472476
minimatch "^3.0.4"
473477

478+
graphql-deduplicator@^2.0.1:
479+
version "2.0.1"
480+
resolved "https://registry.yarnpkg.com/graphql-deduplicator/-/graphql-deduplicator-2.0.1.tgz#20c6b39e3a6f096b46dfc8491432818739c0ee37"
481+
474482
graphql-extensions@^0.0.x:
475483
version "0.0.5"
476484
resolved "https://registry.yarnpkg.com/graphql-extensions/-/graphql-extensions-0.0.5.tgz#63bc4a3fd31aab12bfadf783cbc038a9a6937cf0"
@@ -547,13 +555,14 @@ graphql-tools@^2.23.1:
547555
iterall "^1.1.3"
548556
uuid "^3.1.0"
549557

550-
graphql-yoga@1.12.1:
551-
version "1.12.1"
552-
resolved "https://registry.yarnpkg.com/graphql-yoga/-/graphql-yoga-1.12.1.tgz#75959677f7fa9b391eb878fef64306ff346d0a7a"
558+
graphql-yoga@1.13.0:
559+
version "1.13.0"
560+
resolved "https://registry.yarnpkg.com/graphql-yoga/-/graphql-yoga-1.13.0.tgz#b89061a5e1c147de290b1ada480b5276e5db880e"
553561
dependencies:
554562
"@types/cors" "^2.8.4"
555563
"@types/express" "^4.11.1"
556564
"@types/graphql" "^0.13.0"
565+
"@types/graphql-deduplicator" "^2.0.0"
557566
"@types/zen-observable" "^0.5.3"
558567
apollo-server-express "^1.3.6"
559568
apollo-server-lambda "1.3.6"
@@ -563,6 +572,7 @@ [email protected]:
563572
cors "^2.8.4"
564573
express "^4.16.3"
565574
graphql "^0.11.0 || ^0.12.0 || ^0.13.0"
575+
graphql-deduplicator "^2.0.1"
566576
graphql-import "^0.5.0"
567577
graphql-middleware "^1.1.0"
568578
graphql-playground-middleware-express "1.6.1"

0 commit comments

Comments
 (0)