From 60d099b7a51a5b092af20cd471bb9a8bb5472919 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 19 Feb 2026 20:42:57 +0000 Subject: [PATCH] fix(deps): update apollo graphql packages to v2.13.1 --- sample/31-graphql-federation-code-first/gateway/package.json | 2 +- .../posts-application/package.json | 4 ++-- .../users-application/package.json | 4 ++-- .../32-graphql-federation-schema-first/gateway/package.json | 2 +- .../posts-application/package.json | 4 ++-- .../users-application/package.json | 4 ++-- 6 files changed, 10 insertions(+), 10 deletions(-) diff --git a/sample/31-graphql-federation-code-first/gateway/package.json b/sample/31-graphql-federation-code-first/gateway/package.json index 257af0eb9..5708c177f 100644 --- a/sample/31-graphql-federation-code-first/gateway/package.json +++ b/sample/31-graphql-federation-code-first/gateway/package.json @@ -19,7 +19,7 @@ "test:e2e": "echo 'No e2e tests implemented yet.'" }, "dependencies": { - "@apollo/gateway": "2.13.0", + "@apollo/gateway": "2.13.1", "@apollo/server": "5.4.0", "@nestjs/apollo": "13.2.4", "@nestjs/common": "11.1.14", diff --git a/sample/31-graphql-federation-code-first/posts-application/package.json b/sample/31-graphql-federation-code-first/posts-application/package.json index 8160daba9..d4060ca37 100644 --- a/sample/31-graphql-federation-code-first/posts-application/package.json +++ b/sample/31-graphql-federation-code-first/posts-application/package.json @@ -20,9 +20,9 @@ }, "dependencies": { "@apollo/federation": "0.38.1", - "@apollo/gateway": "2.13.0", + "@apollo/gateway": "2.13.1", "@apollo/server": "5.4.0", - "@apollo/subgraph": "2.13.0", + "@apollo/subgraph": "2.13.1", "@nestjs/apollo": "13.2.4", "@nestjs/common": "11.1.14", "@nestjs/core": "11.1.14", diff --git a/sample/31-graphql-federation-code-first/users-application/package.json b/sample/31-graphql-federation-code-first/users-application/package.json index c02cf4d8d..3a0ce6800 100644 --- a/sample/31-graphql-federation-code-first/users-application/package.json +++ b/sample/31-graphql-federation-code-first/users-application/package.json @@ -19,9 +19,9 @@ "test:e2e": "echo 'No e2e tests implemented yet.'" }, "dependencies": { - "@apollo/gateway": "2.13.0", + "@apollo/gateway": "2.13.1", "@apollo/server": "5.4.0", - "@apollo/subgraph": "2.13.0", + "@apollo/subgraph": "2.13.1", "@nestjs/apollo": "13.2.4", "@nestjs/common": "11.1.14", "@nestjs/core": "11.1.14", diff --git a/sample/32-graphql-federation-schema-first/gateway/package.json b/sample/32-graphql-federation-schema-first/gateway/package.json index 5dbbd1d28..9adff1375 100644 --- a/sample/32-graphql-federation-schema-first/gateway/package.json +++ b/sample/32-graphql-federation-schema-first/gateway/package.json @@ -21,7 +21,7 @@ "test:e2e": "echo 'No e2e tests implemented yet.'" }, "dependencies": { - "@apollo/gateway": "2.13.0", + "@apollo/gateway": "2.13.1", "@apollo/server": "^5.0.0", "@nestjs/apollo": "13.2.4", "@nestjs/common": "11.1.14", diff --git a/sample/32-graphql-federation-schema-first/posts-application/package.json b/sample/32-graphql-federation-schema-first/posts-application/package.json index 517501aea..097526e09 100644 --- a/sample/32-graphql-federation-schema-first/posts-application/package.json +++ b/sample/32-graphql-federation-schema-first/posts-application/package.json @@ -21,9 +21,9 @@ "test:e2e": "echo 'No e2e tests implemented yet.'" }, "dependencies": { - "@apollo/gateway": "2.13.0", + "@apollo/gateway": "2.13.1", "@apollo/server": "^5.0.0", - "@apollo/subgraph": "2.13.0", + "@apollo/subgraph": "2.13.1", "@nestjs/apollo": "13.2.4", "@nestjs/common": "11.1.14", "@nestjs/core": "11.1.14", diff --git a/sample/32-graphql-federation-schema-first/users-application/package.json b/sample/32-graphql-federation-schema-first/users-application/package.json index 4ea0953de..8ab2eafce 100644 --- a/sample/32-graphql-federation-schema-first/users-application/package.json +++ b/sample/32-graphql-federation-schema-first/users-application/package.json @@ -20,9 +20,9 @@ "test:e2e": "echo 'No e2e tests implemented yet.'" }, "dependencies": { - "@apollo/gateway": "2.13.0", + "@apollo/gateway": "2.13.1", "@apollo/server": "^5.0.0", - "@apollo/subgraph": "2.13.0", + "@apollo/subgraph": "2.13.1", "@nestjs/apollo": "13.2.4", "@nestjs/common": "11.1.14", "@nestjs/core": "11.1.14",