Skip to content

Commit e7f24a6

Browse files
renovate-botrenovate[bot]
authored andcommitted
fix(deps): update dependency graphql-yoga to v1.13.0
1 parent f9f40bc commit e7f24a6

6 files changed

Lines changed: 42 additions & 12 deletions

File tree

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.12.1",
11+
"graphql-yoga": "1.13.0",
1212
"jsonwebtoken": "8.2.1",
1313
"prisma-binding": "1.5.18"
1414
},

advanced/server/yarn.lock

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,10 @@
6767
"@types/express-serve-static-core" "*"
6868
"@types/serve-static" "*"
6969

70+
"@types/graphql-deduplicator@^2.0.0":
71+
version "2.0.0"
72+
resolved "https://registry.yarnpkg.com/@types/graphql-deduplicator/-/graphql-deduplicator-2.0.0.tgz#9e577b8f3feb3d067b0ca756f4a1fb356d533922"
73+
7074
"@types/graphql@^0.13.0":
7175
version "0.13.0"
7276
resolved "https://registry.yarnpkg.com/@types/graphql/-/graphql-0.13.0.tgz#78a33a7f429a06a64714817d9130d578e0f35ecb"
@@ -2126,6 +2130,10 @@ graphql-config@2.0.1, graphql-config@^2.0.1:
21262130
lodash "^4.17.4"
21272131
minimatch "^3.0.4"
21282132

2133+
graphql-deduplicator@^2.0.1:
2134+
version "2.0.1"
2135+
resolved "https://registry.yarnpkg.com/graphql-deduplicator/-/graphql-deduplicator-2.0.1.tgz#20c6b39e3a6f096b46dfc8491432818739c0ee37"
2136+
21292137
graphql-extensions@^0.0.x:
21302138
version "0.0.7"
21312139
resolved "https://registry.yarnpkg.com/graphql-extensions/-/graphql-extensions-0.0.7.tgz#807e7c3493da45e8f8fd02c0da771a9b3f1f2d1a"
@@ -2239,13 +2247,14 @@ graphql-tools@^2.23.1:
22392247
iterall "^1.1.3"
22402248
uuid "^3.1.0"
22412249

2242-
graphql-yoga@1.12.1:
2243-
version "1.12.1"
2244-
resolved "https://registry.yarnpkg.com/graphql-yoga/-/graphql-yoga-1.12.1.tgz#75959677f7fa9b391eb878fef64306ff346d0a7a"
2250+
graphql-yoga@1.13.0:
2251+
version "1.13.0"
2252+
resolved "https://registry.yarnpkg.com/graphql-yoga/-/graphql-yoga-1.13.0.tgz#b89061a5e1c147de290b1ada480b5276e5db880e"
22452253
dependencies:
22462254
"@types/cors" "^2.8.4"
22472255
"@types/express" "^4.11.1"
22482256
"@types/graphql" "^0.13.0"
2257+
"@types/graphql-deduplicator" "^2.0.0"
22492258
"@types/zen-observable" "^0.5.3"
22502259
apollo-server-express "^1.3.6"
22512260
apollo-server-lambda "1.3.6"
@@ -2255,6 +2264,7 @@ graphql-yoga@1.12.1:
22552264
cors "^2.8.4"
22562265
express "^4.16.3"
22572266
graphql "^0.11.0 || ^0.12.0 || ^0.13.0"
2267+
graphql-deduplicator "^2.0.1"
22582268
graphql-import "^0.5.0"
22592269
graphql-middleware "^1.1.0"
22602270
graphql-playground-middleware-express "1.6.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.12.1",
10+
"graphql-yoga": "1.13.0",
1111
"prisma-binding": "1.5.18"
1212
},
1313
"devDependencies": {

basic/server/yarn.lock

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,10 @@
6767
"@types/express-serve-static-core" "*"
6868
"@types/serve-static" "*"
6969

70+
"@types/graphql-deduplicator@^2.0.0":
71+
version "2.0.0"
72+
resolved "https://registry.yarnpkg.com/@types/graphql-deduplicator/-/graphql-deduplicator-2.0.0.tgz#9e577b8f3feb3d067b0ca756f4a1fb356d533922"
73+
7074
"@types/graphql@^0.13.0":
7175
version "0.13.0"
7276
resolved "https://registry.yarnpkg.com/@types/graphql/-/graphql-0.13.0.tgz#78a33a7f429a06a64714817d9130d578e0f35ecb"
@@ -1927,6 +1931,10 @@ graphql-config@2.0.1, graphql-config@^2.0.1:
19271931
lodash "^4.17.4"
19281932
minimatch "^3.0.4"
19291933

1934+
graphql-deduplicator@^2.0.1:
1935+
version "2.0.1"
1936+
resolved "https://registry.yarnpkg.com/graphql-deduplicator/-/graphql-deduplicator-2.0.1.tgz#20c6b39e3a6f096b46dfc8491432818739c0ee37"
1937+
19301938
graphql-extensions@^0.0.x:
19311939
version "0.0.7"
19321940
resolved "https://registry.yarnpkg.com/graphql-extensions/-/graphql-extensions-0.0.7.tgz#807e7c3493da45e8f8fd02c0da771a9b3f1f2d1a"
@@ -2040,13 +2048,14 @@ graphql-tools@^2.23.1:
20402048
iterall "^1.1.3"
20412049
uuid "^3.1.0"
20422050

2043-
graphql-yoga@1.12.1:
2044-
version "1.12.1"
2045-
resolved "https://registry.yarnpkg.com/graphql-yoga/-/graphql-yoga-1.12.1.tgz#75959677f7fa9b391eb878fef64306ff346d0a7a"
2051+
graphql-yoga@1.13.0:
2052+
version "1.13.0"
2053+
resolved "https://registry.yarnpkg.com/graphql-yoga/-/graphql-yoga-1.13.0.tgz#b89061a5e1c147de290b1ada480b5276e5db880e"
20462054
dependencies:
20472055
"@types/cors" "^2.8.4"
20482056
"@types/express" "^4.11.1"
20492057
"@types/graphql" "^0.13.0"
2058+
"@types/graphql-deduplicator" "^2.0.0"
20502059
"@types/zen-observable" "^0.5.3"
20512060
apollo-server-express "^1.3.6"
20522061
apollo-server-lambda "1.3.6"
@@ -2056,6 +2065,7 @@ graphql-yoga@1.12.1:
20562065
cors "^2.8.4"
20572066
express "^4.16.3"
20582067
graphql "^0.11.0 || ^0.12.0 || ^0.13.0"
2068+
graphql-deduplicator "^2.0.1"
20592069
graphql-import "^0.5.0"
20602070
graphql-middleware "^1.1.0"
20612071
graphql-playground-middleware-express "1.6.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.12.1"
10+
"graphql-yoga": "1.13.0"
1111
}
1212
}

