diff --git a/package-lock.json b/package-lock.json index 55d3a662..6e628a44 100644 --- a/package-lock.json +++ b/package-lock.json @@ -40,9 +40,9 @@ } }, "@apollographql/graphql-playground-html": { - "version": "1.6.25", - "resolved": "https://registry.npmjs.org/@apollographql/graphql-playground-html/-/graphql-playground-html-1.6.25.tgz", - "integrity": "sha512-VukxcHsmnpq8GQj3fYsu/F1H/uweReH7vuvgGc0rG0hYqn8xxp2sZWzXWt4KjkS6EamtG0axY9h7XY1KMv8VcA==", + "version": "1.6.26", + "resolved": "https://registry.npmjs.org/@apollographql/graphql-playground-html/-/graphql-playground-html-1.6.26.tgz", + "integrity": "sha512-XAwXOIab51QyhBxnxySdK3nuMEUohhDsHQ5Rbco/V1vjlP75zZ0ZLHD9dTpXTN8uxKxopb2lUvJTq+M4g2Q0HQ==", "requires": { "xss": "^1.0.6" } diff --git a/package.json b/package.json index 9141bd42..bc470e8f 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ ], "license": "BSD-3-Clause", "dependencies": { - "@apollographql/graphql-playground-html": "1.6.25", + "@apollographql/graphql-playground-html": "1.6.26", "@graphql-tools/stitch": "^6.0.1", "@graphql-tools/utils": "^6.0.1", "@parse/fs-files-adapter": "1.0.1",