Skip to content

Commit 77075e9

Browse files
authored
Merge pull request #110 from graphcool/renovate/graphql-playground-middleware-express-1.x
fix(deps): update dependency graphql-playground-middleware-express to v1.4.9
2 parents 414e74f + 1fc8a2e commit 77075e9

File tree

2 files changed

+73
-7
lines changed

2 files changed

+73
-7
lines changed

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"express": "^4.16.2",
4747
"graphql": "^0.12.0",
4848
"graphql-import": "^0.3.0",
49-
"graphql-playground-middleware-express": "1.4.8",
49+
"graphql-playground-middleware-express": "1.4.9",
5050
"graphql-playground-middleware-lambda": "1.3.9",
5151
"graphql-subscriptions": "^0.5.6",
5252
"graphql-tools": "^2.16.0",

Diff for: yarn.lock

+72-6
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ chalk@^1.1.3:
246246
strip-ansi "^3.0.0"
247247
supports-color "^2.0.0"
248248

249-
chalk@^2.1.0:
249+
chalk@^2.1.0, chalk@^2.3.0:
250250
version "2.3.0"
251251
resolved "https://registry.yarnpkg.com/chalk/-/chalk-2.3.0.tgz#b5ea48efc9c1793dccc9b4767c93914d3f2d52ba"
252252
dependencies:
@@ -526,13 +526,46 @@ [email protected]:
526526
scuid "^1.0.2"
527527
yaml-ast-parser "^0.0.40"
528528

529+
530+
version "0.4.8"
531+
resolved "https://registry.yarnpkg.com/graphcool-yml/-/graphcool-yml-0.4.8.tgz#c1e70a88ccc8b8eea81fb80b7c369a2b734240b9"
532+
dependencies:
533+
ajv "^5.5.1"
534+
bluebird "^3.5.1"
535+
debug "^3.1.0"
536+
dotenv "^4.0.0"
537+
fs-extra "^4.0.3"
538+
graphcool-json-schema "1.2.0"
539+
isomorphic-fetch "^2.2.1"
540+
js-yaml "^3.10.0"
541+
json-stable-stringify "^1.0.1"
542+
jsonwebtoken "^8.1.0"
543+
lodash "^4.17.4"
544+
replaceall "^0.1.6"
545+
scuid "^1.0.2"
546+
yaml-ast-parser "^0.0.40"
547+
548+
549+
version "1.0.4"
550+
resolved "https://registry.yarnpkg.com/graphql-config-extension-graphcool/-/graphql-config-extension-graphcool-1.0.4.tgz#9346aace7e42688e35e4bd44039117608916aad0"
551+
dependencies:
552+
graphcool-yml "0.4.8"
553+
graphql-config "^1.1.4"
554+
529555
graphql-config-extension-graphcool@^1.0.0:
530556
version "1.0.0"
531557
resolved "https://registry.yarnpkg.com/graphql-config-extension-graphcool/-/graphql-config-extension-graphcool-1.0.0.tgz#aeac68bc54126f17f263058893b556529ec46f94"
532558
dependencies:
533559
graphcool-yml "0.2.1"
534560
graphql-config "^1.1.4"
535561

562+
563+
version "0.0.3"
564+
resolved "https://registry.yarnpkg.com/graphql-config-extension-prisma/-/graphql-config-extension-prisma-0.0.3.tgz#2fea0a34ef128e1763cb3ebfa6becd99549fe1ef"
565+
dependencies:
566+
graphql-config "^1.1.4"
567+
prisma-yml "0.0.4"
568+
536569
graphql-config@^1.1.1, graphql-config@^1.1.4:
537570
version "1.1.4"
538571
resolved "https://registry.yarnpkg.com/graphql-config/-/graphql-config-1.1.4.tgz#af09659f877b96451838de456e4e4f4be45be6dd"
@@ -567,19 +600,28 @@ graphql-import@^0.3.0:
567600
graphql "^0.12.3"
568601
lodash "^4.17.4"
569602

570-
[email protected], graphql-playground-html@^1.3.6:
603+
604+
version "1.4.4"
605+
resolved "https://registry.yarnpkg.com/graphql-playground-html/-/graphql-playground-html-1.4.4.tgz#3870bba04b160b81a84692bcda4f5c8fabd904a8"
606+
dependencies:
607+
dotenv "^4.0.0"
608+
graphql-config "^1.1.1"
609+
graphql-config-extension-graphcool "1.0.4"
610+
graphql-config-extension-prisma "0.0.3"
611+
612+
graphql-playground-html@^1.3.6:
571613
version "1.4.2"
572614
resolved "https://registry.yarnpkg.com/graphql-playground-html/-/graphql-playground-html-1.4.2.tgz#af97a84ea6cf6ba18e8ff148a6a8b17eef40aa46"
573615
dependencies:
574616
dotenv "^4.0.0"
575617
graphql-config "^1.1.1"
576618
graphql-config-extension-graphcool "^1.0.0"
577619

578-
579-
version "1.4.7"
580-
resolved "https://registry.yarnpkg.com/graphql-playground-middleware-express/-/graphql-playground-middleware-express-1.4.7.tgz#d6a8c11def09d36cd613bce996df3adc286b364a"
620+
621+
version "1.4.9"
622+
resolved "https://registry.yarnpkg.com/graphql-playground-middleware-express/-/graphql-playground-middleware-express-1.4.9.tgz#fa7f0f629955e8a6b729704afcd8c5f2e2916d74"
581623
dependencies:
582-
graphql-playground-html "1.4.2"
624+
graphql-playground-html "1.4.4"
583625

584626
585627
version "1.3.9"
@@ -885,6 +927,30 @@ portfinder@^1.0.13:
885927
debug "^2.2.0"
886928
mkdirp "0.5.x"
887929

930+
prisma-json-schema@^0.0.1:
931+
version "0.0.1"
932+
resolved "https://registry.yarnpkg.com/prisma-json-schema/-/prisma-json-schema-0.0.1.tgz#0802e156a293faefdf21e5e41beb8d3681f45cb1"
933+
934+
935+
version "0.0.4"
936+
resolved "https://registry.yarnpkg.com/prisma-yml/-/prisma-yml-0.0.4.tgz#66b54f5056f087ff548719bb62e5251ca49fe4b1"
937+
dependencies:
938+
ajv "^5.5.1"
939+
bluebird "^3.5.1"
940+
chalk "^2.3.0"
941+
debug "^3.1.0"
942+
dotenv "^4.0.0"
943+
fs-extra "^4.0.3"
944+
isomorphic-fetch "^2.2.1"
945+
js-yaml "^3.10.0"
946+
json-stable-stringify "^1.0.1"
947+
jsonwebtoken "^8.1.0"
948+
lodash "^4.17.4"
949+
prisma-json-schema "^0.0.1"
950+
replaceall "^0.1.6"
951+
scuid "^1.0.2"
952+
yaml-ast-parser "^0.0.40"
953+
888954
proxy-addr@~2.0.2:
889955
version "2.0.2"
890956
resolved "https://registry.yarnpkg.com/proxy-addr/-/proxy-addr-2.0.2.tgz#6571504f47bb988ec8180253f85dd7e14952bdec"

0 commit comments

Comments
 (0)