Skip to content

Commit 24a2da2

Browse files
committed
fix(deps): update dependency graphql-playground-middleware-express to v1.5.6
1 parent 640729e commit 24a2da2

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"express": "^4.16.2",
4646
"graphql": "^0.12.0",
4747
"graphql-import": "^0.4.1",
48-
"graphql-playground-middleware-express": "1.5.3",
48+
"graphql-playground-middleware-express": "1.5.6",
4949
"graphql-playground-middleware-lambda": "1.4.0",
5050
"graphql-subscriptions": "^0.5.6",
5151
"graphql-tools": "^2.18.0",

yarn.lock

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -461,17 +461,17 @@ graphql-playground-html@1.5.0:
461461
version "1.5.0"
462462
resolved "https://registry.yarnpkg.com/graphql-playground-html/-/graphql-playground-html-1.5.0.tgz#bfe1a53e8e7df563bdbd20077e0ac6bf9aaf0f64"
463463

464-
graphql-playground-html@1.5.2:
465-
version "1.5.2"
466-
resolved "https://registry.yarnpkg.com/graphql-playground-html/-/graphql-playground-html-1.5.2.tgz#ccd97ac1960cfb1872b314bafb1957e7a6df7984"
464+
graphql-playground-html@1.5.4:
465+
version "1.5.4"
466+
resolved "https://registry.yarnpkg.com/graphql-playground-html/-/graphql-playground-html-1.5.4.tgz#82752ec4ee36c62d64ccebf7d3ca47477c213bb6"
467467
dependencies:
468468
graphql-config "1.1.7"
469469

470-
graphql-playground-middleware-express@1.5.3:
471-
version "1.5.3"
472-
resolved "https://registry.yarnpkg.com/graphql-playground-middleware-express/-/graphql-playground-middleware-express-1.5.3.tgz#5fd5c42d5cba8b24107ececfaf4e6b68690551fe"
470+
graphql-playground-middleware-express@1.5.6:
471+
version "1.5.6"
472+
resolved "https://registry.yarnpkg.com/graphql-playground-middleware-express/-/graphql-playground-middleware-express-1.5.6.tgz#db3c4b0ab5fd999cd9ed0ee16460dca321878afd"
473473
dependencies:
474-
graphql-playground-html "1.5.2"
474+
graphql-playground-html "1.5.4"
475475

476476
graphql-playground-middleware-lambda@1.4.0:
477477
version "1.4.0"

0 commit comments

Comments
 (0)