Skip to content

Commit 030ad26

Browse files
renovate-botrenovate[bot]
authored andcommitted
chore(deps): update dependency graphql-yoga to v1.14.3
1 parent 2f2a9dc commit 030ad26

File tree

6 files changed

+42
-30
lines changed

6 files changed

+42
-30
lines changed

advanced/server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
},
99
"dependencies": {
1010
"bcryptjs": "2.4.3",
11-
"graphql-yoga": "1.14.2",
11+
"graphql-yoga": "1.14.3",
1212
"jsonwebtoken": "8.2.1",
1313
"prisma-binding": "1.5.19"
1414
},

advanced/server/yarn.lock

Lines changed: 14 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2316,9 +2316,15 @@ [email protected]:
23162316
dependencies:
23172317
graphql-playground-html "1.5.5"
23182318

2319-
2320-
version "1.6.0"
2321-
resolved "https://registry.yarnpkg.com/graphql-playground-middleware-lambda/-/graphql-playground-middleware-lambda-1.6.0.tgz#5d28c4f0318916fb77c09ee72374cfaeba7c1186"
2319+
2320+
version "1.6.3"
2321+
resolved "https://registry.yarnpkg.com/graphql-playground-middleware-express/-/graphql-playground-middleware-express-1.6.3.tgz#0f75b5b139edb2d1079208af59d158caba2309d1"
2322+
dependencies:
2323+
graphql-playground-html "1.5.5"
2324+
2325+
2326+
version "1.6.1"
2327+
resolved "https://registry.yarnpkg.com/graphql-playground-middleware-lambda/-/graphql-playground-middleware-lambda-1.6.1.tgz#e0f1944558136dd3975570c92c702d6009cc779c"
23222328
dependencies:
23232329
graphql-playground-html "1.5.5"
23242330

@@ -2379,9 +2385,9 @@ graphql-tools@^2.23.1:
23792385
iterall "^1.1.3"
23802386
uuid "^3.1.0"
23812387

2382-
2383-
version "1.14.2"
2384-
resolved "https://registry.yarnpkg.com/graphql-yoga/-/graphql-yoga-1.14.2.tgz#13bea35f6400b5dc6d8ba3b375b532d7a5e16cd5"
2388+
2389+
version "1.14.3"
2390+
resolved "https://registry.yarnpkg.com/graphql-yoga/-/graphql-yoga-1.14.3.tgz#f0be459e1fea2f94b2bc32473803e5e88981f105"
23852391
dependencies:
23862392
"@types/cors" "^2.8.4"
23872393
"@types/express" "^4.11.1"
@@ -2399,8 +2405,8 @@ [email protected]:
23992405
graphql-deduplicator "^2.0.1"
24002406
graphql-import "^0.6.0"
24012407
graphql-middleware "1.2.1"
2402-
graphql-playground-middleware-express "1.6.2"
2403-
graphql-playground-middleware-lambda "1.6.0"
2408+
graphql-playground-middleware-express "1.6.3"
2409+
graphql-playground-middleware-lambda "1.6.1"
24042410
graphql-subscriptions "^0.5.8"
24052411
graphql-tools "^2.23.1"
24062412
subscriptions-transport-ws "^0.9.8"

