Skip to content

Commit 5d3baaa

Browse files
renovate-botrenovate[bot]
authored andcommitted
fix(deps): update dependency graphql-yoga to v1.16.9
1 parent f7c1b10 commit 5d3baaa

File tree

6 files changed

+103
-74
lines changed

6 files changed

+103
-74
lines changed

advanced/server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
},
88
"dependencies": {
99
"bcryptjs": "2.4.3",
10-
"graphql-yoga": "1.16.8",
10+
"graphql-yoga": "1.16.9",
1111
"jsonwebtoken": "8.4.0",
1212
"prisma-client-lib": "1.23.1"
1313
},

advanced/server/yarn.lock

Lines changed: 33 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,6 @@
22
# yarn lockfile v1
33

44

5-
"@babel/runtime@^7.0.0-beta.40":
6-
version "7.2.0"
7-
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.2.0.tgz#b03e42eeddf5898e00646e4c840fa07ba8dcad7f"
8-
integrity sha512-oouEibCbHMVdZSDlJBO6bZmID/zA/G/Qx3H1d3rSNPTD+L8UNKvCat7aKWSJ74zYbm5zWGh0GQN0hKj8zYFTCg==
9-
dependencies:
10-
regenerator-runtime "^0.12.0"
11-
125
"@heroku/linewrap@^1.0.0":
136
version "1.0.0"
147
resolved "https://registry.yarnpkg.com/@heroku/linewrap/-/linewrap-1.0.0.tgz#a9d4e99f0a3e423a899b775f5f3d6747a1ff15c6"
@@ -293,13 +286,14 @@ apollo-tracing@^0.1.0:
293286
dependencies:
294287
graphql-extensions "~0.0.9"
295288

296-
apollo-upload-server@^5.0.0:
297-
version "5.0.0"
298-
resolved "https://registry.yarnpkg.com/apollo-upload-server/-/apollo-upload-server-5.0.0.tgz#c953b523608313966e0c8444637f4ae8ef77d5bc"
299-
integrity sha512-CzbHvMo/6TO5XrovzmV/ojTft17s9Cd+vKLGngChpB0UW1ObxKlNLlcXRLD+yt6Nec32/Kt209HmA31hnwxB/g==
289+
apollo-upload-server@^7.0.0:
290+
version "7.1.0"
291+
resolved "https://registry.yarnpkg.com/apollo-upload-server/-/apollo-upload-server-7.1.0.tgz#21e07b52252b3749b913468599813e13cfca805f"
292+
integrity sha512-cD9ReCeyurYwZyEDqJYb5TOc9dt8yhPzS+MtrY3iJdqw+pqiiyPngAvVXHjN+Ca7Lajvom4/AT/PBrYVDMM3Kw==
300293
dependencies:
301-
"@babel/runtime" "^7.0.0-beta.40"
302294
busboy "^0.2.14"
295+
fs-capacitor "^1.0.0"
296+
http-errors "^1.7.0"
303297
object-path "^0.11.4"
304298

305299
apollo-utilities@^1.0.0, apollo-utilities@^1.0.1:
@@ -1518,6 +1512,11 @@ fresh@0.5.2:
15181512
resolved "https://registry.yarnpkg.com/fresh/-/fresh-0.5.2.tgz#3d8cadd90d976569fa835ab1f8e4b23a105605a7"
15191513
integrity sha1-PYyt2Q2XZWn6g1qx+OSyOhBWBac=
15201514

1515+
fs-capacitor@^1.0.0:
1516+
version "1.0.1"
1517+
resolved "https://registry.yarnpkg.com/fs-capacitor/-/fs-capacitor-1.0.1.tgz#ff9dbfa14dfaf4472537720f19c3088ed9278df0"
1518+
integrity sha512-XdZK0Q78WP29Vm3FGgJRhRhrBm51PagovzWtW2kJ3Q6cYJbGtZqWSGTSPwvtEkyjIirFd7b8Yes/dpOYjt4RRQ==
1519+
15211520
fs-constants@^1.0.0:
15221521
version "1.0.0"
15231522
resolved "https://registry.yarnpkg.com/fs-constants/-/fs-constants-1.0.0.tgz#6be0de9be998ce16af8afc24497b9ee9b7ccd9ad"
@@ -1769,10 +1768,10 @@ graphql-tools@^4.0.0, graphql-tools@^4.0.3:
17691768
iterall "^1.1.3"
17701769
uuid "^3.1.0"
17711770

