Skip to content

Commit

Permalink
Merge pull request #236 from Wyvarn/dependabot/npm_and_yarn/apollo-se…
Browse files Browse the repository at this point in the history
…rver-testing-2.21.1

build(deps-dev): bump apollo-server-testing from 2.21.0 to 2.21.1
  • Loading branch information
BrianLusina authored Mar 15, 2021
2 parents fe6dabc + f578515 commit bc15b26
Showing 1 changed file with 17 additions and 10 deletions.
27 changes: 17 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,13 @@
dependencies:
xss "^1.0.6"

"@apollographql/graphql-playground-html@1.6.27":
version "1.6.27"
resolved "https://registry.yarnpkg.com/@apollographql/graphql-playground-html/-/graphql-playground-html-1.6.27.tgz#bc9ab60e9445aa2a8813b4e94f152fa72b756335"
integrity sha512-tea2LweZvn6y6xFV11K0KC8ETjmm52mQrW+ezgB2O/aTQf8JGyFmMcRPFgUaQZeHbWdm8iisDC6EjOKsXu0nfw==
dependencies:
xss "^1.0.8"

"@apollographql/graphql-upload-8-fork@^8.1.3":
version "8.1.3"
resolved "https://registry.yarnpkg.com/@apollographql/graphql-upload-8-fork/-/graphql-upload-8-fork-8.1.3.tgz#a0d4e0d5cec8e126d78bd915c264d6b90f5784bc"
Expand Down Expand Up @@ -1707,13 +1714,13 @@ apollo-server-caching@^0.5.3:
dependencies:
lru-cache "^6.0.0"

apollo-server-core@^2.21.0:
version "2.21.0"
resolved "https://registry.yarnpkg.com/apollo-server-core/-/apollo-server-core-2.21.0.tgz#12ee11aee61fa124f11b1d73cae2e068112a3a53"
integrity sha512-GtIiq2F0dVDLzzIuO5+dK/pGq/sGxYlKCqAuQQqzYg0fvZ7fukyluXtcTe0tMI+FJZjU0j0WnKgiLsboCoAlPQ==
apollo-server-core@^2.21.0, apollo-server-core@^2.21.1:
version "2.21.1"
resolved "https://registry.yarnpkg.com/apollo-server-core/-/apollo-server-core-2.21.1.tgz#5494e558e51a64cdd63b00a762ed600c4c73ee10"
integrity sha512-aI+soLaqKMkWxH6l9xvPP1fCuZgD053SK09D79LQfMbJAHHvs3MI90UpydiY/W61K5l8ELl0YsKdqkQg8262nw==
dependencies:
"@apollographql/apollo-tools" "^0.4.3"
"@apollographql/graphql-playground-html" "1.6.26"
"@apollographql/graphql-playground-html" "1.6.27"
"@apollographql/graphql-upload-8-fork" "^8.1.3"
"@types/ws" "^7.0.0"
apollo-cache-control "^0.11.6"
Expand Down Expand Up @@ -1782,11 +1789,11 @@ apollo-server-plugin-base@^0.10.4:
apollo-server-types "^0.6.3"

apollo-server-testing@^2.16.1:
version "2.21.0"
resolved "https://registry.yarnpkg.com/apollo-server-testing/-/apollo-server-testing-2.21.0.tgz#e0b2c06ddd8464387bf71578a92e0e1580bea152"
integrity sha512-8XYYT/fibBzdB4Fbidqp5kSdCKV6PhnJdZSO/I/kcLS9EuKUlGw3j0S2eN4ofAFpaTmPSNkYDzXcvcfiZli8CA==
version "2.21.1"
resolved "https://registry.yarnpkg.com/apollo-server-testing/-/apollo-server-testing-2.21.1.tgz#805d30e97325c13b03afcb965c2497b53f26132a"
integrity sha512-zKOx6TjuUJhHr7txewIFVPIhnxF8YJtTDD7fi4aoFpgBUYLRpxKo0/bh9WK1AHram6x8wB92gx+GGlki19UcLQ==
dependencies:
apollo-server-core "^2.21.0"
apollo-server-core "^2.21.1"

apollo-server-types@^0.6.3:
version "0.6.3"
Expand Down Expand Up @@ -9189,7 +9196,7 @@ xregexp@2.0.0:
resolved "https://registry.yarnpkg.com/xregexp/-/xregexp-2.0.0.tgz#52a63e56ca0b84a7f3a5f3d61872f126ad7a5943"
integrity sha1-UqY+VsoLhKfzpfPWGHLxJq16WUM=

xss@^1.0.6:
xss@^1.0.6, xss@^1.0.8:
version "1.0.8"
resolved "https://registry.yarnpkg.com/xss/-/xss-1.0.8.tgz#32feb87feb74b3dcd3d404b7a68ababf10700535"
integrity sha512-3MgPdaXV8rfQ/pNn16Eio6VXYPTkqwa0vc7GkiymmY/DqR1SE/7VPAAVZz1GJsJFrllMYO3RHfEaiUGjab6TNw==
Expand Down

0 comments on commit bc15b26

Please sign in to comment.