Skip to content

Commit 01ae7b5

Browse files
committed
fix(deps): update dependency graphql-playground-middleware-lambda to v1.4.2
1 parent 04dcb0c commit 01ae7b5

File tree

2 files changed

+7
-11
lines changed

2 files changed

+7
-11
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"graphql": "^0.13.0",
4747
"graphql-import": "^0.4.1",
4848
"graphql-playground-middleware-express": "1.5.6",
49-
"graphql-playground-middleware-lambda": "1.4.0",
49+
"graphql-playground-middleware-lambda": "1.4.2",
5050
"graphql-subscriptions": "^0.5.6",
5151
"graphql-tools": "^2.18.0",
5252
"subscriptions-transport-ws": "^0.9.5"

yarn.lock

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@
3434
"@types/serve-static" "*"
3535

3636
"@types/graphql@^0.12.0":
37-
version "0.12.3"
38-
resolved "https://registry.yarnpkg.com/@types/graphql/-/graphql-0.12.3.tgz#c429585aaa4523135e0ab4e12dec72d2d913946f"
37+
version "0.12.4"
38+
resolved "https://registry.yarnpkg.com/@types/graphql/-/graphql-0.12.4.tgz#d43bb55d45c6de0178bbd11dd59d04fd42138d94"
3939

4040
"@types/mime@*":
4141
version "2.0.0"
@@ -457,10 +457,6 @@ graphql-import@^0.4.0, graphql-import@^0.4.1:
457457
graphql "^0.12.3"
458458
lodash "^4.17.4"
459459

460-
graphql-playground-html@1.5.0:
461-
version "1.5.0"
462-
resolved "https://registry.yarnpkg.com/graphql-playground-html/-/graphql-playground-html-1.5.0.tgz#bfe1a53e8e7df563bdbd20077e0ac6bf9aaf0f64"
463-
464460
graphql-playground-html@1.5.4:
465461
version "1.5.4"
466462
resolved "https://registry.yarnpkg.com/graphql-playground-html/-/graphql-playground-html-1.5.4.tgz#82752ec4ee36c62d64ccebf7d3ca47477c213bb6"
@@ -473,11 +469,11 @@ graphql-playground-middleware-express@1.5.6:
473469
dependencies:
474470
graphql-playground-html "1.5.4"
475471

476-
graphql-playground-middleware-lambda@1.4.0:
477-
version "1.4.0"
478-
resolved "https://registry.yarnpkg.com/graphql-playground-middleware-lambda/-/graphql-playground-middleware-lambda-1.4.0.tgz#6fc450b16b67f8e9a9c41bd108cb9a4fa75abd27"
472+
graphql-playground-middleware-lambda@1.4.2:
473+
version "1.4.2"
474+
resolved "https://registry.yarnpkg.com/graphql-playground-middleware-lambda/-/graphql-playground-middleware-lambda-1.4.2.tgz#6954ed6e7166049468287d730810942e288b5b98"
479475
dependencies:
480-
graphql-playground-html "1.5.0"
476+
graphql-playground-html "1.5.4"
481477

482478
graphql-request@^1.4.0:
483479
version "1.4.1"

0 commit comments

Comments
 (0)