1772-
graphql-yoga@1.16.8:
1773-
version "1.16.8"
1774-
resolved "https://registry.yarnpkg.com/graphql-yoga/-/graphql-yoga-1.16.8.tgz#b0c3c4fe196734b22b57bd2d11edaf0b2093b3d1"
1775-
integrity sha512-z9jQQa69z5VnIQ8Awjwp8AmwRMWdV495MhvR9p2uhfmCmSwbKxisS8jxZF89b3Wh/j7fnD6y09kPsvbdZat46A==
1771+
graphql-yoga@1.16.9:
1772+
version "1.16.9"
1773+
resolved "https://registry.yarnpkg.com/graphql-yoga/-/graphql-yoga-1.16.9.tgz#9e9d5aab25419b298ed857518d95d6a1ad486d84"
1774+
integrity sha512-S0+M0NCMUmC/IMXARhwqGovVr8MzuY+jFtbrM8KBWy0zlZV0+ATHZ6FSVXalkVejmngVEqYNkQXdiD8p33RhqQ==
17761775
dependencies:
17771776
"@types/cors" "^2.8.4"
17781777
"@types/express" "^4.11.1"
@@ -1781,7 +1780,7 @@ graphql-yoga@1.16.8:
17811780
"@types/zen-observable" "^0.5.3"
17821781
apollo-server-express "^1.3.6"
17831782
apollo-server-lambda "1.3.6"
1784-
apollo-upload-server "^5.0.0"
1783+
apollo-upload-server "^7.0.0"
17851784
aws-lambda "^0.1.2"
17861785
body-parser-graphql "1.1.0"
17871786
cors "^2.8.4"
@@ -1872,6 +1871,17 @@ http-errors@1.6.3, http-errors@~1.6.2, http-errors@~1.6.3:
18721871
setprototypeof "1.1.0"
18731872
statuses ">= 1.4.0 < 2"
18741873

1874+
http-errors@^1.7.0:
1875+
version "1.7.1"
1876+
resolved "https://registry.yarnpkg.com/http-errors/-/http-errors-1.7.1.tgz#6a4ffe5d35188e1c39f872534690585852e1f027"
1877+
integrity sha512-jWEUgtZWGSMba9I1N3gc1HmvpBUaNC9vDdA46yScAdp+C5rdEuKWUBLWTQpW9FwSWSbYYs++b6SDCxf9UEJzfw==
1878+
dependencies:
1879+
depd "~1.1.2"
1880+
inherits "2.0.3"
1881+
setprototypeof "1.1.0"
1882+
statuses ">= 1.5.0 < 2"
1883+
toidentifier "1.0.0"
1884+
18751885
http-link-dataloader@^0.1.6:
18761886
version "0.1.6"
18771887
resolved "https://registry.yarnpkg.com/http-link-dataloader/-/http-link-dataloader-0.1.6.tgz#ad87d6b5cb6c2745b14b21ffd9cf476c13976c4f"
@@ -3591,11 +3601,6 @@ redeyed@~2.1.0:
35913601
dependencies:
35923602
esprima "~4.0.0"
35933603

3594-
regenerator-runtime@^0.12.0:
3595-
version "0.12.1"
3596-
resolved "https://registry.yarnpkg.com/regenerator-runtime/-/regenerator-runtime-0.12.1.tgz#fa1a71544764c036f8c49b13a08b2594c9f8a0de"
3597-
integrity sha512-odxIc1/vDlo4iZcfXqRYFj0vpXFNoGdKMAUieAlFYO6m/nl5e9KR/beGf41z4a1FI+aQgtjhuaSlDxQ0hmkrHg==
3598-
35993604
regex-not@^1.0.0, regex-not@^1.0.2:
36003605
version "1.0.2"
36013606
resolved "https://registry.yarnpkg.com/regex-not/-/regex-not-1.0.2.tgz#1f4ece27e00b0b65e0247a6810e6a85d83a5752c"
@@ -4022,7 +4027,7 @@ static-extend@^0.1.1:
40224027
define-property "^0.2.5"
40234028
object-copy "^0.1.0"
40244029

