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] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot]
2019-07-05 10:33:51 +00:00
committed by peril-parse-community[bot]
parent 79e8123ffe
commit 0e05313a6a
2 changed files with 16 additions and 4 deletions

18
package-lock.json generated
View File

@@ -13,9 +13,9 @@
} }
}, },
"@apollographql/graphql-playground-html": { "@apollographql/graphql-playground-html": {
"version": "1.6.20", "version": "1.6.23",
"resolved": "https://registry.npmjs.org/@apollographql/graphql-playground-html/-/graphql-playground-html-1.6.20.tgz", "resolved": "https://registry.npmjs.org/@apollographql/graphql-playground-html/-/graphql-playground-html-1.6.23.tgz",
"integrity": "sha512-3LWZa80HcP70Pl+H4KhLDJ7S0px+9/c8GTXdl6SpunRecUaB27g/oOQnAjNHLHdbWuGE0uyqcuGiTfbKB3ilaQ==" "integrity": "sha512-Ugtgt4FkBDbDsuEtNrFCkkVhUfK0ImLlwCMSghIorFthXu0LoTXQjJnukEC28KSRF+YeFjVAztaqtEWRSeWFMw=="
}, },
"@babel/cli": { "@babel/cli": {
"version": "7.4.4", "version": "7.4.4",
@@ -1567,6 +1567,11 @@
"ws": "^6.0.0" "ws": "^6.0.0"
}, },
"dependencies": { "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": { "ws": {
"version": "6.2.1", "version": "6.2.1",
"resolved": "https://registry.npmjs.org/ws/-/ws-6.2.1.tgz", "resolved": "https://registry.npmjs.org/ws/-/ws-6.2.1.tgz",
@@ -1608,6 +1613,13 @@
"graphql-subscriptions": "^1.0.0", "graphql-subscriptions": "^1.0.0",
"graphql-tools": "^4.0.0", "graphql-tools": "^4.0.0",
"type-is": "^1.6.16" "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": { "apollo-server-plugin-base": {

View File

@@ -19,7 +19,7 @@
], ],
"license": "BSD-3-Clause", "license": "BSD-3-Clause",
"dependencies": { "dependencies": {
"@apollographql/graphql-playground-html": "1.6.20", "@apollographql/graphql-playground-html": "1.6.23",
"@parse/fs-files-adapter": "1.0.1", "@parse/fs-files-adapter": "1.0.1",
"@parse/push-adapter": "3.0.0", "@parse/push-adapter": "3.0.0",
"@parse/s3-files-adapter": "1.2.1", "@parse/s3-files-adapter": "1.2.1",