fix: upgrade @apollographql/graphql-playground-html from 1.6.28 to 1.6.29 (#7473)

Snyk has created this PR to upgrade @apollographql/graphql-playground-html from 1.6.28 to 1.6.29.

See this package in npm:
https://www.npmjs.com/package/@apollographql/graphql-playground-html

See this project in Snyk:
https://app.snyk.io/org/acinader/project/8c1a9edb-c8f5-4dc1-b221-4d6030a323eb?utm_source=github&utm_medium=upgrade-pr
This commit is contained in:
Snyk bot
2021-07-24 13:42:57 +03:00
committed by GitHub
parent c58bf57f51
commit 39f7c831e6
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@@ -100,9 +100,9 @@
"integrity": "sha512-ZII+/xUFfb9ezDU2gad114+zScxVFMVlZ91f8fGApMzlS1kkqoyLnC4AJaQ1Ya/X+b63I20B4Gd+eCL8QuB4sA=="
},
"@apollographql/graphql-playground-html": {
"version": "1.6.28",
"resolved": "https://registry.npmjs.org/@apollographql/graphql-playground-html/-/graphql-playground-html-1.6.28.tgz",
"integrity": "sha512-0goOBx/VApTeqRwsZ7Wr6PA8ukv9CPdwoMMyGB6WsDKm5yIkiY1t1R/HOHD8MiUIhPnyqwBQUFDFa1VgUNmx1Q==",
"version": "1.6.29",
"resolved": "https://registry.npmjs.org/@apollographql/graphql-playground-html/-/graphql-playground-html-1.6.29.tgz",
"integrity": "sha512-xCcXpoz52rI4ksJSdOCxeOCn2DLocxwHf9dVT/Q90Pte1LX+LY+91SFtJF3KXVHH8kEin+g1KKCQPKBjZJfWNA==",
"requires": {
"xss": "^1.0.8"
}

View File

@@ -19,7 +19,7 @@
],
"license": "BSD-3-Clause",
"dependencies": {
"@apollographql/graphql-playground-html": "1.6.28",
"@apollographql/graphql-playground-html": "1.6.29",
"@graphql-tools/links": "6.2.5",
"@graphql-tools/stitch": "6.2.4",
"@graphql-tools/utils": "6.2.4",