4025-
"statuses@>= 1.4.0 < 2":
4030+
"statuses@>= 1.4.0 < 2", "statuses@>= 1.5.0 < 2":
40264031
version "1.5.0"
40274032
resolved "https://registry.yarnpkg.com/statuses/-/statuses-1.5.0.tgz#161c7dac177659fd9811f43771fa99381478628c"
40284033
integrity sha1-Fhx9rBd2Wf2YEfQ3cfqZOBR4Yow=
@@ -4243,6 +4248,11 @@ to-regex@^3.0.1, to-regex@^3.0.2:
42434248
regex-not "^1.0.2"
42444249
safe-regex "^1.1.0"
42454250

4251+
toidentifier@1.0.0:
4252+
version "1.0.0"
4253+
resolved "https://registry.yarnpkg.com/toidentifier/-/toidentifier-1.0.0.tgz#7e1be3470f1e77948bc43d94a3c8f4d7752ba553"
4254+
integrity sha512-yaOH/Pk/VEhBWWTlhI+qXxDFXlejDGcQipMlyxda9nthulaxLZUNcUqFxokp0vcYnvteJln5FNQDRrxj3YcbVw==
4255+
42464256
touch@^3.1.0:
42474257
version "3.1.0"
42484258
resolved "https://registry.yarnpkg.com/touch/-/touch-3.1.0.tgz#fe365f5f75ec9ed4e56825e0bb76d24ab74af83b"

