Bump @apollo/federation from 0.20.2 to 0.20.7 (#8895)

Bumps [@apollo/federation](https://github.com/apollographql/federation/tree/HEAD/federation-js) from 0.20.2 to 0.20.7.
- [Release notes](https://github.com/apollographql/federation/releases)
- [Changelog](https://github.com/apollographql/federation/blob/main/federation-js/CHANGELOG.md)
- [Commits](https://github.com/apollographql/federation/commits/@apollo/federation@0.20.7/federation-js)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2020-12-15 10:26:42 +01:00 committed by GitHub
parent 30ed3985c6
commit 44eaeb74c5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

View File

@ -11,7 +11,7 @@
"test": "echo \"no tests yet\""
},
"dependencies": {
"@apollo/federation": "^0.20.1",
"@apollo/federation": "^0.20.7",
"apollo-server-koa": "2.18.2",
"dataloader": "^1.4.0",
"glob": "^7.1.6",

View File

@ -2,10 +2,10 @@
# yarn lockfile v1
"@apollo/federation@^0.20.1":
version "0.20.2"
resolved "https://registry.yarnpkg.com/@apollo/federation/-/federation-0.20.2.tgz#155dd10822c4cab2b6a7705ea8ecd29e5c310206"
integrity sha512-SrwUK0dZdlHLDkv/8K/Q5OK1AE/RypNkLmxhBndlOKAb2e5li6dZy6FJGNbErgHBAJQSx2Xp1gCF5CZONbFxpw==
"@apollo/federation@^0.20.7":
version "0.20.7"
resolved "https://registry.yarnpkg.com/@apollo/federation/-/federation-0.20.7.tgz#0d26dcc3bbc92c168dc40d4f407f56d26338ef7a"
integrity sha512-URIayksqBaJ+xlcJmyGCf+OqHP60lX2CYGv9fDWQ1KM48sEN1ABHGXkEa0vwgWMH0XUVo94lYDVY11BAJUsuCw==
dependencies:
apollo-graphql "^0.6.0"
apollo-server-env "^2.4.5"