Skip to content

Commit ed23e6c

Browse files
renovate[bot]kbrandwijk
authored andcommitted
fix(deps): update dependency graphql-playground-middleware-express to v1.4.3 (#65)
1 parent af4bbd8 commit ed23e6c

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
@@ -42,7 +42,7 @@
4242
"express": "^4.16.2",
4343
"graphql": "^0.12.0",
4444
"graphql-import": "^0.1.9",
45-
"graphql-playground-middleware-express": "1.4.2",
45+
"graphql-playground-middleware-express": "1.4.3",
4646
"graphql-subscriptions": "^0.5.6",
4747
"graphql-tools": "^2.16.0",
4848
"portfinder": "^1.0.13",

yarn.lock

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -555,19 +555,19 @@ graphql-import@^0.1.7, graphql-import@^0.1.9:
555555
graphql "^0.12.3"
556556
lodash "^4.17.4"
557557

558-
graphql-playground-html@^1.4.0:
559-
version "1.4.0"
560-
resolved "https://registry.yarnpkg.com/graphql-playground-html/-/graphql-playground-html-1.4.0.tgz#4792c6059360d60af352aa2a46ca9d6435e23780"
558+
graphql-playground-html@1.4.2:
559+
version "1.4.2"
560+
resolved "https://registry.yarnpkg.com/graphql-playground-html/-/graphql-playground-html-1.4.2.tgz#af97a84ea6cf6ba18e8ff148a6a8b17eef40aa46"
561561
dependencies:
562562
dotenv "^4.0.0"
563563
graphql-config "^1.1.1"
564564
graphql-config-extension-graphcool "^1.0.0"
565565

566-
graphql-playground-middleware-express@1.4.0:
567-
version "1.4.0"
568-
resolved "https://registry.yarnpkg.com/graphql-playground-middleware-express/-/graphql-playground-middleware-express-1.4.0.tgz#ac8b65e9623ea0ff25b848ba7f03906523e5ebb1"
566+
graphql-playground-middleware-express@1.4.3:
567+
version "1.4.3"
568+
resolved "https://registry.yarnpkg.com/graphql-playground-middleware-express/-/graphql-playground-middleware-express-1.4.3.tgz#51e46711fc75b94bcc23b058ea364789a1bda65b"
569569
dependencies:
570-
graphql-playground-html "^1.4.0"
570+
graphql-playground-html "1.4.2"
571571
graphql-playground-middleware "^1.2.1-beta.6"
572572

573573
graphql-playground-middleware@^1.2.1-beta.6:

0 commit comments

Comments
 (0)