basic/server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"prisma": "prisma"
66
},
77
"dependencies": {
8-
"graphql-yoga": "1.16.8",
8+
"graphql-yoga": "1.16.9",
99
"prisma-client-lib": "1.23.1"
1010
},
1111
"devDependencies": {

basic/server/yarn.lock

Lines changed: 34 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,6 @@
22
# yarn lockfile v1
33

44

5-
"@babel/runtime@^7.0.0-beta.40":
6-
version "7.0.0-beta.51"
7-
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.0.0-beta.51.tgz#48b8ed18307034c6620f643514650ca2ccc0165a"
8-
integrity sha1-SLjtGDBwNMZiD2Q1FGUMoszAFlo=
9-
dependencies:
10-
core-js "^2.5.7"
11-
regenerator-runtime "^0.11.1"
12-
135
"@heroku/linewrap@^1.0.0":
146
version "1.0.0"
157
resolved "https://registry.yarnpkg.com/@heroku/linewrap/-/linewrap-1.0.0.tgz#a9d4e99f0a3e423a899b775f5f3d6747a1ff15c6"
@@ -276,13 +268,14 @@ apollo-tracing@^0.1.0:
276268
dependencies:
277269
graphql-extensions "~0.0.9"
278270

279-
apollo-upload-server@^5.0.0:
280-
version "5.0.0"
281-
resolved "https://registry.yarnpkg.com/apollo-upload-server/-/apollo-upload-server-5.0.0.tgz#c953b523608313966e0c8444637f4ae8ef77d5bc"
282-
integrity sha512-CzbHvMo/6TO5XrovzmV/ojTft17s9Cd+vKLGngChpB0UW1ObxKlNLlcXRLD+yt6Nec32/Kt209HmA31hnwxB/g==
271+
apollo-upload-server@^7.0.0:
272+
version "7.1.0"
273+
resolved "https://registry.yarnpkg.com/apollo-upload-server/-/apollo-upload-server-7.1.0.tgz#21e07b52252b3749b913468599813e13cfca805f"
274+
integrity sha512-cD9ReCeyurYwZyEDqJYb5TOc9dt8yhPzS+MtrY3iJdqw+pqiiyPngAvVXHjN+Ca7Lajvom4/AT/PBrYVDMM3Kw==
283275
dependencies:
284-
"@babel/runtime" "^7.0.0-beta.40"
285276
busboy "^0.2.14"
277+
fs-capacitor "^1.0.0"
278+
http-errors "^1.7.0"
286279
object-path "^0.11.4"
287280

288281
apollo-utilities@^1.0.0, apollo-utilities@^1.0.1:
@@ -883,7 +876,7 @@ copy-descriptor@^0.1.0:
883876
resolved "https://registry.yarnpkg.com/copy-descriptor/-/copy-descriptor-0.1.1.tgz#676f6eb3c39997c2ee1ac3a924fd6124748f578d"
884877
integrity sha1-Z29us8OZl8LuGsOpJP1hJHSPV40=
885878

886-
core-js@^2.5.3, core-js@^2.5.7:
879+
core-js@^2.5.3:
887880
version "2.5.7"
888881
resolved "https://registry.yarnpkg.com/core-js/-/core-js-2.5.7.tgz#f972608ff0cead68b841a16a932d0b183791814e"
889882
integrity sha512-RszJCAxg/PP6uzXVXL6BsxSXx/B05oJAQ2vkJRjyjrEcNVycaqOmNb5OTxZPE3xa5gwZduqza6L9JOCenh/Ecw==
@@ -1437,6 +1430,11 @@ fresh@0.5.2:
14371430
resolved "https://registry.yarnpkg.com/fresh/-/fresh-0.5.2.tgz#3d8cadd90d976569fa835ab1f8e4b23a105605a7"
14381431
integrity sha1-PYyt2Q2XZWn6g1qx+OSyOhBWBac=
14391432

1433+
fs-capacitor@^1.0.0:
1434+
version "1.0.1"
1435+
resolved "https://registry.yarnpkg.com/fs-capacitor/-/fs-capacitor-1.0.1.tgz#ff9dbfa14dfaf4472537720f19c3088ed9278df0"
1436+
integrity sha512-XdZK0Q78WP29Vm3FGgJRhRhrBm51PagovzWtW2kJ3Q6cYJbGtZqWSGTSPwvtEkyjIirFd7b8Yes/dpOYjt4RRQ==
1437+
14401438
fs-constants@^1.0.0:
14411439
version "1.0.0"
14421440
resolved "https://registry.yarnpkg.com/fs-constants/-/fs-constants-1.0.0.tgz#6be0de9be998ce16af8afc24497b9ee9b7ccd9ad"
@@ -1690,10 +1688,10 @@ graphql-tools@^4.0.3:
16901688
iterall "^1.1.3"
16911689
uuid "^3.1.0"
16921690

1693-
graphql-yoga@1.16.8:
1694-
version "1.16.8"
1695-
resolved "https://registry.yarnpkg.com/graphql-yoga/-/graphql-yoga-1.16.8.tgz#b0c3c4fe196734b22b57bd2d11edaf0b2093b3d1"
1696-
integrity sha512-z9jQQa69z5VnIQ8Awjwp8AmwRMWdV495MhvR9p2uhfmCmSwbKxisS8jxZF89b3Wh/j7fnD6y09kPsvbdZat46A==
1691+
graphql-yoga@1.16.9:
1692+
version "1.16.9"
1693+
resolved "https://registry.yarnpkg.com/graphql-yoga/-/graphql-yoga-1.16.9.tgz#9e9d5aab25419b298ed857518d95d6a1ad486d84"
1694+
integrity sha512-S0+M0NCMUmC/IMXARhwqGovVr8MzuY+jFtbrM8KBWy0zlZV0+ATHZ6FSVXalkVejmngVEqYNkQXdiD8p33RhqQ==
16971695
dependencies:
16981696
"@types/cors" "^2.8.4"
16991697
"@types/express" "^4.11.1"
@@ -1702,7 +1700,7 @@ graphql-yoga@1.16.8:
17021700
"@types/zen-observable" "^0.5.3"
17031701
apollo-server-express "^1.3.6"
17041702
apollo-server-lambda "1.3.6"
1705-
apollo-upload-server "^5.0.0"
1703+
apollo-upload-server "^7.0.0"
17061704
aws-lambda "^0.1.2"
17071705
body-parser-graphql "1.1.0"
17081706
cors "^2.8.4"
@@ -1798,6 +1796,17 @@ http-errors@1.6.3, http-errors@~1.6.2, http-errors@~1.6.3:
17981796
setprototypeof "1.1.0"
17991797
statuses ">= 1.4.0 < 2"
18001798

1799+
http-errors@^1.7.0:
1800+
version "1.7.1"
1801+
resolved "https://registry.yarnpkg.com/http-errors/-/http-errors-1.7.1.tgz#6a4ffe5d35188e1c39f872534690585852e1f027"
1802+
integrity sha512-jWEUgtZWGSMba9I1N3gc1HmvpBUaNC9vDdA46yScAdp+C5rdEuKWUBLWTQpW9FwSWSbYYs++b6SDCxf9UEJzfw==
1803+
dependencies:
1804+
depd "~1.1.2"
1805+
inherits "2.0.3"
1806+
setprototypeof "1.1.0"
1807+
statuses ">= 1.5.0 < 2"
1808+
toidentifier "1.0.0"
1809+
18011810
http-link-dataloader@^0.1.6:
18021811
version "0.1.6"
18031812
resolved "https://registry.yarnpkg.com/http-link-dataloader/-/http-link-dataloader-0.1.6.tgz#ad87d6b5cb6c2745b14b21ffd9cf476c13976c4f"
@@ -3365,11 +3374,6 @@ redeyed@~2.1.0:
33653374
dependencies:
33663375
esprima "~4.0.0"
33673376

3368-
regenerator-runtime@^0.11.1:
3369-
version "0.11.1"
3370-
resolved "https://registry.yarnpkg.com/regenerator-runtime/-/regenerator-runtime-0.11.1.tgz#be05ad7f9bf7d22e056f9726cee5017fbf19e2e9"
3371-
integrity sha512-MguG95oij0fC3QV3URf4V2SDYGJhJnJGqvIIgdECeODCT98wSWDAJ94SSuVpYQUoTcGUIL6L4yNB7j1DFFHSBg==
3372-
33733377
regex-not@^1.0.0, regex-not@^1.0.2:
33743378
version "1.0.2"
33753379
resolved "https://registry.yarnpkg.com/regex-not/-/regex-not-1.0.2.tgz#1f4ece27e00b0b65e0247a6810e6a85d83a5752c"
@@ -3795,7 +3799,7 @@ static-extend@^0.1.1:
37953799
define-property "^0.2.5"
37963800
object-copy "^0.1.0"
37973801

3798-
"statuses@>= 1.3.1 < 2", "statuses@>= 1.4.0 < 2":
3802+
"statuses@>= 1.3.1 < 2", "statuses@>= 1.4.0 < 2", "statuses@>= 1.5.0 < 2":
37993803
version "1.5.0"
38003804
resolved "https://registry.yarnpkg.com/statuses/-/statuses-1.5.0.tgz#161c7dac177659fd9811f43771fa99381478628c"
38013805
integrity sha1-Fhx9rBd2Wf2YEfQ3cfqZOBR4Yow=
@@ -3990,6 +3994,11 @@ to-regex@^3.0.1, to-regex@^3.0.2:
39903994
regex-not "^1.0.2"
39913995
safe-regex "^1.1.0"
39923996

3997+
toidentifier@1.0.0:
3998+
version "1.0.0"
3999+
resolved "https://registry.yarnpkg.com/toidentifier/-/toidentifier-1.0.0.tgz#7e1be3470f1e77948bc43d94a3c8f4d7752ba553"
4000+
integrity sha512-yaOH/Pk/VEhBWWTlhI+qXxDFXlejDGcQipMlyxda9nthulaxLZUNcUqFxokp0vcYnvteJln5FNQDRrxj3YcbVw==
4001+
39934002
tough-cookie@^2.0.0:
39944003
version "2.4.3"
39954004
resolved "https://registry.yarnpkg.com/tough-cookie/-/tough-cookie-2.4.3.tgz#53f36da3f47783b0925afa06ff9f3b165280f781"

minimal/server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44
"start": "node src/index.js"
55
},
66
"dependencies": {
7-
"graphql-yoga": "1.16.8"
7+
"graphql-yoga": "1.16.9"
88
}
99
}

