From 717335b6aab5a99419d30dbdad4e8b78f18622b2 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sun, 1 Nov 2020 09:15:53 +0000 Subject: [PATCH] [Security] Bump graphql-playground-html from 1.6.19 to 1.6.29 Bumps [graphql-playground-html](https://github.com/graphcool/graphql-playground) from 1.6.19 to 1.6.29. **This update includes a security fix.** - [Release notes](https://github.com/graphcool/graphql-playground/releases) - [Commits](https://github.com/graphcool/graphql-playground/compare/graphql-playground-middleware-koa@1.6.19...graphql-playground-html@1.6.29) Signed-off-by: dependabot-preview[bot] --- package-lock.json | 23 ++++++++++++++++++++--- 1 file changed, 20 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index aa22030..62e1242 100644 --- a/package-lock.json +++ b/package-lock.json @@ -7264,6 +7264,11 @@ "resolved": "https://registry.npmjs.org/cssesc/-/cssesc-3.0.0.tgz", "integrity": "sha512-/Tb/JcjK111nNScGob5MNtsntNM1aCNUDipB/TkwZFhyDrrE47SOx/18wF2bbjgc3ZzCSKW1T5nt5EbFoAz/Vg==" }, + "cssfilter": { + "version": "0.0.10", + "resolved": "https://registry.npmjs.org/cssfilter/-/cssfilter-0.0.10.tgz", + "integrity": "sha1-xtJnJjKi5cg+AT5oZKQs6N79IK4=" + }, "cssnano": { "version": "4.1.10", "resolved": "https://registry.npmjs.org/cssnano/-/cssnano-4.1.10.tgz", @@ -13187,9 +13192,12 @@ } }, "graphql-playground-html": { - "version": "1.6.19", - "resolved": "https://registry.npmjs.org/graphql-playground-html/-/graphql-playground-html-1.6.19.tgz", - "integrity": "sha512-cLAqoOlxHbGj/LBpr4l2BE9qXf3g8ShjQqU2daVueITI/3wIkcDQTaQaQp+HWv0uaX0dCsgMCFW/TooLj8yJOg==" + "version": "1.6.29", + "resolved": "https://registry.npmjs.org/graphql-playground-html/-/graphql-playground-html-1.6.29.tgz", + "integrity": "sha512-fbF/zZKuw2sdfKp8gjTORJ/I9xBsqeEYRseWxBzuR15NHMptRTT9414IyRCs3ognZzUDr5MDJgx97SlLZCtQyA==", + "requires": { + "xss": "^1.0.6" + } }, "graphql-playground-middleware-express": { "version": "1.7.14", @@ -26111,6 +26119,15 @@ "@babel/runtime-corejs3": "^7.8.3" } }, + "xss": { + "version": "1.0.8", + "resolved": "https://registry.npmjs.org/xss/-/xss-1.0.8.tgz", + "integrity": "sha512-3MgPdaXV8rfQ/pNn16Eio6VXYPTkqwa0vc7GkiymmY/DqR1SE/7VPAAVZz1GJsJFrllMYO3RHfEaiUGjab6TNw==", + "requires": { + "commander": "^2.20.3", + "cssfilter": "0.0.10" + } + }, "xstate": { "version": "4.6.7", "resolved": "https://registry.npmjs.org/xstate/-/xstate-4.6.7.tgz",