Skip to content

Commit 3798e88

Browse files
authored
Merge pull request #111 from graphcool/renovate/graphql-playground-middleware-lambda-1.x
fix(deps): update dependency graphql-playground-middleware-lambda to v1.3.10
2 parents 77075e9 + 45f8f2a commit 3798e88

File tree

2 files changed

+5
-39
lines changed

2 files changed

+5
-39
lines changed

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"graphql": "^0.12.0",
4848
"graphql-import": "^0.3.0",
4949
"graphql-playground-middleware-express": "1.4.9",
50-
"graphql-playground-middleware-lambda": "1.3.9",
50+
"graphql-playground-middleware-lambda": "1.3.10",
5151
"graphql-subscriptions": "^0.5.6",
5252
"graphql-tools": "^2.16.0",
5353
"portfinder": "^1.0.13",

Diff for: yarn.lock

+4-38
Original file line numberDiff line numberDiff line change
@@ -507,25 +507,6 @@ [email protected]:
507507
version "1.2.0"
508508
resolved "https://registry.yarnpkg.com/graphcool-json-schema/-/graphcool-json-schema-1.2.0.tgz#6c7a9de36a130c5048fa8d9817dff2b5a88bc226"
509509

510-
511-
version "0.2.1"
512-
resolved "https://registry.yarnpkg.com/graphcool-yml/-/graphcool-yml-0.2.1.tgz#3f5b53c64e917550830a62d3a87bb64ee3ce3e66"
513-
dependencies:
514-
ajv "^5.5.1"
515-
bluebird "^3.5.1"
516-
debug "^3.1.0"
517-
dotenv "^4.0.0"
518-
fs-extra "^4.0.3"
519-
graphcool-json-schema "1.2.0"
520-
isomorphic-fetch "^2.2.1"
521-
js-yaml "^3.10.0"
522-
json-stable-stringify "^1.0.1"
523-
jsonwebtoken "^8.1.0"
524-
lodash "^4.17.4"
525-
replaceall "^0.1.6"
526-
scuid "^1.0.2"
527-
yaml-ast-parser "^0.0.40"
528-
529510
530511
version "0.4.8"
531512
resolved "https://registry.yarnpkg.com/graphcool-yml/-/graphcool-yml-0.4.8.tgz#c1e70a88ccc8b8eea81fb80b7c369a2b734240b9"
@@ -552,13 +533,6 @@ [email protected]:
552533
graphcool-yml "0.4.8"
553534
graphql-config "^1.1.4"
554535

555-
graphql-config-extension-graphcool@^1.0.0:
556-
version "1.0.0"
557-
resolved "https://registry.yarnpkg.com/graphql-config-extension-graphcool/-/graphql-config-extension-graphcool-1.0.0.tgz#aeac68bc54126f17f263058893b556529ec46f94"
558-
dependencies:
559-
graphcool-yml "0.2.1"
560-
graphql-config "^1.1.4"
561-
562536
563537
version "0.0.3"
564538
resolved "https://registry.yarnpkg.com/graphql-config-extension-prisma/-/graphql-config-extension-prisma-0.0.3.tgz#2fea0a34ef128e1763cb3ebfa6becd99549fe1ef"
@@ -609,25 +583,17 @@ [email protected]:
609583
graphql-config-extension-graphcool "1.0.4"
610584
graphql-config-extension-prisma "0.0.3"
611585

612-
graphql-playground-html@^1.3.6:
613-
version "1.4.2"
614-
resolved "https://registry.yarnpkg.com/graphql-playground-html/-/graphql-playground-html-1.4.2.tgz#af97a84ea6cf6ba18e8ff148a6a8b17eef40aa46"
615-
dependencies:
616-
dotenv "^4.0.0"
617-
graphql-config "^1.1.1"
618-
graphql-config-extension-graphcool "^1.0.0"
619-
620586
621587
version "1.4.9"
622588
resolved "https://registry.yarnpkg.com/graphql-playground-middleware-express/-/graphql-playground-middleware-express-1.4.9.tgz#fa7f0f629955e8a6b729704afcd8c5f2e2916d74"
623589
dependencies:
624590
graphql-playground-html "1.4.4"
625591

626-
627-
version "1.3.9"
628-
resolved "https://registry.yarnpkg.com/graphql-playground-middleware-lambda/-/graphql-playground-middleware-lambda-1.3.9.tgz#29109890f396b71161f79d5c83c8a0af8dc4f8b6"
592+
593+
version "1.3.10"
594+
resolved "https://registry.yarnpkg.com/graphql-playground-middleware-lambda/-/graphql-playground-middleware-lambda-1.3.10.tgz#652195453c1bd9039d7d12e975c74b7a38e337e6"
629595
dependencies:
630-
graphql-playground-html "^1.3.6"
596+
graphql-playground-html "1.4.4"
631597

632598
graphql-request@^1.4.0:
633599
version "1.4.1"

0 commit comments

Comments
 (0)