Skip to content

Commit 2e1ae5a

Browse files
Merge pull request #14922 from nestjs/renovate/apollo-graphql-packages
fix(deps): update apollo graphql packages
2 parents 3268861 + e52a8d9 commit 2e1ae5a

File tree

10 files changed

+37
-24
lines changed

10 files changed

+37
-24
lines changed

package-lock.json

Lines changed: 21 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sample/12-graphql-schema-first/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"test:e2e": "jest --config ./e2e/jest-e2e.json"
2020
},
2121
"dependencies": {
22-
"@apollo/server": "4.11.3",
22+
"@apollo/server": "4.12.0",
2323
"@graphql-tools/utils": "10.8.6",
2424
"@nestjs/apollo": "13.0.4",
2525
"@nestjs/common": "11.0.13",

sample/22-graphql-prisma/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"test:e2e": "echo 'No e2e tests implemented yet.'"
2121
},
2222
"dependencies": {
23-
"@apollo/server": "4.11.3",
23+
"@apollo/server": "4.12.0",
2424
"@nestjs/apollo": "13.0.4",
2525
"@nestjs/common": "11.0.13",
2626
"@nestjs/core": "11.0.13",

sample/23-graphql-code-first/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"test:e2e": "echo 'No e2e tests implemented yet.'"
2020
},
2121
"dependencies": {
22-
"@apollo/server": "4.11.3",
22+
"@apollo/server": "4.12.0",
2323
"@nestjs/apollo": "13.0.4",
2424
"@nestjs/common": "11.0.13",
2525
"@nestjs/core": "11.0.13",

sample/31-graphql-federation-code-first/gateway/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919
"test:e2e": "echo 'No e2e tests implemented yet.'"
2020
},
2121
"dependencies": {
22-
"@apollo/gateway": "2.10.0",
23-
"@apollo/server": "4.11.3",
22+
"@apollo/gateway": "2.10.1",
23+
"@apollo/server": "4.12.0",
2424
"@nestjs/apollo": "13.0.4",
2525
"@nestjs/common": "11.0.13",
2626
"@nestjs/core": "11.0.13",

sample/31-graphql-federation-code-first/posts-application/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@
2020
},
2121
"dependencies": {
2222
"@apollo/federation": "0.38.1",
23-
"@apollo/gateway": "2.10.0",
24-
"@apollo/server": "4.11.3",
25-
"@apollo/subgraph": "2.10.0",
23+
"@apollo/gateway": "2.10.1",
24+
"@apollo/server": "4.12.0",
25+
"@apollo/subgraph": "2.10.1",
2626
"@nestjs/apollo": "13.0.4",
2727
"@nestjs/common": "11.0.13",
2828
"@nestjs/core": "11.0.13",

sample/31-graphql-federation-code-first/users-application/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@
1919
"test:e2e": "echo 'No e2e tests implemented yet.'"
2020
},
2121
"dependencies": {
22-
"@apollo/gateway": "2.10.0",
23-
"@apollo/server": "4.11.3",
24-
"@apollo/subgraph": "2.10.0",
22+
"@apollo/gateway": "2.10.1",
23+
"@apollo/server": "4.12.0",
24+
"@apollo/subgraph": "2.10.1",
2525
"@nestjs/apollo": "13.0.4",
2626
"@nestjs/common": "11.0.13",
2727
"@nestjs/core": "11.0.13",

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.10.0",
24+
"@apollo/gateway": "2.10.1",
2525
"@apollo/server": "^4.11.3",
2626
"@nestjs/apollo": "13.0.4",
2727
"@nestjs/common": "11.0.13",

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@
2121
"test:e2e": "echo 'No e2e tests implemented yet.'"
2222
},
2323
"dependencies": {
24-
"@apollo/gateway": "2.10.0",
24+
"@apollo/gateway": "2.10.1",
2525
"@apollo/server": "^4.11.3",
26-
"@apollo/subgraph": "2.10.0",
26+
"@apollo/subgraph": "2.10.1",
2727
"@nestjs/apollo": "13.0.4",
2828
"@nestjs/common": "11.0.13",
2929
"@nestjs/core": "11.0.13",

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@
2020
"test:e2e": "echo 'No e2e tests implemented yet.'"
2121
},
2222
"dependencies": {
23-
"@apollo/gateway": "2.10.0",
23+
"@apollo/gateway": "2.10.1",
2424
"@apollo/server": "^4.11.3",
25-
"@apollo/subgraph": "2.10.0",
25+
"@apollo/subgraph": "2.10.1",
2626
"@nestjs/apollo": "13.0.4",
2727
"@nestjs/common": "11.0.13",
2828
"@nestjs/core": "11.0.13",

0 commit comments

Comments
 (0)