Skip to content

Commit 4492a82

Browse files
renovate-botrenovate[bot]
authored andcommitted
chore(deps): update dependency graphql-yoga to v1.14.5
1 parent dcdfeef commit 4492a82

File tree

2 files changed

+19
-9
lines changed

2 files changed

+19
-9
lines changed

example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
},
66
"dependencies": {
77
"graphql-binding-github": "0.3.23",
8-
"graphql-yoga": "1.14.4"
8+
"graphql-yoga": "1.14.5"
99
},
1010
"now": {
1111
"alias": "graphql-binding-github"

example/yarn.lock

Lines changed: 18 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -499,11 +499,11 @@ graphql-import@^0.6.0:
499499
dependencies:
500500
lodash "^4.17.4"
501501

502-
503-
version "1.2.3"
504-
resolved "https://registry.yarnpkg.com/graphql-middleware/-/graphql-middleware-1.2.3.tgz#45efbb5adf376def7bcb377d301079e4683ef712"
502+
503+
version "1.2.4"
504+
resolved "https://registry.yarnpkg.com/graphql-middleware/-/graphql-middleware-1.2.4.tgz#bd333c47e07801689f515892c8e0426b60bf72c2"
505505
dependencies:
506-
graphql-tools "^2.23.1"
506+
graphql-tools "^3.0.2"
507507

508508
509509
version "1.5.5"
@@ -565,9 +565,19 @@ graphql-tools@^2.23.1:
565565
iterall "^1.1.3"
566566
uuid "^3.1.0"
567567

568-
569-
version "1.14.4"
570-
resolved "https://registry.yarnpkg.com/graphql-yoga/-/graphql-yoga-1.14.4.tgz#34bb621c47a6c13083ed8e87bf20b6337285aa95"
568+
graphql-tools@^3.0.2:
569+
version "3.0.2"
570+
resolved "https://registry.yarnpkg.com/graphql-tools/-/graphql-tools-3.0.2.tgz#fb79821c23b0f5d11d842c4d0c15000d856c6c8c"
571+
dependencies:
572+
apollo-link "1.2.1"
573+
apollo-utilities "^1.0.1"
574+
deprecated-decorator "^0.1.6"
575+
iterall "^1.1.3"
576+
uuid "^3.1.0"
577+
578+
579+
version "1.14.5"
580+
resolved "https://registry.yarnpkg.com/graphql-yoga/-/graphql-yoga-1.14.5.tgz#a41e1786b195f55c875df44b7a24d9206ced89e7"
571581
dependencies:
572582
"@types/cors" "^2.8.4"
573583
"@types/express" "^4.11.1"
@@ -584,7 +594,7 @@ [email protected]:
584594
graphql "^0.11.0 || ^0.12.0 || ^0.13.0"
585595
graphql-deduplicator "^2.0.1"
586596
graphql-import "^0.6.0"
587-
graphql-middleware "1.2.3"
597+
graphql-middleware "1.2.4"
588598
graphql-playground-middleware-express "1.6.3"
589599
graphql-playground-middleware-lambda "1.6.1"
590600
graphql-subscriptions "^0.5.8"

0 commit comments

Comments
 (0)