diff --git a/federation-2/Cargo.lock b/federation-2/Cargo.lock index 5d90bf88..92c11206 100644 --- a/federation-2/Cargo.lock +++ b/federation-2/Cargo.lock @@ -1037,7 +1037,7 @@ checksum = "eabb4a44450da02c90444cf74558da904edde8fb4e9035a9a6a4e15445af0bd7" [[package]] name = "harmonizer" -version = "2.6.0" +version = "2.6.1" dependencies = [ "apollo-federation-types", "deno_core", @@ -2210,7 +2210,7 @@ checksum = "6bdef32e8150c2a081110b42772ffe7d7c9032b606bc226c8260fd97e0976601" [[package]] name = "supergraph" -version = "2.6.0" +version = "2.6.1" dependencies = [ "apollo-federation-types", "camino", diff --git a/federation-2/harmonizer/Cargo.toml b/federation-2/harmonizer/Cargo.toml index a3cd90b9..cc665689 100644 --- a/federation-2/harmonizer/Cargo.toml +++ b/federation-2/harmonizer/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "harmonizer" -version = "2.6.0" +version = "2.6.1" authors = ["Apollo "] edition = "2018" description = "Apollo Federation utility to compose a supergraph from subgraphs" diff --git a/federation-2/harmonizer/package-lock.json b/federation-2/harmonizer/package-lock.json index 25968a15..e77cd262 100644 --- a/federation-2/harmonizer/package-lock.json +++ b/federation-2/harmonizer/package-lock.json @@ -1,15 +1,15 @@ { "name": "@apollo/harmonizer-2", - "version": "2.6.0", + "version": "2.6.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@apollo/harmonizer-2", - "version": "2.6.0", + "version": "2.6.1", "license": "SEE LICENSE IN ./LICENSE", "dependencies": { - "@apollo/composition": "2.6.0" + "@apollo/composition": "2.6.1" }, "devDependencies": { "@iarna/toml": "2.2.5", @@ -32,12 +32,12 @@ } }, "node_modules/@apollo/composition": { - "version": "2.6.0", - "resolved": "https://registry.npmjs.org/@apollo/composition/-/composition-2.6.0.tgz", - "integrity": "sha512-vSLEz8EpFj76TVf6XBIDq5VM28uy0pDVtY/vzaHHvcCaoqyvx5ukWyV7eZoC7YXrniP4zVI2e/byk2cojAL9Lg==", + "version": "2.6.1", + "resolved": "https://registry.npmjs.org/@apollo/composition/-/composition-2.6.1.tgz", + "integrity": "sha512-jj4Y/r15EX5N/e4VtU/ftxNQI8NyYDc2IS3Tq2/pUH57sM0HyCqJzwc0tVsptEAhwgYVzuFgiRXlchMjwer/Zg==", "dependencies": { - "@apollo/federation-internals": "2.6.0", - "@apollo/query-graphs": "2.6.0" + "@apollo/federation-internals": "2.6.1", + "@apollo/query-graphs": "2.6.1" }, "engines": { "node": ">=14.15.0" @@ -47,9 +47,9 @@ } }, "node_modules/@apollo/federation-internals": { - "version": "2.6.0", - "resolved": "https://registry.npmjs.org/@apollo/federation-internals/-/federation-internals-2.6.0.tgz", - "integrity": "sha512-59hmP4jlgrVIUSFQrCCxeOYahHH5q1schlJIzWWbTmYgBAbP8iZF/6MYIBJqpk1Hv+ZPI6P+tPAle8QYz4bE5Q==", + "version": "2.6.1", + "resolved": "https://registry.npmjs.org/@apollo/federation-internals/-/federation-internals-2.6.1.tgz", + "integrity": "sha512-6nsLtspVvJ3+41JDhhJkJIvLKHTZSZempPQjiaoehZJ9SU/8oPZQ9FomF8XGbgEZMKmnc+4/YweonQURusDW5w==", "dependencies": { "@types/uuid": "^9.0.0", "chalk": "^4.1.0", @@ -64,11 +64,11 @@ } }, "node_modules/@apollo/query-graphs": { - "version": "2.6.0", - "resolved": "https://registry.npmjs.org/@apollo/query-graphs/-/query-graphs-2.6.0.tgz", - "integrity": "sha512-IWm2g5zxqPgRPw1gs7EnYVnt/xOiyOZ1vVjM/pmrFQTZN39+hrkbLhg8E3kzx/QwqByAzowAJQ6qMqIdf1ZakQ==", + "version": "2.6.1", + "resolved": "https://registry.npmjs.org/@apollo/query-graphs/-/query-graphs-2.6.1.tgz", + "integrity": "sha512-7D7Rxcmy1/bQ7ZkTFocy+MbG1rhCEyrhCZj8WW5zgwMp0qfr/PCQxB1/fhU4pxdugXWZsgPlNi5o7O8iqeYKxQ==", "dependencies": { - "@apollo/federation-internals": "2.6.0", + "@apollo/federation-internals": "2.6.1", "deep-equal": "^2.0.5", "ts-graphviz": "^1.5.4", "uuid": "^9.0.0" @@ -2113,18 +2113,18 @@ }, "dependencies": { "@apollo/composition": { - "version": "2.6.0", - "resolved": "https://registry.npmjs.org/@apollo/composition/-/composition-2.6.0.tgz", - "integrity": "sha512-vSLEz8EpFj76TVf6XBIDq5VM28uy0pDVtY/vzaHHvcCaoqyvx5ukWyV7eZoC7YXrniP4zVI2e/byk2cojAL9Lg==", + "version": "2.6.1", + "resolved": "https://registry.npmjs.org/@apollo/composition/-/composition-2.6.1.tgz", + "integrity": "sha512-jj4Y/r15EX5N/e4VtU/ftxNQI8NyYDc2IS3Tq2/pUH57sM0HyCqJzwc0tVsptEAhwgYVzuFgiRXlchMjwer/Zg==", "requires": { - "@apollo/federation-internals": "2.6.0", - "@apollo/query-graphs": "2.6.0" + "@apollo/federation-internals": "2.6.1", + "@apollo/query-graphs": "2.6.1" } }, "@apollo/federation-internals": { - "version": "2.6.0", - "resolved": "https://registry.npmjs.org/@apollo/federation-internals/-/federation-internals-2.6.0.tgz", - "integrity": "sha512-59hmP4jlgrVIUSFQrCCxeOYahHH5q1schlJIzWWbTmYgBAbP8iZF/6MYIBJqpk1Hv+ZPI6P+tPAle8QYz4bE5Q==", + "version": "2.6.1", + "resolved": "https://registry.npmjs.org/@apollo/federation-internals/-/federation-internals-2.6.1.tgz", + "integrity": "sha512-6nsLtspVvJ3+41JDhhJkJIvLKHTZSZempPQjiaoehZJ9SU/8oPZQ9FomF8XGbgEZMKmnc+4/YweonQURusDW5w==", "requires": { "@types/uuid": "^9.0.0", "chalk": "^4.1.0", @@ -2133,11 +2133,11 @@ } }, "@apollo/query-graphs": { - "version": "2.6.0", - "resolved": "https://registry.npmjs.org/@apollo/query-graphs/-/query-graphs-2.6.0.tgz", - "integrity": "sha512-IWm2g5zxqPgRPw1gs7EnYVnt/xOiyOZ1vVjM/pmrFQTZN39+hrkbLhg8E3kzx/QwqByAzowAJQ6qMqIdf1ZakQ==", + "version": "2.6.1", + "resolved": "https://registry.npmjs.org/@apollo/query-graphs/-/query-graphs-2.6.1.tgz", + "integrity": "sha512-7D7Rxcmy1/bQ7ZkTFocy+MbG1rhCEyrhCZj8WW5zgwMp0qfr/PCQxB1/fhU4pxdugXWZsgPlNi5o7O8iqeYKxQ==", "requires": { - "@apollo/federation-internals": "2.6.0", + "@apollo/federation-internals": "2.6.1", "deep-equal": "^2.0.5", "ts-graphviz": "^1.5.4", "uuid": "^9.0.0" diff --git a/federation-2/harmonizer/package.json b/federation-2/harmonizer/package.json index 2e6f1aae..b00f5d53 100644 --- a/federation-2/harmonizer/package.json +++ b/federation-2/harmonizer/package.json @@ -1,7 +1,7 @@ { "name": "@apollo/harmonizer-2", "private": true, - "version": "2.6.0", + "version": "2.6.1", "description": "Apollo Federation Harmonizer JS Entrypoint", "main": "dist/index.js", "types": "dist/index.d.ts", @@ -29,7 +29,7 @@ "npm": ">=7 <10" }, "dependencies": { - "@apollo/composition": "2.6.0" + "@apollo/composition": "2.6.1" }, "peerDependencies": { "graphql": "^15.7.0 || ^16.0.0" diff --git a/federation-2/supergraph/Cargo.toml b/federation-2/supergraph/Cargo.toml index 3ea5d062..db8483f2 100644 --- a/federation-2/supergraph/Cargo.toml +++ b/federation-2/supergraph/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "supergraph" -version = "2.6.0" +version = "2.6.1" edition = "2021" publish = false