Skip to content

Commit 4d4103f

Browse files
Merge pull request #14321 from nestjs/renovate/apollo-graphql-packages
fix(deps): update dependency @apollo/gateway to v2.9.3
2 parents b4cdc97 + f049931 commit 4d4103f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

sample/32-graphql-federation-schema-first/gateway/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"test:e2e": "echo 'No e2e tests implemented yet.'"
2222
},
2323
"dependencies": {
24-
"@apollo/gateway": "2.8.5",
24+
"@apollo/gateway": "2.9.3",
2525
"@apollo/server": "^4.7.4",
2626
"@nestjs/apollo": "12.2.2",
2727
"@nestjs/common": "10.4.15",

sample/32-graphql-federation-schema-first/posts-application/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"test:e2e": "echo 'No e2e tests implemented yet.'"
2222
},
2323
"dependencies": {
24-
"@apollo/gateway": "2.8.5",
24+
"@apollo/gateway": "2.9.3",
2525
"@apollo/server": "^4.7.4",
2626
"@apollo/subgraph": "2.9.3",
2727
"@nestjs/apollo": "12.2.2",

0 commit comments

Comments
 (0)