Skip to content

Commit 24fe19e

Browse files
renovate-botrenovate[bot]
authored andcommitted
chore(deps): update dependency graphql-yoga to v1.13.0
1 parent 2d1d9fd commit 24fe19e

File tree

6 files changed

+42
-12
lines changed

6 files changed

+42
-12
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.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"
@@ -2136,6 +2140,10 @@ graphql-config@2.0.1, graphql-config@^2.0.1:
21362140
lodash "^4.17.4"
21372141
minimatch "^3.0.4"
21382142

2143+
graphql-deduplicator@^2.0.1:
2144+
version "2.0.1"
2145+
resolved "https://registry.yarnpkg.com/graphql-deduplicator/-/graphql-deduplicator-2.0.1.tgz#20c6b39e3a6f096b46dfc8491432818739c0ee37"
2146+
21392147
graphql-extensions@^0.0.x:
21402148
version "0.0.7"
21412149
resolved "https://registry.yarnpkg.com/graphql-extensions/-/graphql-extensions-0.0.7.tgz#807e7c3493da45e8f8fd02c0da771a9b3f1f2d1a"
@@ -2255,13 +2263,14 @@ graphql-tools@^2.23.1:
22552263
iterall "^1.1.3"
22562264
uuid "^3.1.0"
22572265

2258-
graphql-yoga@1.12.1:
2259-
version "1.12.1"
2260-
resolved "https://registry.yarnpkg.com/graphql-yoga/-/graphql-yoga-1.12.1.tgz#75959677f7fa9b391eb878fef64306ff346d0a7a"
2266+
graphql-yoga@1.13.0:
2267+
version "1.13.0"
2268+
resolved "https://registry.yarnpkg.com/graphql-yoga/-/graphql-yoga-1.13.0.tgz#b89061a5e1c147de290b1ada480b5276e5db880e"
22612269
dependencies:
22622270
"@types/cors" "^2.8.4"
22632271
"@types/express" "^4.11.1"
22642272
"@types/graphql" "^0.13.0"
2273+
"@types/graphql-deduplicator" "^2.0.0"
22652274
"@types/zen-observable" "^0.5.3"
22662275
apollo-server-express "^1.3.6"
22672276
apollo-server-lambda "1.3.6"
@@ -2271,6 +2280,7 @@ graphql-yoga@1.12.1:
22712280
cors "^2.8.4"
22722281
express "^4.16.3"
22732282
graphql "^0.11.0 || ^0.12.0 || ^0.13.0"
2283+
graphql-deduplicator "^2.0.1"
22742284
graphql-import "^0.5.0"
22752285
graphql-middleware "^1.1.0"
22762286
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
@@ -62,6 +62,10 @@
6262
"@types/express-serve-static-core" "*"
6363
"@types/serve-static" "*"
6464

65+
"@types/graphql-deduplicator@^2.0.0":
66+
version "2.0.0"
67+
resolved "https://registry.yarnpkg.com/@types/graphql-deduplicator/-/graphql-deduplicator-2.0.0.tgz#9e577b8f3feb3d067b0ca756f4a1fb356d533922"
68+
6569
"@types/graphql@^0.13.0":
6670
version "0.13.0"
6771
resolved "https://registry.yarnpkg.com/@types/graphql/-/graphql-0.13.0.tgz#78a33a7f429a06a64714817d9130d578e0f35ecb"
@@ -1939,6 +1943,10 @@ graphql-config@2.0.1, graphql-config@^2.0.1:
19391943
lodash "^4.17.4"
19401944
minimatch "^3.0.4"
19411945

1946+
graphql-deduplicator@^2.0.1:
1947+
version "2.0.1"
1948+
resolved "https://registry.yarnpkg.com/graphql-deduplicator/-/graphql-deduplicator-2.0.1.tgz#20c6b39e3a6f096b46dfc8491432818739c0ee37"
1949+
19421950
graphql-extensions@^0.0.x:
19431951
version "0.0.5"
19441952
resolved "https://registry.yarnpkg.com/graphql-extensions/-/graphql-extensions-0.0.5.tgz#63bc4a3fd31aab12bfadf783cbc038a9a6937cf0"
@@ -2058,13 +2066,14 @@ graphql-tools@^2.23.1:
20582066
iterall "^1.1.3"
20592067
uuid "^3.1.0"
20602068