minimal/server/yarn.lock

Lines changed: 33 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,6 @@
22
# yarn lockfile v1
33

44

5-
"@babel/runtime@^7.0.0-beta.40":
6-
version "7.2.0"
7-
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.2.0.tgz#b03e42eeddf5898e00646e4c840fa07ba8dcad7f"
8-
integrity sha512-oouEibCbHMVdZSDlJBO6bZmID/zA/G/Qx3H1d3rSNPTD+L8UNKvCat7aKWSJ74zYbm5zWGh0GQN0hKj8zYFTCg==
9-
dependencies:
10-
regenerator-runtime "^0.12.0"
11-
125
"@types/body-parser@*":
136
version "1.17.0"
147
resolved "https://registry.yarnpkg.com/@types/body-parser/-/body-parser-1.17.0.tgz#9f5c9d9bd04bb54be32d5eb9fc0d8c974e6cf58c"
@@ -152,13 +145,14 @@ apollo-tracing@^0.1.0:
152145
dependencies:
153146
graphql-extensions "~0.0.9"
154147

155-
apollo-upload-server@^5.0.0:
156-
version "5.0.0"
157-
resolved "https://registry.yarnpkg.com/apollo-upload-server/-/apollo-upload-server-5.0.0.tgz#c953b523608313966e0c8444637f4ae8ef77d5bc"
158-
integrity sha512-CzbHvMo/6TO5XrovzmV/ojTft17s9Cd+vKLGngChpB0UW1ObxKlNLlcXRLD+yt6Nec32/Kt209HmA31hnwxB/g==
148+
apollo-upload-server@^7.0.0:
149+
version "7.1.0"
150+
resolved "https://registry.yarnpkg.com/apollo-upload-server/-/apollo-upload-server-7.1.0.tgz#21e07b52252b3749b913468599813e13cfca805f"
151+
integrity sha512-cD9ReCeyurYwZyEDqJYb5TOc9dt8yhPzS+MtrY3iJdqw+pqiiyPngAvVXHjN+Ca7Lajvom4/AT/PBrYVDMM3Kw==
159152
dependencies:
160-
"@babel/runtime" "^7.0.0-beta.40"
161153
busboy "^0.2.14"
154+
fs-capacitor "^1.0.0"
155+
http-errors "^1.7.0"
162156
object-path "^0.11.4"
163157

