From 0e05313a6a367ea58d939dad0034ba66e0f7e26b Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 5 Jul 2019 10:33:51 +0000 Subject: [PATCH] Bump @apollographql/graphql-playground-html from 1.6.20 to 1.6.23 (#5767) Bumps [@apollographql/graphql-playground-html](https://github.com/graphcool/graphql-playground) from 1.6.20 to 1.6.23. - [Release notes](https://github.com/graphcool/graphql-playground/releases) - [Commits](https://github.com/graphcool/graphql-playground/commits) Signed-off-by: dependabot-preview[bot] --- package-lock.json | 18 +++++++++++++++--- package.json | 2 +- 2 files changed, 16 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 740de666..4277eca6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,9 +13,9 @@ } }, "@apollographql/graphql-playground-html": { - "version": "1.6.20", - "resolved": "https://registry.npmjs.org/@apollographql/graphql-playground-html/-/graphql-playground-html-1.6.20.tgz", - "integrity": "sha512-3LWZa80HcP70Pl+H4KhLDJ7S0px+9/c8GTXdl6SpunRecUaB27g/oOQnAjNHLHdbWuGE0uyqcuGiTfbKB3ilaQ==" + "version": "1.6.23", + "resolved": "https://registry.npmjs.org/@apollographql/graphql-playground-html/-/graphql-playground-html-1.6.23.tgz", + "integrity": "sha512-Ugtgt4FkBDbDsuEtNrFCkkVhUfK0ImLlwCMSghIorFthXu0LoTXQjJnukEC28KSRF+YeFjVAztaqtEWRSeWFMw==" }, "@babel/cli": { "version": "7.4.4", @@ -1567,6 +1567,11 @@ "ws": "^6.0.0" }, "dependencies": { + "@apollographql/graphql-playground-html": { + "version": "1.6.20", + "resolved": "https://registry.npmjs.org/@apollographql/graphql-playground-html/-/graphql-playground-html-1.6.20.tgz", + "integrity": "sha512-3LWZa80HcP70Pl+H4KhLDJ7S0px+9/c8GTXdl6SpunRecUaB27g/oOQnAjNHLHdbWuGE0uyqcuGiTfbKB3ilaQ==" + }, "ws": { "version": "6.2.1", "resolved": "https://registry.npmjs.org/ws/-/ws-6.2.1.tgz", @@ -1608,6 +1613,13 @@ "graphql-subscriptions": "^1.0.0", "graphql-tools": "^4.0.0", "type-is": "^1.6.16" + }, + "dependencies": { + "@apollographql/graphql-playground-html": { + "version": "1.6.20", + "resolved": "https://registry.npmjs.org/@apollographql/graphql-playground-html/-/graphql-playground-html-1.6.20.tgz", + "integrity": "sha512-3LWZa80HcP70Pl+H4KhLDJ7S0px+9/c8GTXdl6SpunRecUaB27g/oOQnAjNHLHdbWuGE0uyqcuGiTfbKB3ilaQ==" + } } }, "apollo-server-plugin-base": { diff --git a/package.json b/package.json index 24e495e5..0726f883 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ ], "license": "BSD-3-Clause", "dependencies": { - "@apollographql/graphql-playground-html": "1.6.20", + "@apollographql/graphql-playground-html": "1.6.23", "@parse/fs-files-adapter": "1.0.1", "@parse/push-adapter": "3.0.0", "@parse/s3-files-adapter": "1.2.1",