From 2c0153047e0f6979b6cd3e84c676259c2f6c9267 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Jun 2020 22:28:43 +0000 Subject: [PATCH] chore(deps): bump graphql-playground-html from 1.6.13 to 1.6.22 (#2984) Bumps [graphql-playground-html](https://github.com/graphcool/graphql-playground) from 1.6.13 to 1.6.22. - [Release notes](https://github.com/graphcool/graphql-playground/releases) - [Commits](https://github.com/graphcool/graphql-playground/commits) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 32 ++++++++++++++++++++++++++++---- package.json | 2 +- 2 files changed, 29 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 2cfb15c5e..67fe8f162 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15292,6 +15292,11 @@ "integrity": "sha512-/Tb/JcjK111nNScGob5MNtsntNM1aCNUDipB/TkwZFhyDrrE47SOx/18wF2bbjgc3ZzCSKW1T5nt5EbFoAz/Vg==", "dev": true }, + "cssfilter": { + "version": "0.0.10", + "resolved": "https://registry.npmjs.org/cssfilter/-/cssfilter-0.0.10.tgz", + "integrity": "sha1-xtJnJjKi5cg+AT5oZKQs6N79IK4=" + }, "cssnano": { "version": "4.1.7", "resolved": "https://registry.npmjs.org/cssnano/-/cssnano-4.1.7.tgz", @@ -25740,9 +25745,12 @@ } }, "graphql-playground-html": { - "version": "1.6.13", - "resolved": "https://registry.npmjs.org/graphql-playground-html/-/graphql-playground-html-1.6.13.tgz", - "integrity": "sha512-5DNtVeaWrfxrobA2Vp3ypWjAQYGPIXyZ3rdQXy4m4nDJnc4UALPSZRh9y+U4kp8GaoPp1aCgIJerDSRBOT9HnA==" + "version": "1.6.22", + "resolved": "https://registry.npmjs.org/graphql-playground-html/-/graphql-playground-html-1.6.22.tgz", + "integrity": "sha512-pqDJ8N8tI1LFORLZTDC+gByuqiBfbirjgMKprFxRbCmFylnIRj2AyUQUhTPQkm08n8pWj8w5T0wWCVtbE323ag==", + "requires": { + "xss": "^1.0.6" + } }, "graphql-playground-middleware-express": { "version": "1.7.12", @@ -34010,7 +34018,7 @@ }, "chalk": { "version": "1.1.3", - "resolved": "http://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz", "integrity": "sha1-qBFcVeSnAv5NFQq9OHKCKn4J/Jg=", "dev": true, "requires": { @@ -52978,6 +52986,22 @@ "@babel/runtime-corejs3": "^7.8.3" } }, + "xss": { + "version": "1.0.7", + "resolved": "https://registry.npmjs.org/xss/-/xss-1.0.7.tgz", + "integrity": "sha512-A9v7tblGvxu8TWXQC9rlpW96a+LN1lyw6wyhpTmmGW+FwRMactchBR3ROKSi33UPCUcUHSu8s9YP6F+K3Mw//w==", + "requires": { + "commander": "^2.20.3", + "cssfilter": "0.0.10" + }, + "dependencies": { + "commander": { + "version": "2.20.3", + "resolved": "https://registry.npmjs.org/commander/-/commander-2.20.3.tgz", + "integrity": "sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==" + } + } + }, "xstate": { "version": "4.8.0", "resolved": "https://registry.npmjs.org/xstate/-/xstate-4.8.0.tgz", diff --git a/package.json b/package.json index 522af09e1..bc3d9dbf4 100644 --- a/package.json +++ b/package.json @@ -95,7 +95,7 @@ "graphql-extensions": "^0.11.0", "graphql-fields": "2.0.3", "graphql-import": "^0.7.1", - "graphql-playground-html": "^1.6.13", + "graphql-playground-html": "^1.6.22", "graphql-redis-subscriptions": "^2.2.1", "graphql-subscriptions": "^1.1.0", "graphql-tools": "^4.0.7",