From 023086f2bbd23e54e6201736d693f7d4c09b8903 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 13 Apr 2021 08:28:00 +0000 Subject: [PATCH] chore(deps-dev): bump @apollo/federation from 0.21.0 to 0.23.0 Bumps [@apollo/federation](https://github.com/apollographql/federation/tree/HEAD/federation-js) from 0.21.0 to 0.23.0. - [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.23.0/federation-js) Signed-off-by: dependabot[bot] --- package.json | 4 ++-- yarn.lock | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 386546e..ce5962b 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "postpublish": "pinst --enable" }, "devDependencies": { - "@apollo/federation": "^0.21.0", + "@apollo/federation": "^0.23.0", "@commitlint/cli": "^12.0.1", "@commitlint/config-angular": "^12.0.1", "@graphql-tools/utils": "^7.7.2", @@ -66,7 +66,7 @@ "@nestjs/graphql": "^7.9.11" }, "peerDependencies": { - "@apollo/federation": "^0.21.0", + "@apollo/federation": "^0.23.0", "@nestjs/common": "^7.6.15", "@nestjs/core": "^7.6.15", "@nestjs/platform-fastify": "^7.6.15", diff --git a/yarn.lock b/yarn.lock index 09cf108..20d3c0b 100644 --- a/yarn.lock +++ b/yarn.lock @@ -12,10 +12,10 @@ core-js "^3.4.0" lodash.xorby "^4.7.0" -"@apollo/federation@^0.21.0": - version "0.21.0" - resolved "https://registry.yarnpkg.com/@apollo/federation/-/federation-0.21.0.tgz#df834b7ac884c5cdb0d0e69f5345dd0ee038b0fc" - integrity sha512-v4cmNa4307UrWPIY7oqqGNZGRigg4PJ30T864vMylAU75IcDk/7XUI0AMlaJbYQzndldNnHeeoWkIyRTLN2wGA== +"@apollo/federation@^0.23.0": + version "0.23.0" + resolved "https://registry.yarnpkg.com/@apollo/federation/-/federation-0.23.0.tgz#3978c7b182d3e942d9728a6e881fde4b41a19e93" + integrity sha512-4ad/DoTom8pl0qY9fzg/FmyOrZdfSCS2LS2HnQBNa1/GoqiSIzzk/QGUYP9acZ6UvfBWA91rzI3MJkwkvUZYBw== dependencies: apollo-graphql "^0.6.0" lodash.xorby "^4.7.0"