basic/server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"prisma": "prisma"
88
},
99
"dependencies": {
10-
"graphql-yoga": "1.14.2",
10+
"graphql-yoga": "1.14.3",
1111
"prisma-binding": "1.5.19"
1212
},
1313
"devDependencies": {

basic/server/yarn.lock

Lines changed: 14 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2115,9 +2115,15 @@ [email protected]:
21152115
dependencies:
21162116
graphql-playground-html "1.5.5"
21172117

2118-
2119-
version "1.6.0"
2120-
resolved "https://registry.yarnpkg.com/graphql-playground-middleware-lambda/-/graphql-playground-middleware-lambda-1.6.0.tgz#5d28c4f0318916fb77c09ee72374cfaeba7c1186"
2118+
2119+
version "1.6.3"
2120+
resolved "https://registry.yarnpkg.com/graphql-playground-middleware-express/-/graphql-playground-middleware-express-1.6.3.tgz#0f75b5b139edb2d1079208af59d158caba2309d1"
2121+
dependencies:
2122+
graphql-playground-html "1.5.5"
2123+
2124+
2125+
version "1.6.1"
2126+
resolved "https://registry.yarnpkg.com/graphql-playground-middleware-lambda/-/graphql-playground-middleware-lambda-1.6.1.tgz#e0f1944558136dd3975570c92c702d6009cc779c"
21212127
dependencies:
21222128
graphql-playground-html "1.5.5"
21232129

@@ -2178,9 +2184,9 @@ graphql-tools@^2.23.1:
21782184
iterall "^1.1.3"
21792185
uuid "^3.1.0"
21802186

2181-
2182-
version "1.14.2"
2183-
resolved "https://registry.yarnpkg.com/graphql-yoga/-/graphql-yoga-1.14.2.tgz#13bea35f6400b5dc6d8ba3b375b532d7a5e16cd5"
2187+
2188+
version "1.14.3"
2189+
resolved "https://registry.yarnpkg.com/graphql-yoga/-/graphql-yoga-1.14.3.tgz#f0be459e1fea2f94b2bc32473803e5e88981f105"
21842190
dependencies:
21852191
"@types/cors" "^2.8.4"
21862192
"@types/express" "^4.11.1"
@@ -2198,8 +2204,8 @@ [email protected]:
21982204
graphql-deduplicator "^2.0.1"
21992205
graphql-import "^0.6.0"
22002206
graphql-middleware "1.2.1"
2201-
graphql-playground-middleware-express "1.6.2"
2202-
graphql-playground-middleware-lambda "1.6.0"
2207+
graphql-playground-middleware-express "1.6.3"
2208+
graphql-playground-middleware-lambda "1.6.1"
22032209
graphql-subscriptions "^0.5.8"
22042210
graphql-tools "^2.23.1"
22052211
subscriptions-transport-ws "^0.9.8"

minimal/server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"babel-core": "6.26.3",
1515
"babel-polyfill": "6.26.0",
1616
"babel-preset-es2015": "6.24.1",
17-
"graphql-yoga": "1.14.2",
17+
"graphql-yoga": "1.14.3",
1818
"nodemon": "1.17.5"
1919
}
2020
}

minimal/server/yarn.lock

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1606,15 +1606,15 @@ [email protected]:
16061606
dependencies:
16071607
graphql-config "2.0.0"
16081608

1609-
1610-
version "1.6.2"
1611-
resolved "https://registry.yarnpkg.com/graphql-playground-middleware-express/-/graphql-playground-middleware-express-1.6.2.tgz#3efe103cd222d6cf39e71f70c48be550c47b7a9b"
1609+
1610+
version "1.6.3"
1611+
resolved "https://registry.yarnpkg.com/graphql-playground-middleware-express/-/graphql-playground-middleware-express-1.6.3.tgz#0f75b5b139edb2d1079208af59d158caba2309d1"
16121612
dependencies:
16131613
graphql-playground-html "1.5.5"
16141614

1615-
1616-
version "1.6.0"
1617-
resolved "https://registry.yarnpkg.com/graphql-playground-middleware-lambda/-/graphql-playground-middleware-lambda-1.6.0.tgz#5d28c4f0318916fb77c09ee72374cfaeba7c1186"
1615+
1616+
version "1.6.1"
1617+
resolved "https://registry.yarnpkg.com/graphql-playground-middleware-lambda/-/graphql-playground-middleware-lambda-1.6.1.tgz#e0f1944558136dd3975570c92c702d6009cc779c"
16181618
dependencies:
16191619
graphql-playground-html "1.5.5"
16201620

@@ -1640,9 +1640,9 @@ graphql-tools@^2.23.1:
16401640
iterall "^1.1.3"
16411641
uuid "^3.1.0"
16421642

1643-
1644-
version "1.14.2"
1645-
resolved "https://registry.yarnpkg.com/graphql-yoga/-/graphql-yoga-1.14.2.tgz#13bea35f6400b5dc6d8ba3b375b532d7a5e16cd5"
1643+
1644+
version "1.14.3"
1645+
resolved "https://registry.yarnpkg.com/graphql-yoga/-/graphql-yoga-1.14.3.tgz#f0be459e1fea2f94b2bc32473803e5e88981f105"
16461646
dependencies:
16471647
"@types/cors" "^2.8.4"
16481648
"@types/express" "^4.11.1"
@@ -1660,8 +1660,8 @@ [email protected]:
16601660
graphql-deduplicator "^2.0.1"
16611661
graphql-import "^0.6.0"
16621662
graphql-middleware "1.2.1"
1663-
graphql-playground-middleware-express "1.6.2"
1664-
graphql-playground-middleware-lambda "1.6.0"
1663+
graphql-playground-middleware-express "1.6.3"
1664+
graphql-playground-middleware-lambda "1.6.1"
16651665
graphql-subscriptions "^0.5.8"
16661666
graphql-tools "^2.23.1"
16671667
subscriptions-transport-ws "^0.9.8"

0 commit comments

Comments
 (0)