Skip to content

Commit a04fa23

Browse files
renovate[bot]kbrandwijk
authored andcommitted
chore(deps): update dependency graphql-yoga to v1.1.1 (#21)
1 parent a952f39 commit a04fa23

File tree

2 files changed

+16
-9
lines changed

2 files changed

+16
-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.2.3",
8-
"graphql-yoga": "1.1.0"
8+
"graphql-yoga": "1.1.1"
99
},
1010
"now": {
1111
"alias": "graphql-binding-github"

example/yarn.lock

Lines changed: 15 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -538,6 +538,13 @@ graphql-import@^0.2.0:
538538
graphql "^0.12.3"
539539
lodash "^4.17.4"
540540

541+
graphql-import@^0.3.0:
542+
version "0.3.0"
543+
resolved "https://registry.yarnpkg.com/graphql-import/-/graphql-import-0.3.0.tgz#4eb2c8aabac7fdb535fd1507b565336f4f707a64"
544+
dependencies:
545+
graphql "^0.12.3"
546+
lodash "^4.17.4"
547+
541548
[email protected], graphql-playground-html@^1.3.6:
542549
version "1.4.2"
543550
resolved "https://registry.yarnpkg.com/graphql-playground-html/-/graphql-playground-html-1.4.2.tgz#af97a84ea6cf6ba18e8ff148a6a8b17eef40aa46"
@@ -546,9 +553,9 @@ [email protected], graphql-playground-html@^1.3.6:
546553
graphql-config "^1.1.1"
547554
graphql-config-extension-graphcool "^1.0.0"
548555

549-
550-
version "1.4.3"
551-
resolved "https://registry.yarnpkg.com/graphql-playground-middleware-express/-/graphql-playground-middleware-express-1.4.3.tgz#51e46711fc75b94bcc23b058ea364789a1bda65b"
556+
557+
version "1.4.4"
558+
resolved "https://registry.yarnpkg.com/graphql-playground-middleware-express/-/graphql-playground-middleware-express-1.4.4.tgz#0f8f4d6536fa107fb6fdf1ab970ae898d70a2938"
552559
dependencies:
553560
graphql-playground-html "1.4.2"
554561
graphql-playground-middleware "^1.2.1-beta.6"
@@ -589,9 +596,9 @@ [email protected], graphql-tools@^2.16.0:
589596
graphql-subscriptions "^0.5.6"
590597
uuid "^3.1.0"
591598

592-
593-
version "1.1.0"
594-
resolved "https://registry.yarnpkg.com/graphql-yoga/-/graphql-yoga-1.1.0.tgz#fe3d1447a0f2fd29b8e59753c9b3a5cf1a6f95e6"
599+
600+
version "1.1.1"
601+
resolved "https://registry.yarnpkg.com/graphql-yoga/-/graphql-yoga-1.1.1.tgz#e848a1f4867945a2f4e3d5439d1a2f136801d6f1"
595602
dependencies:
596603
"@types/cors" "^2.8.3"
597604
"@types/express" "^4.0.39"
@@ -605,8 +612,8 @@ [email protected]:
605612
cors "^2.8.4"
606613
express "^4.16.2"
607614
graphql "^0.12.0"
608-
graphql-import "^0.2.0"
609-
graphql-playground-middleware-express "1.4.3"
615+
graphql-import "^0.3.0"
616+
graphql-playground-middleware-express "1.4.4"
610617
graphql-playground-middleware-lambda "1.3.7"
611618
graphql-subscriptions "^0.5.6"
612619
graphql-tools "^2.16.0"

0 commit comments

Comments
 (0)