Skip to content

Commit c46af10

Browse files
renovate-botrenovate[bot]
authored andcommitted
fix(deps): update dependency graphql-yoga to v1.8.5
1 parent 63e3906 commit c46af10

File tree

6 files changed

+24
-24
lines changed

6 files changed

+24
-24
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.8.4",
11+
"graphql-yoga": "1.8.5",
1212
"jsonwebtoken": "8.2.1",
1313
"prisma-binding": "1.5.17"
1414
},

advanced/server/yarn.lock

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2152,9 +2152,9 @@ [email protected]:
21522152
dependencies:
21532153
graphql-playground-html "1.5.5"
21542154

2155-
2156-
version "1.6.0"
2157-
resolved "https://registry.yarnpkg.com/graphql-playground-middleware-express/-/graphql-playground-middleware-express-1.6.0.tgz#2a9da3a397ea63573c0186cb7b61f300d45794a0"
2155+
2156+
version "1.6.1"
2157+
resolved "https://registry.yarnpkg.com/graphql-playground-middleware-express/-/graphql-playground-middleware-express-1.6.1.tgz#d6287d124a1c55845a52a7d727c371da99cdf0b0"
21582158
dependencies:
21592159
graphql-playground-html "1.5.5"
21602160

@@ -2221,9 +2221,9 @@ graphql-tools@^2.23.1:
22212221
iterall "^1.1.3"
22222222
uuid "^3.1.0"
22232223

2224-
2225-
version "1.8.4"
2226-
resolved "https://registry.yarnpkg.com/graphql-yoga/-/graphql-yoga-1.8.4.tgz#f62083553861ca13dcc2c0de4f8da716326f70c0"
2224+
2225+
version "1.8.5"
2226+
resolved "https://registry.yarnpkg.com/graphql-yoga/-/graphql-yoga-1.8.5.tgz#e06c77fbfd6a186afeaf21baf9617bdf8636d502"
22272227
dependencies:
22282228
"@types/cors" "^2.8.3"
22292229
"@types/express" "^4.11.1"
@@ -2238,7 +2238,7 @@ [email protected]:
22382238
express "^4.16.3"
22392239
graphql "^0.11.0 || ^0.12.0 || ^0.13.0"
22402240
graphql-import "^0.5.0"
2241-
graphql-playground-middleware-express "1.6.0"
2241+
graphql-playground-middleware-express "1.6.1"
22422242
graphql-playground-middleware-lambda "1.5.0"
22432243
graphql-subscriptions "^0.5.8"
22442244
graphql-tools "^2.23.1"

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.8.4",
10+
"graphql-yoga": "1.8.5",
1111
"prisma-binding": "1.5.17"
1212
},
1313
"devDependencies": {

basic/server/yarn.lock

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1953,9 +1953,9 @@ [email protected]:
19531953
dependencies:
19541954
graphql-playground-html "1.5.5"
19551955

1956-
1957-
version "1.6.0"
1958-
resolved "https://registry.yarnpkg.com/graphql-playground-middleware-express/-/graphql-playground-middleware-express-1.6.0.tgz#2a9da3a397ea63573c0186cb7b61f300d45794a0"
1956+
1957+
version "1.6.1"
1958+
resolved "https://registry.yarnpkg.com/graphql-playground-middleware-express/-/graphql-playground-middleware-express-1.6.1.tgz#d6287d124a1c55845a52a7d727c371da99cdf0b0"
19591959
dependencies:
19601960
graphql-playground-html "1.5.5"
19611961

@@ -2022,9 +2022,9 @@ graphql-tools@^2.23.1:
20222022
iterall "^1.1.3"
20232023
uuid "^3.1.0"
20242024

2025-
2026-
version "1.8.4"
2027-
resolved "https://registry.yarnpkg.com/graphql-yoga/-/graphql-yoga-1.8.4.tgz#f62083553861ca13dcc2c0de4f8da716326f70c0"
2025+
2026+
version "1.8.5"
2027+
resolved "https://registry.yarnpkg.com/graphql-yoga/-/graphql-yoga-1.8.5.tgz#e06c77fbfd6a186afeaf21baf9617bdf8636d502"
20282028
dependencies:
20292029
"@types/cors" "^2.8.3"
20302030
"@types/express" "^4.11.1"
@@ -2039,7 +2039,7 @@ [email protected]:
20392039
express "^4.16.3"
20402040
graphql "^0.11.0 || ^0.12.0 || ^0.13.0"
20412041
graphql-import "^0.5.0"
2042-
graphql-playground-middleware-express "1.6.0"
2042+
graphql-playground-middleware-express "1.6.1"
20432043
graphql-playground-middleware-lambda "1.5.0"
20442044
graphql-subscriptions "^0.5.8"
20452045
graphql-tools "^2.23.1"

minimal/server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@
77
"keywords": [],
88
"author": "Manjula Dube",
99
"dependencies": {
10-
"graphql-yoga": "1.8.4"
10+
"graphql-yoga": "1.8.5"
1111
}
1212
}

minimal/server/yarn.lock

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -422,9 +422,9 @@ [email protected]:
422422
dependencies:
423423
graphql-config "2.0.0"
424424

425-
426-
version "1.6.0"
427-
resolved "https://registry.yarnpkg.com/graphql-playground-middleware-express/-/graphql-playground-middleware-express-1.6.0.tgz#2a9da3a397ea63573c0186cb7b61f300d45794a0"
425+
426+
version "1.6.1"
427+
resolved "https://registry.yarnpkg.com/graphql-playground-middleware-express/-/graphql-playground-middleware-express-1.6.1.tgz#d6287d124a1c55845a52a7d727c371da99cdf0b0"
428428
dependencies:
429429
graphql-playground-html "1.5.5"
430430

@@ -456,9 +456,9 @@ graphql-tools@^2.23.1:
456456
iterall "^1.1.3"
457457
uuid "^3.1.0"
458458

459-
460-
version "1.8.4"
461-
resolved "https://registry.yarnpkg.com/graphql-yoga/-/graphql-yoga-1.8.4.tgz#f62083553861ca13dcc2c0de4f8da716326f70c0"
459+
460+
version "1.8.5"
461+
resolved "https://registry.yarnpkg.com/graphql-yoga/-/graphql-yoga-1.8.5.tgz#e06c77fbfd6a186afeaf21baf9617bdf8636d502"
462462
dependencies:
463463
"@types/cors" "^2.8.3"
464464
"@types/express" "^4.11.1"
@@ -473,7 +473,7 @@ [email protected]:
473473
express "^4.16.3"
474474
graphql "^0.11.0 || ^0.12.0 || ^0.13.0"
475475
graphql-import "^0.5.0"
476-
graphql-playground-middleware-express "1.6.0"
476+
graphql-playground-middleware-express "1.6.1"
477477
graphql-playground-middleware-lambda "1.5.0"
478478
graphql-subscriptions "^0.5.8"
479479
graphql-tools "^2.23.1"

0 commit comments

Comments
 (0)