Skip to content

Commit

Permalink
chore: bump apollo-server-testing from 2.21.0 to 2.21.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Mar 9, 2021
1 parent f250291 commit ff19eb0
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 12 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
"@types/jest-environment-puppeteer": "^4.4.1",
"@types/puppeteer": "^5.4.3",
"@types/react-test-renderer": "^17.0.1",
"apollo-server-testing": "^2.21.0",
"apollo-server-testing": "^2.21.1",
"autoprefixer": "^10.2.5",
"commitizen": "^4.2.3",
"cz-conventional-changelog": "3.3.0",
Expand Down
29 changes: 18 additions & 11 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,13 @@
dependencies:
xss "^1.0.6"

"@apollographql/[email protected]":
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 @@ -2550,13 +2557,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 @@ -2612,12 +2619,12 @@ apollo-server-plugin-base@^0.10.4:
dependencies:
apollo-server-types "^0.6.3"

apollo-server-testing@^2.21.0:
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==
apollo-server-testing@^2.21.1:
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 @@ -10757,7 +10764,7 @@ xmlchars@^2.2.0:
resolved "https://registry.npmjs.org/xmlchars/-/xmlchars-2.2.0.tgz#060fe1bcb7f9c76fe2a17db86a9bc3ab894210cb"
integrity sha512-JZnDKK8B0RCDw84FNdDAIpZK+JuJw+s7Lz8nksI7SIuU3UXJJslUthsi+uWBUYOwPFwW7W7PRLRfUKpxjtjFCw==

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

0 comments on commit ff19eb0

Please sign in to comment.