diff --git a/examples/federation/graphql-gateway/package.json b/examples/federation/graphql-gateway/package.json index 98185fcdb..dd8af20a4 100644 --- a/examples/federation/graphql-gateway/package.json +++ b/examples/federation/graphql-gateway/package.json @@ -14,7 +14,7 @@ "start:prod": "node dist/main" }, "dependencies": { - "@apollo/federation": "0.14.1", + "@apollo/federation": "0.15.0", "@nestjs/common": "7.0.9", "@nestjs/core": "7.0.9", "@nestjs/graphql": "7.3.7", diff --git a/examples/federation/sub-task-graphql/package.json b/examples/federation/sub-task-graphql/package.json index 21363b359..d8e9bd592 100644 --- a/examples/federation/sub-task-graphql/package.json +++ b/examples/federation/sub-task-graphql/package.json @@ -17,7 +17,7 @@ "seed": "node ../../../node_modules/typeorm-seeding/dist/cli.js -n ./ormconfig.json -c sub-task-db seed" }, "dependencies": { - "@apollo/federation": "0.14.1", + "@apollo/federation": "0.15.0", "@nestjs-query/core": "0.10.0", "@nestjs-query/query-graphql": "0.10.1", "@nestjs-query/query-typeorm": "0.10.2", diff --git a/examples/federation/tag-graphql/package.json b/examples/federation/tag-graphql/package.json index c4e6c30d7..f6ab43d6c 100644 --- a/examples/federation/tag-graphql/package.json +++ b/examples/federation/tag-graphql/package.json @@ -17,7 +17,7 @@ "seed": "node ../../../node_modules/typeorm-seeding/dist/cli.js -n ./ormconfig.json -c tag-db seed" }, "dependencies": { - "@apollo/federation": "0.14.1", + "@apollo/federation": "0.15.0", "@nestjs-query/core": "0.10.0", "@nestjs-query/query-graphql": "0.10.1", "@nestjs-query/query-typeorm": "0.10.2", diff --git a/examples/federation/todo-item-graphql/package.json b/examples/federation/todo-item-graphql/package.json index f47aa6101..8c2bfbf95 100644 --- a/examples/federation/todo-item-graphql/package.json +++ b/examples/federation/todo-item-graphql/package.json @@ -17,7 +17,7 @@ "seed": "node ../../../node_modules/typeorm-seeding/dist/cli.js -n ./ormconfig.json -c todo-item-db seed" }, "dependencies": { - "@apollo/federation": "0.14.1", + "@apollo/federation": "0.15.0", "@nestjs-query/core": "0.10.0", "@nestjs-query/query-graphql": "0.10.1", "@nestjs-query/query-typeorm": "0.10.2", diff --git a/package-lock.json b/package-lock.json index 58d8be023..35eefe71c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -258,9 +258,9 @@ } }, "@apollo/federation": { - "version": "0.14.1", - "resolved": "https://registry.npmjs.org/@apollo/federation/-/federation-0.14.1.tgz", - "integrity": "sha512-QuX2O3xO6mcTZdqttxHaMKWgq1v0nYRiDLe4k7DwAxVtb9nF8lsJDlup4Zicx3LBYhBCGQvumrYILuF/Amn6WQ==", + "version": "0.15.0", + "resolved": "https://registry.npmjs.org/@apollo/federation/-/federation-0.15.0.tgz", + "integrity": "sha512-L6n41obKc0fLQdZ0uSHhHRJNCIAxZ5uDeqQON+Q+ewiUfS3XetCCf/cGpiiL50TIY/n8Bvh5ZPWLMTtP0tyw5g==", "requires": { "apollo-graphql": "^0.4.0", "apollo-server-env": "^2.4.3", @@ -289,6 +289,18 @@ "pretty-format": "^24.7.0" }, "dependencies": { + "@apollo/federation": { + "version": "0.14.1", + "resolved": "https://registry.npmjs.org/@apollo/federation/-/federation-0.14.1.tgz", + "integrity": "sha512-QuX2O3xO6mcTZdqttxHaMKWgq1v0nYRiDLe4k7DwAxVtb9nF8lsJDlup4Zicx3LBYhBCGQvumrYILuF/Amn6WQ==", + "optional": true, + "requires": { + "apollo-graphql": "^0.4.0", + "apollo-server-env": "^2.4.3", + "core-js": "^3.4.0", + "lodash.xorby": "^4.7.0" + } + }, "@jest/types": { "version": "24.9.0", "resolved": "https://registry.npmjs.org/@jest/types/-/types-24.9.0.tgz", @@ -3955,6 +3967,18 @@ "uuid": "8.0.0" }, "dependencies": { + "@apollo/federation": { + "version": "0.14.1", + "resolved": "https://registry.npmjs.org/@apollo/federation/-/federation-0.14.1.tgz", + "integrity": "sha512-QuX2O3xO6mcTZdqttxHaMKWgq1v0nYRiDLe4k7DwAxVtb9nF8lsJDlup4Zicx3LBYhBCGQvumrYILuF/Amn6WQ==", + "optional": true, + "requires": { + "apollo-graphql": "^0.4.0", + "apollo-server-env": "^2.4.3", + "core-js": "^3.4.0", + "lodash.xorby": "^4.7.0" + } + }, "@nodelib/fs.stat": { "version": "2.0.3", "resolved": "https://registry.npmjs.org/@nodelib/fs.stat/-/fs.stat-2.0.3.tgz",