164158
apollo-utilities@^1.0.0, apollo-utilities@^1.0.1:
@@ -472,6 +466,11 @@ fresh@0.5.2:
472466
resolved "https://registry.yarnpkg.com/fresh/-/fresh-0.5.2.tgz#3d8cadd90d976569fa835ab1f8e4b23a105605a7"
473467
integrity sha1-PYyt2Q2XZWn6g1qx+OSyOhBWBac=
474468

469+
fs-capacitor@^1.0.0:
470+
version "1.0.1"
471+
resolved "https://registry.yarnpkg.com/fs-capacitor/-/fs-capacitor-1.0.1.tgz#ff9dbfa14dfaf4472537720f19c3088ed9278df0"
472+
integrity sha512-XdZK0Q78WP29Vm3FGgJRhRhrBm51PagovzWtW2kJ3Q6cYJbGtZqWSGTSPwvtEkyjIirFd7b8Yes/dpOYjt4RRQ==
473+
475474
graphql-config@2.2.1:
476475
version "2.2.1"
477476
resolved "https://registry.yarnpkg.com/graphql-config/-/graphql-config-2.2.1.tgz#5fd0ec77ac7428ca5fb2026cf131be10151a0cb2"
@@ -557,10 +556,10 @@ graphql-tools@^4.0.0, graphql-tools@^4.0.3:
557556
iterall "^1.1.3"
558557
uuid "^3.1.0"
559558

560-
graphql-yoga@1.16.8:
561-
version "1.16.8"
562-
resolved "https://registry.yarnpkg.com/graphql-yoga/-/graphql-yoga-1.16.8.tgz#b0c3c4fe196734b22b57bd2d11edaf0b2093b3d1"
563-
integrity sha512-z9jQQa69z5VnIQ8Awjwp8AmwRMWdV495MhvR9p2uhfmCmSwbKxisS8jxZF89b3Wh/j7fnD6y09kPsvbdZat46A==
559+
graphql-yoga@1.16.9:
560+
version "1.16.9"
561+
resolved "https://registry.yarnpkg.com/graphql-yoga/-/graphql-yoga-1.16.9.tgz#9e9d5aab25419b298ed857518d95d6a1ad486d84"
562+
integrity sha512-S0+M0NCMUmC/IMXARhwqGovVr8MzuY+jFtbrM8KBWy0zlZV0+ATHZ6FSVXalkVejmngVEqYNkQXdiD8p33RhqQ==
564563
dependencies:
565564
"@types/cors" "^2.8.4"
566565
"@types/express" "^4.11.1"
@@ -569,7 +568,7 @@ graphql-yoga@1.16.8:
569568
"@types/zen-observable" "^0.5.3"
570569
apollo-server-express "^1.3.6"
571570
apollo-server-lambda "1.3.6"
572-
apollo-upload-server "^5.0.0"
571+
apollo-upload-server "^7.0.0"
573572
aws-lambda "^0.1.2"
574573
body-parser-graphql "1.1.0"
575574
cors "^2.8.4"
@@ -601,6 +600,17 @@ http-errors@1.6.3, http-errors@~1.6.2, http-errors@~1.6.3:
601600
setprototypeof "1.1.0"
602601
statuses ">= 1.4.0 < 2"
603602