2061-
graphql-yoga@1.12.1:
2062-
version "1.12.1"
2063-
resolved "https://registry.yarnpkg.com/graphql-yoga/-/graphql-yoga-1.12.1.tgz#75959677f7fa9b391eb878fef64306ff346d0a7a"
2069+
graphql-yoga@1.13.0:
2070+
version "1.13.0"
2071+
resolved "https://registry.yarnpkg.com/graphql-yoga/-/graphql-yoga-1.13.0.tgz#b89061a5e1c147de290b1ada480b5276e5db880e"
20642072
dependencies:
20652073
"@types/cors" "^2.8.4"
20662074
"@types/express" "^4.11.1"
20672075
"@types/graphql" "^0.13.0"
2076+
"@types/graphql-deduplicator" "^2.0.0"
20682077
"@types/zen-observable" "^0.5.3"
20692078
apollo-server-express "^1.3.6"
20702079
apollo-server-lambda "1.3.6"
@@ -2074,6 +2083,7 @@ graphql-yoga@1.12.1:
20742083
cors "^2.8.4"
20752084
express "^4.16.3"
20762085
graphql "^0.11.0 || ^0.12.0 || ^0.13.0"
2086+
graphql-deduplicator "^2.0.1"
20772087
graphql-import "^0.5.0"
20782088
graphql-middleware "^1.1.0"
20792089
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
@@ -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.12.1",
17+
"graphql-yoga": "1.13.0",
1818
"nodemon": "1.17.3"
1919
}
2020
}

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"
@@ -1566,6 +1570,10 @@ graphql-config@2.0.0:
15661570
lodash "^4.17.4"
15671571
minimatch "^3.0.4"
15681572

1573+
graphql-deduplicator@^2.0.1:
1574+
version "2.0.1"
1575+
resolved "https://registry.yarnpkg.com/graphql-deduplicator/-/graphql-deduplicator-2.0.1.tgz#20c6b39e3a6f096b46dfc8491432818739c0ee37"
1576+
15691577
graphql-extensions@^0.0.x:
15701578
version "0.0.7"
15711579
resolved "https://registry.yarnpkg.com/graphql-extensions/-/graphql-extensions-0.0.7.tgz#807e7c3493da45e8f8fd02c0da771a9b3f1f2d1a"
@@ -1632,13 +1640,14 @@ graphql-tools@^2.23.1:
16321640
iterall "^1.1.3"
16331641
uuid "^3.1.0"
16341642

1635-
graphql-yoga@1.12.1:
1636-
version "1.12.1"
1637-
resolved "https://registry.yarnpkg.com/graphql-yoga/-/graphql-yoga-1.12.1.tgz#75959677f7fa9b391eb878fef64306ff346d0a7a"
1643+
graphql-yoga@1.13.0:
1644+
version "1.13.0"
1645+
resolved "https://registry.yarnpkg.com/graphql-yoga/-/graphql-yoga-1.13.0.tgz#b89061a5e1c147de290b1ada480b5276e5db880e"
16381646
dependencies:
16391647
"@types/cors" "^2.8.4"
16401648
"@types/express" "^4.11.1"
16411649
"@types/graphql" "^0.13.0"
1650+
"@types/graphql-deduplicator" "^2.0.0"
16421651
"@types/zen-observable" "^0.5.3"
16431652
apollo-server-express "^1.3.6"
16441653
apollo-server-lambda "1.3.6"
@@ -1648,6 +1657,7 @@ graphql-yoga@1.12.1:
16481657
cors "^2.8.4"
16491658
express "^4.16.3"
16501659
graphql "^0.11.0 || ^0.12.0 || ^0.13.0"
1660+
graphql-deduplicator "^2.0.1"
16511661
graphql-import "^0.5.0"
16521662
graphql-middleware "^1.1.0"
16531663
graphql-playground-middleware-express "1.6.1"

0 commit comments

Comments
 (0)