Skip to content

Commit 0ff73bb

Browse files
authored
Merge pull request #456 from pythonpizza/dependabot/npm_and_yarn/graphql-playground-html-1.6.25
[Security] Bump graphql-playground-html from 1.6.19 to 1.6.25
2 parents daaa57f + 25b31a8 commit 0ff73bb

File tree

1 file changed

+23
-3
lines changed

1 file changed

+23
-3
lines changed

yarn.lock

Lines changed: 23 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3329,6 +3329,11 @@ commander@^2.11.0, commander@^2.20.0:
33293329
resolved "https://registry.yarnpkg.com/commander/-/commander-2.20.0.tgz#d58bb2b5c1ee8f87b0d340027e9e94e222c5a422"
33303330
integrity sha512-7j2y+40w61zy6YC2iRNpUe/NwhNyoXrYpHMrSunaMG64nRnaf96zO/KMQR4OyN/UnE5KLyEBnKHd4aG3rskjpQ==
33313331

3332+
commander@^2.20.3:
3333+
version "2.20.3"
3334+
resolved "https://registry.yarnpkg.com/commander/-/commander-2.20.3.tgz#fd485e84c03eb4881c20722ba48035e8531aeb33"
3335+
integrity sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==
3336+
33323337
commander@~2.8.1:
33333338
version "2.8.1"
33343339
resolved "https://registry.yarnpkg.com/commander/-/commander-2.8.1.tgz#06be367febfda0c330aa1e2a072d3dc9762425d4"
@@ -3816,6 +3821,11 @@ cssesc@^2.0.0:
38163821
resolved "https://registry.yarnpkg.com/cssesc/-/cssesc-2.0.0.tgz#3b13bd1bb1cb36e1bcb5a4dcd27f54c5dcb35703"
38173822
integrity sha512-MsCAG1z9lPdoO/IUMLSBWBSVxVtJ1395VGIQ+Fc2gNdkQ1hNDnQdw3YhA71WJCBW1vdwA0cAnk/DnW6bqoEUYg==
38183823

3824+
3825+
version "0.0.10"
3826+
resolved "https://registry.yarnpkg.com/cssfilter/-/cssfilter-0.0.10.tgz#c6d2672632a2e5c83e013e6864a42ce8defd20ae"
3827+
integrity sha1-xtJnJjKi5cg+AT5oZKQs6N79IK4=
3828+
38193829
cssnano-preset-default@^4.0.7:
38203830
version "4.0.7"
38213831
resolved "https://registry.yarnpkg.com/cssnano-preset-default/-/cssnano-preset-default-4.0.7.tgz#51ec662ccfca0f88b396dcd9679cdb931be17f76"
@@ -6481,9 +6491,11 @@ graphql-import@^0.7.1:
64816491
resolve-from "^4.0.0"
64826492

64836493
graphql-playground-html@^1.6.19:
6484-
version "1.6.19"
6485-
resolved "https://registry.yarnpkg.com/graphql-playground-html/-/graphql-playground-html-1.6.19.tgz#3883ecf5e8c18b3c0f08145b5417b9c01a1f0bef"
6486-
integrity sha512-cLAqoOlxHbGj/LBpr4l2BE9qXf3g8ShjQqU2daVueITI/3wIkcDQTaQaQp+HWv0uaX0dCsgMCFW/TooLj8yJOg==
6494+
version "1.6.25"
6495+
resolved "https://registry.yarnpkg.com/graphql-playground-html/-/graphql-playground-html-1.6.25.tgz#2d8fa250cec4036a4f5b7f8ad069c86d6d64c95f"
6496+
integrity sha512-wMNvGsQ0OwBVhn72VVi7OdpI85IxiIZT43glRx7gQIwQ6NvhFnzMYBIVmcJAJ4UlXRYiWtrQhuOItDXObiR3kg==
6497+
dependencies:
6498+
xss "^1.0.6"
64876499

64886500
graphql-playground-middleware-express@^1.7.14:
64896501
version "1.7.14"
@@ -14018,6 +14030,14 @@ xregexp@^4.3.0:
1401814030
dependencies:
1401914031
"@babel/runtime-corejs3" "^7.8.3"
1402014032

14033+
xss@^1.0.6:
14034+
version "1.0.7"
14035+
resolved "https://registry.yarnpkg.com/xss/-/xss-1.0.7.tgz#a554cbd5e909324bd6893fb47fff441ad54e2a95"
14036+
integrity sha512-A9v7tblGvxu8TWXQC9rlpW96a+LN1lyw6wyhpTmmGW+FwRMactchBR3ROKSi33UPCUcUHSu8s9YP6F+K3Mw//w==
14037+
dependencies:
14038+
commander "^2.20.3"
14039+
cssfilter "0.0.10"
14040+
1402114041
xstate@^4.8.0, xstate@^4.9.1:
1402214042
version "4.9.1"
1402314043
resolved "https://registry.yarnpkg.com/xstate/-/xstate-4.9.1.tgz#da883ae0993b129ba0b54592c59b069963b0fe0a"

0 commit comments

Comments
 (0)