Skip to content

Commit 1b2e589

Browse files
renovate-botrenovate[bot]
authored andcommitted
chore(deps): update dependency graphql-yoga to v1.14.0
1 parent 894e8f3 commit 1b2e589

File tree

6 files changed

+30
-42
lines changed

6 files changed

+30
-42
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.13.1",
11+
"graphql-yoga": "1.14.0",
1212
"jsonwebtoken": "8.2.1",
1313
"prisma-binding": "1.5.19"
1414
},

advanced/server/yarn.lock

Lines changed: 8 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -2310,21 +2310,15 @@ [email protected]:
23102310
dependencies:
23112311
graphql-playground-html "1.5.5"
23122312

2313-
2314-
version "1.6.1"
2315-
resolved "https://registry.yarnpkg.com/graphql-playground-middleware-express/-/graphql-playground-middleware-express-1.6.1.tgz#d6287d124a1c55845a52a7d727c371da99cdf0b0"
2316-
dependencies:
2317-
graphql-playground-html "1.5.5"
2318-
23192313
23202314
version "1.6.2"
23212315
resolved "https://registry.yarnpkg.com/graphql-playground-middleware-express/-/graphql-playground-middleware-express-1.6.2.tgz#3efe103cd222d6cf39e71f70c48be550c47b7a9b"
23222316
dependencies:
23232317
graphql-playground-html "1.5.5"
23242318

2325-
graphql-playground-middleware-lambda@1.5.1:
2326-
version "1.5.1"
2327-
resolved "https://registry.yarnpkg.com/graphql-playground-middleware-lambda/-/graphql-playground-middleware-lambda-1.5.1.tgz#ebe48d421490e12ba27872fc1ffb275eade9c0a3"
2319+
graphql-playground-middleware-lambda@1.6.0:
2320+
version "1.6.0"
2321+
resolved "https://registry.yarnpkg.com/graphql-playground-middleware-lambda/-/graphql-playground-middleware-lambda-1.6.0.tgz#5d28c4f0318916fb77c09ee72374cfaeba7c1186"
23282322
dependencies:
23292323
graphql-playground-html "1.5.5"
23302324

@@ -2385,9 +2379,9 @@ graphql-tools@^2.23.1:
23852379
iterall "^1.1.3"
23862380
uuid "^3.1.0"
23872381

