Skip to content

Commit 5ad496b

Browse files
renovate-botrenovate[bot]
authored andcommitted
Update dependency graphql-yoga to v1.1.7
1 parent 9ee98b7 commit 5ad496b

File tree

2 files changed

+84
-48
lines changed

2 files changed

+84
-48
lines changed

basic/server/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
},
77
"dependencies": {
88
"graphcool-binding": "1.3.5",
9-
"graphql-yoga": "1.1.5"
9+
"graphql-yoga": "1.1.7"
1010
},
1111
"devDependencies": {
1212
"now": "8.5.4"

basic/server/yarn.lock

+83-47
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,12 @@ ajv@^5.5.1:
7272
fast-json-stable-stringify "^2.0.0"
7373
json-schema-traverse "^0.3.0"
7474

75+
ansi-styles@^3.1.0:
76+
version "3.2.0"
77+
resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-3.2.0.tgz#c159b8d5be0f9e5a6f346dab94f16ce022161b88"
78+
dependencies:
79+
color-convert "^1.9.0"
80+
7581
apollo-cache-control@^0.0.x:
7682
version "0.0.7"
7783
resolved "https://registry.yarnpkg.com/apollo-cache-control/-/apollo-cache-control-0.0.7.tgz#ffef56413a429a1ce204be5b78d248c4fe3b67ac"
@@ -224,10 +230,28 @@ [email protected]:
224230
version "3.0.0"
225231
resolved "https://registry.yarnpkg.com/bytes/-/bytes-3.0.0.tgz#d32815404d689699f85a4ea4fa8755dd13a96048"
226232

233+
chalk@^2.3.0:
234+
version "2.3.0"
235+
resolved "https://registry.yarnpkg.com/chalk/-/chalk-2.3.0.tgz#b5ea48efc9c1793dccc9b4767c93914d3f2d52ba"
236+
dependencies:
237+
ansi-styles "^3.1.0"
238+
escape-string-regexp "^1.0.5"
239+
supports-color "^4.0.0"
240+
227241
co@^4.6.0:
228242
version "4.6.0"
229243
resolved "https://registry.yarnpkg.com/co/-/co-4.6.0.tgz#6ea6bdf3d853ae54ccb8e47bfa0bf3f9031fb184"
230244

245+
color-convert@^1.9.0:
246+
version "1.9.1"
247+
resolved "https://registry.yarnpkg.com/color-convert/-/color-convert-1.9.1.tgz#c1261107aeb2f294ebffec9ed9ecad529a6097ed"
248+
dependencies:
249+
color-name "^1.1.1"
250+
251+
color-name@^1.1.1:
252+
version "1.1.3"
253+
resolved "https://registry.yarnpkg.com/color-name/-/color-name-1.1.3.tgz#a7d0558bd89c42f795dd42328f740831ca53bc25"
254+
231255
232256
version "0.0.1"
233257
resolved "https://registry.yarnpkg.com/concat-map/-/concat-map-0.0.1.tgz#d8a96bd77fd68df7793a73036a3ba0d5405d477b"
@@ -341,6 +365,10 @@ escape-html@~1.0.3:
341365
version "1.0.3"
342366
resolved "https://registry.yarnpkg.com/escape-html/-/escape-html-1.0.3.tgz#0258eae4d3d0c0974de1c169188ef0051d1d1988"
343367

368+
escape-string-regexp@^1.0.5:
369+
version "1.0.5"
370+
resolved "https://registry.yarnpkg.com/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz#1b61c0562190a8dff6ae3bb2cf0200ca130b86d4"
371+
344372
esprima@^4.0.0:
345373
version "4.0.0"
346374
resolved "https://registry.yarnpkg.com/esprima/-/esprima-4.0.0.tgz#4499eddcd1110e0b218bacf2fa7f7f59f55ca804"
@@ -463,25 +491,6 @@ [email protected]:
463491
version "1.2.0"
464492
resolved "https://registry.yarnpkg.com/graphcool-json-schema/-/graphcool-json-schema-1.2.0.tgz#6c7a9de36a130c5048fa8d9817dff2b5a88bc226"
465493

466-
467-
version "0.2.1"
468-
resolved "https://registry.yarnpkg.com/graphcool-yml/-/graphcool-yml-0.2.1.tgz#3f5b53c64e917550830a62d3a87bb64ee3ce3e66"
469-
dependencies:
470-
ajv "^5.5.1"
471-
bluebird "^3.5.1"
472-
debug "^3.1.0"
473-
dotenv "^4.0.0"
474-
fs-extra "^4.0.3"
475-
graphcool-json-schema "1.2.0"
476-
isomorphic-fetch "^2.2.1"
477-
js-yaml "^3.10.0"
478-
json-stable-stringify "^1.0.1"
479-
jsonwebtoken "^8.1.0"
480-
lodash "^4.17.4"
481-
replaceall "^0.1.6"
482-
scuid "^1.0.2"
483-
yaml-ast-parser "^0.0.40"
484-
485494
486495
version "0.4.8"
487496
resolved "https://registry.yarnpkg.com/graphcool-yml/-/graphcool-yml-0.4.8.tgz#c1e70a88ccc8b8eea81fb80b7c369a2b734240b9"
@@ -516,12 +525,12 @@ [email protected]:
516525
graphcool-yml "0.4.8"
517526
graphql-config "^1.1.4"
518527

519-
graphql-config-extension-graphcool@^1.0.0:
520-
version "1.0.0"
521-
resolved "https://registry.yarnpkg.com/graphql-config-extension-graphcool/-/graphql-config-extension-graphcool-1.0.0.tgz#aeac68bc54126f17f263058893b556529ec46f94"
528+
graphql-config-extension-prisma@0.0.3:
529+
version "0.0.3"
530+
resolved "https://registry.yarnpkg.com/graphql-config-extension-prisma/-/graphql-config-extension-prisma-0.0.3.tgz#2fea0a34ef128e1763cb3ebfa6becd99549fe1ef"
522531
dependencies:
523-
graphcool-yml "0.2.1"
524532
graphql-config "^1.1.4"
533+
prisma-yml "0.0.4"
525534

526535
graphql-config@^1.1.1, graphql-config@^1.1.4:
527536
version "1.1.4"
@@ -564,33 +573,26 @@ graphql-import@^0.3.0:
564573
graphql "^0.12.3"
565574
lodash "^4.17.4"
566575

567-
568-
version "1.4.3"
569-
resolved "https://registry.yarnpkg.com/graphql-playground-html/-/graphql-playground-html-1.4.3.tgz#e31c48bc43b6c4f4c7a96182bafa436f16a20376"
576+
577+
version "1.4.4"
578+
resolved "https://registry.yarnpkg.com/graphql-playground-html/-/graphql-playground-html-1.4.4.tgz#3870bba04b160b81a84692bcda4f5c8fabd904a8"
570579
dependencies:
571580
dotenv "^4.0.0"
572581
graphql-config "^1.1.1"
573582
graphql-config-extension-graphcool "1.0.4"
583+
graphql-config-extension-prisma "0.0.3"
574584

575-
graphql-playground-html@^1.3.6:
576-
version "1.4.2"
577-
resolved "https://registry.yarnpkg.com/graphql-playground-html/-/graphql-playground-html-1.4.2.tgz#af97a84ea6cf6ba18e8ff148a6a8b17eef40aa46"
585+
graphql-playground-[email protected]:
586+
version "1.4.9"
587+
resolved "https://registry.yarnpkg.com/graphql-playground-middleware-express/-/graphql-playground-middleware-express-1.4.9.tgz#fa7f0f629955e8a6b729704afcd8c5f2e2916d74"
578588
dependencies:
579-
dotenv "^4.0.0"
580-
graphql-config "^1.1.1"
581-
graphql-config-extension-graphcool "^1.0.0"
582-
583-
584-
version "1.4.8"
585-
resolved "https://registry.yarnpkg.com/graphql-playground-middleware-express/-/graphql-playground-middleware-express-1.4.8.tgz#b2c4303e4929ca5f1cef78153c9ef597f4fd8b61"
586-
dependencies:
587-
graphql-playground-html "1.4.3"
589+
graphql-playground-html "1.4.4"
588590

589-
590-
version "1.3.9"
591-
resolved "https://registry.yarnpkg.com/graphql-playground-middleware-lambda/-/graphql-playground-middleware-lambda-1.3.9.tgz#29109890f396b71161f79d5c83c8a0af8dc4f8b6"
591+
592+
version "1.3.10"
593+
resolved "https://registry.yarnpkg.com/graphql-playground-middleware-lambda/-/graphql-playground-middleware-lambda-1.3.10.tgz#652195453c1bd9039d7d12e975c74b7a38e337e6"
592594
dependencies:
593-
graphql-playground-html "^1.3.6"
595+
graphql-playground-html "1.4.4"
594596

595597
graphql-request@^1.4.0:
596598
version "1.4.0"
@@ -625,9 +627,9 @@ graphql-tools@^2.16.0:
625627
graphql-subscriptions "^0.5.6"
626628
uuid "^3.1.0"
627629

628-
629-
version "1.1.5"
630-
resolved "https://registry.yarnpkg.com/graphql-yoga/-/graphql-yoga-1.1.5.tgz#9c3c2c95ca8b73ec31ea13392c5f11ed65a0383b"
630+
631+
version "1.1.7"
632+
resolved "https://registry.yarnpkg.com/graphql-yoga/-/graphql-yoga-1.1.7.tgz#131730f850d01ee3397d882a8fde54a2b91ec496"
631633
dependencies:
632634
"@types/cors" "^2.8.3"
633635
"@types/express" "^4.0.39"
@@ -642,8 +644,8 @@ [email protected]:
642644
express "^4.16.2"
643645
graphql "^0.12.0"
644646
graphql-import "^0.3.0"
645-
graphql-playground-middleware-express "1.4.8"
646-
graphql-playground-middleware-lambda "1.3.9"
647+
graphql-playground-middleware-express "1.4.9"
648+
graphql-playground-middleware-lambda "1.3.10"
647649
graphql-subscriptions "^0.5.6"
648650
graphql-tools "^2.16.0"
649651
portfinder "^1.0.13"
@@ -655,6 +657,10 @@ [email protected], graphql@^0.12.0, graphql@^0.12.3:
655657
dependencies:
656658
iterall "1.1.3"
657659

660+
has-flag@^2.0.0:
661+
version "2.0.0"
662+
resolved "https://registry.yarnpkg.com/has-flag/-/has-flag-2.0.0.tgz#e8207af1cc7b30d446cc70b734b5e8be18f88d51"
663+
658664
[email protected], http-errors@~1.6.2:
659665
version "1.6.2"
660666
resolved "https://registry.yarnpkg.com/http-errors/-/http-errors-1.6.2.tgz#0a002cc85707192a7e7946ceedc11155f60ec736"
@@ -910,6 +916,30 @@ portfinder@^1.0.13:
910916
debug "^2.2.0"
911917
mkdirp "0.5.x"
912918

919+
prisma-json-schema@^0.0.1:
920+
version "0.0.1"
921+
resolved "https://registry.yarnpkg.com/prisma-json-schema/-/prisma-json-schema-0.0.1.tgz#0802e156a293faefdf21e5e41beb8d3681f45cb1"
922+
923+
924+
version "0.0.4"
925+
resolved "https://registry.yarnpkg.com/prisma-yml/-/prisma-yml-0.0.4.tgz#66b54f5056f087ff548719bb62e5251ca49fe4b1"
926+
dependencies:
927+
ajv "^5.5.1"
928+
bluebird "^3.5.1"
929+
chalk "^2.3.0"
930+
debug "^3.1.0"
931+
dotenv "^4.0.0"
932+
fs-extra "^4.0.3"
933+
isomorphic-fetch "^2.2.1"
934+
js-yaml "^3.10.0"
935+
json-stable-stringify "^1.0.1"
936+
jsonwebtoken "^8.1.0"
937+
lodash "^4.17.4"
938+
prisma-json-schema "^0.0.1"
939+
replaceall "^0.1.6"
940+
scuid "^1.0.2"
941+
yaml-ast-parser "^0.0.40"
942+
913943
proxy-addr@~2.0.2:
914944
version "2.0.2"
915945
resolved "https://registry.yarnpkg.com/proxy-addr/-/proxy-addr-2.0.2.tgz#6571504f47bb988ec8180253f85dd7e14952bdec"
@@ -1053,6 +1083,12 @@ subscriptions-transport-ws@^0.9.4:
10531083
symbol-observable "^1.0.4"
10541084
ws "^3.0.0"
10551085

1086+
supports-color@^4.0.0:
1087+
version "4.5.0"
1088+
resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-4.5.0.tgz#be7a0de484dec5c5cddf8b3d59125044912f635b"
1089+
dependencies:
1090+
has-flag "^2.0.0"
1091+
10561092
symbol-observable@^1.0.4:
10571093
version "1.1.0"
10581094
resolved "https://registry.yarnpkg.com/symbol-observable/-/symbol-observable-1.1.0.tgz#5c68fd8d54115d9dfb72a84720549222e8db9b32"

0 commit comments

Comments
 (0)