603+
http-errors@^1.7.0:
604+
version "1.7.1"
605+
resolved "https://registry.yarnpkg.com/http-errors/-/http-errors-1.7.1.tgz#6a4ffe5d35188e1c39f872534690585852e1f027"
606+
integrity sha512-jWEUgtZWGSMba9I1N3gc1HmvpBUaNC9vDdA46yScAdp+C5rdEuKWUBLWTQpW9FwSWSbYYs++b6SDCxf9UEJzfw==
607+
dependencies:
608+
depd "~1.1.2"
609+
inherits "2.0.3"
610+
setprototypeof "1.1.0"
611+
statuses ">= 1.5.0 < 2"
612+
toidentifier "1.0.0"
613+
604614
iconv-lite@0.4.23:
605615
version "0.4.23"
606616
resolved "https://registry.yarnpkg.com/iconv-lite/-/iconv-lite-0.4.23.tgz#297871f63be507adcfbfca715d0cd0eed84e9a63"
@@ -790,11 +800,6 @@ readable-stream@1.1.x:
790800
isarray "0.0.1"
791801
string_decoder "~0.10.x"
792802

793-
regenerator-runtime@^0.12.0:
794-
version "0.12.1"
795-
resolved "https://registry.yarnpkg.com/regenerator-runtime/-/regenerator-runtime-0.12.1.tgz#fa1a71544764c036f8c49b13a08b2594c9f8a0de"
796-
integrity sha512-odxIc1/vDlo4iZcfXqRYFj0vpXFNoGdKMAUieAlFYO6m/nl5e9KR/beGf41z4a1FI+aQgtjhuaSlDxQ0hmkrHg==
797-
798803
resolve-from@^4.0.0:
799804
version "4.0.0"
800805
resolved "https://registry.yarnpkg.com/resolve-from/-/resolve-from-4.0.0.tgz#4abcd852ad32dd7baabfe9b40e00a36db5f392e6"
@@ -872,7 +877,7 @@ sprintf-js@~1.0.2:
872877
resolved "https://registry.yarnpkg.com/sprintf-js/-/sprintf-js-1.0.3.tgz#04e6926f662895354f3dd015203633b857297e2c"
873878
integrity sha1-BOaSb2YolTVPPdAVIDYzuFcpfiw=
874879

875-
"statuses@>= 1.4.0 < 2":
880+
"statuses@>= 1.4.0 < 2", "statuses@>= 1.5.0 < 2":
876881
version "1.5.0"
877882
resolved "https://registry.yarnpkg.com/statuses/-/statuses-1.5.0.tgz#161c7dac177659fd9811f43771fa99381478628c"
878883
integrity sha1-Fhx9rBd2Wf2YEfQ3cfqZOBR4Yow=
@@ -908,6 +913,11 @@ symbol-observable@^1.0.4:
908913
resolved "https://registry.yarnpkg.com/symbol-observable/-/symbol-observable-1.2.0.tgz#c22688aed4eab3cdc2dfeacbb561660560a00804"
909914
integrity sha512-e900nM8RRtGhlV36KGEU9k65K3mPb1WV70OdjfxlG2EAuM1noi/E/BaW/uMhL7bPEssK8QV57vN3esixjUvcXQ==
910915

916+
toidentifier@1.0.0:
917+
version "1.0.0"
918+
resolved "https://registry.yarnpkg.com/toidentifier/-/toidentifier-1.0.0.tgz#7e1be3470f1e77948bc43d94a3c8f4d7752ba553"
919+
integrity sha512-yaOH/Pk/VEhBWWTlhI+qXxDFXlejDGcQipMlyxda9nthulaxLZUNcUqFxokp0vcYnvteJln5FNQDRrxj3YcbVw==
920+
911921
type-is@~1.6.16:
912922
version "1.6.16"
913923
resolved "https://registry.yarnpkg.com/type-is/-/type-is-1.6.16.tgz#f89ce341541c672b25ee7ae3c73dee3b2be50194"

0 commit comments

Comments
 (0)