2388-
graphql-yoga@1.13.1:
2389-
version "1.13.1"
2390-
resolved "https://registry.yarnpkg.com/graphql-yoga/-/graphql-yoga-1.13.1.tgz#3e0ff7253726542ce419b37a7e24148ed6653a35"
2382+
graphql-yoga@1.14.0:
2383+
version "1.14.0"
2384+
resolved "https://registry.yarnpkg.com/graphql-yoga/-/graphql-yoga-1.14.0.tgz#60906d0c8cf34df44df0c3da9036eb13b4315530"
23912385
dependencies:
23922386
"@types/cors" "^2.8.4"
23932387
"@types/express" "^4.11.1"
@@ -2405,8 +2399,8 @@ [email protected]:
24052399
graphql-deduplicator "^2.0.1"
24062400
graphql-import "^0.5.0"
24072401
graphql-middleware "^1.1.0"
2408-
graphql-playground-middleware-express "1.6.1"
2409-
graphql-playground-middleware-lambda "1.5.1"
2402+
graphql-playground-middleware-express "1.6.2"
2403+
graphql-playground-middleware-lambda "1.6.0"
24102404
graphql-subscriptions "^0.5.8"
24112405
graphql-tools "^2.23.1"
24122406
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.13.1",
10+
"graphql-yoga": "1.14.0",
1111
"prisma-binding": "1.5.19"
1212
},
1313
"devDependencies": {

basic/server/yarn.lock

Lines changed: 8 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -2109,21 +2109,15 @@ [email protected]:
21092109
dependencies:
21102110
graphql-playground-html "1.5.5"
21112111

2112-
2113-
version "1.6.1"
2114-
resolved "https://registry.yarnpkg.com/graphql-playground-middleware-express/-/graphql-playground-middleware-express-1.6.1.tgz#d6287d124a1c55845a52a7d727c371da99cdf0b0"
2115-
dependencies:
2116-
graphql-playground-html "1.5.5"
2117-
21182112
21192113
version "1.6.2"
21202114
resolved "https://registry.yarnpkg.com/graphql-playground-middleware-express/-/graphql-playground-middleware-express-1.6.2.tgz#3efe103cd222d6cf39e71f70c48be550c47b7a9b"
21212115
dependencies:
21222116
graphql-playground-html "1.5.5"
21232117

2124-
graphql-playground-middleware-lambda@1.5.1:
2125-
version "1.5.1"
2126-
resolved "https://registry.yarnpkg.com/graphql-playground-middleware-lambda/-/graphql-playground-middleware-lambda-1.5.1.tgz#ebe48d421490e12ba27872fc1ffb275eade9c0a3"
2118+
graphql-playground-middleware-lambda@1.6.0:
2119+
version "1.6.0"
2120+
resolved "https://registry.yarnpkg.com/graphql-playground-middleware-lambda/-/graphql-playground-middleware-lambda-1.6.0.tgz#5d28c4f0318916fb77c09ee72374cfaeba7c1186"
21272121
dependencies:
21282122
graphql-playground-html "1.5.5"
21292123

@@ -2184,9 +2178,9 @@ graphql-tools@^2.23.1:
21842178
iterall "^1.1.3"
21852179
uuid "^3.1.0"
21862180

2187-
graphql-yoga@1.13.1:
2188-
version "1.13.1"
2189-
resolved "https://registry.yarnpkg.com/graphql-yoga/-/graphql-yoga-1.13.1.tgz#3e0ff7253726542ce419b37a7e24148ed6653a35"
2181+
graphql-yoga@1.14.0:
2182+
version "1.14.0"
2183+
resolved "https://registry.yarnpkg.com/graphql-yoga/-/graphql-yoga-1.14.0.tgz#60906d0c8cf34df44df0c3da9036eb13b4315530"
21902184
dependencies:
21912185
"@types/cors" "^2.8.4"
21922186
"@types/express" "^4.11.1"
@@ -2204,8 +2198,8 @@ [email protected]:
22042198
graphql-deduplicator "^2.0.1"
22052199
graphql-import "^0.5.0"
22062200
graphql-middleware "^1.1.0"
2207-
graphql-playground-middleware-express "1.6.1"
2208-
graphql-playground-middleware-lambda "1.5.1"
2201+
graphql-playground-middleware-express "1.6.2"
2202+
graphql-playground-middleware-lambda "1.6.0"
22092203
graphql-subscriptions "^0.5.8"
22102204
graphql-tools "^2.23.1"
22112205
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.13.1",
17+
"graphql-yoga": "1.14.0",
1818
"nodemon": "1.17.4"
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.1"
1611-
resolved "https://registry.yarnpkg.com/graphql-playground-middleware-express/-/graphql-playground-middleware-express-1.6.1.tgz#d6287d124a1c55845a52a7d727c371da99cdf0b0"
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"
16121612
dependencies:
16131613
graphql-playground-html "1.5.5"
16141614

1615-
graphql-playground-middleware-lambda@1.5.1:
1616-
version "1.5.1"
1617-
resolved "https://registry.yarnpkg.com/graphql-playground-middleware-lambda/-/graphql-playground-middleware-lambda-1.5.1.tgz#ebe48d421490e12ba27872fc1ffb275eade9c0a3"
1615+
graphql-playground-middleware-lambda@1.6.0:
1616+
version "1.6.0"
1617+
resolved "https://registry.yarnpkg.com/graphql-playground-middleware-lambda/-/graphql-playground-middleware-lambda-1.6.0.tgz#5d28c4f0318916fb77c09ee72374cfaeba7c1186"
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-
graphql-yoga@1.13.1:
1644-
version "1.13.1"
1645-
resolved "https://registry.yarnpkg.com/graphql-yoga/-/graphql-yoga-1.13.1.tgz#3e0ff7253726542ce419b37a7e24148ed6653a35"
1643+
graphql-yoga@1.14.0:
1644+
version "1.14.0"
1645+
resolved "https://registry.yarnpkg.com/graphql-yoga/-/graphql-yoga-1.14.0.tgz#60906d0c8cf34df44df0c3da9036eb13b4315530"
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.5.0"
16621662
graphql-middleware "^1.1.0"
1663-
graphql-playground-middleware-express "1.6.1"
1664-
graphql-playground-middleware-lambda "1.5.1"
1663+
graphql-playground-middleware-express "1.6.2"
1664+
graphql-playground-middleware-lambda "1.6.0"
16651665
graphql-subscriptions "^0.5.8"
16661666
graphql-tools "^2.23.1"
16671667
subscriptions-transport-ws "^0.9.8"

0 commit comments

Comments
 (0)