minimal/server/yarn.lock

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,10 @@
4141
"@types/express-serve-static-core" "*"
4242
"@types/serve-static" "*"
4343

44+
"@types/graphql-deduplicator@^2.0.0":
45+
version "2.0.0"
46+
resolved "https://registry.yarnpkg.com/@types/graphql-deduplicator/-/graphql-deduplicator-2.0.0.tgz#9e577b8f3feb3d067b0ca756f4a1fb356d533922"
47+
4448
"@types/graphql@^0.13.0":
4549
version "0.13.0"
4650
resolved "https://registry.yarnpkg.com/@types/graphql/-/graphql-0.13.0.tgz#78a33a7f429a06a64714817d9130d578e0f35ecb"
@@ -397,6 +401,10 @@ graphql-config@2.0.0:
397401
lodash "^4.17.4"
398402
minimatch "^3.0.4"
399403

404+
graphql-deduplicator@^2.0.1:
405+
version "2.0.1"
406+
resolved "https://registry.yarnpkg.com/graphql-deduplicator/-/graphql-deduplicator-2.0.1.tgz#20c6b39e3a6f096b46dfc8491432818739c0ee37"
407+
400408
graphql-extensions@^0.0.x:
401409
version "0.0.8"
402410
resolved "https://registry.yarnpkg.com/graphql-extensions/-/graphql-extensions-0.0.8.tgz#d14d6e06db466a7f90fb97d75b657ae730278b09"
@@ -462,13 +470,14 @@ graphql-tools@^2.23.1:
462470
iterall "^1.1.3"
463471
uuid "^3.1.0"
464472

465-
graphql-yoga@1.12.1:
466-
version "1.12.1"
467-
resolved "https://registry.yarnpkg.com/graphql-yoga/-/graphql-yoga-1.12.1.tgz#75959677f7fa9b391eb878fef64306ff346d0a7a"
473+
graphql-yoga@1.13.0:
474+
version "1.13.0"
475+
resolved "https://registry.yarnpkg.com/graphql-yoga/-/graphql-yoga-1.13.0.tgz#b89061a5e1c147de290b1ada480b5276e5db880e"
468476
dependencies:
469477
"@types/cors" "^2.8.4"
470478
"@types/express" "^4.11.1"
471479
"@types/graphql" "^0.13.0"
480+
"@types/graphql-deduplicator" "^2.0.0"
472481
"@types/zen-observable" "^0.5.3"
473482
apollo-server-express "^1.3.6"
474483
apollo-server-lambda "1.3.6"
@@ -478,6 +487,7 @@ graphql-yoga@1.12.1:
478487
cors "^2.8.4"
479488
express "^4.16.3"
480489
graphql "^0.11.0 || ^0.12.0 || ^0.13.0"
490+
graphql-deduplicator "^2.0.1"
481491
graphql-import "^0.5.0"
482492
graphql-middleware "^1.1.0"
483493
graphql-playground-middleware-express "1.6.1"

0 commit comments

Comments
 (0)