Skip to content

Commit

Permalink
Merge pull request #14371 from nestjs/renovate/apollo-graphql-packages
Browse files Browse the repository at this point in the history
fix(deps): update dependency @apollo/server to v4.11.3
  • Loading branch information
kamilmysliwiec authored Jan 8, 2025
2 parents 1cbc61c + d9d779e commit 17ddb7d
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
"uuid": "11.0.3"
},
"devDependencies": {
"@apollo/server": "4.11.2",
"@apollo/server": "4.11.3",
"@codechecks/client": "0.1.12",
"@commitlint/cli": "19.6.1",
"@commitlint/config-angular": "19.6.0",
Expand Down
2 changes: 1 addition & 1 deletion sample/12-graphql-schema-first/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"test:e2e": "jest --config ./e2e/jest-e2e.json"
},
"dependencies": {
"@apollo/server": "4.11.2",
"@apollo/server": "4.11.3",
"@graphql-tools/utils": "10.6.4",
"@nestjs/apollo": "12.2.2",
"@nestjs/common": "10.4.15",
Expand Down
2 changes: 1 addition & 1 deletion sample/22-graphql-prisma/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"test:e2e": "echo 'No e2e tests implemented yet.'"
},
"dependencies": {
"@apollo/server": "4.11.2",
"@apollo/server": "4.11.3",
"@nestjs/apollo": "12.2.2",
"@nestjs/common": "10.4.15",
"@nestjs/core": "10.4.15",
Expand Down
2 changes: 1 addition & 1 deletion sample/23-graphql-code-first/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"test:e2e": "echo 'No e2e tests implemented yet.'"
},
"dependencies": {
"@apollo/server": "4.11.2",
"@apollo/server": "4.11.3",
"@nestjs/apollo": "12.2.2",
"@nestjs/common": "10.4.15",
"@nestjs/core": "10.4.15",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
},
"dependencies": {
"@apollo/gateway": "2.9.3",
"@apollo/server": "4.11.2",
"@apollo/server": "4.11.3",
"@nestjs/apollo": "12.2.2",
"@nestjs/common": "10.4.15",
"@nestjs/core": "10.4.15",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"dependencies": {
"@apollo/federation": "0.38.1",
"@apollo/gateway": "2.9.3",
"@apollo/server": "4.11.2",
"@apollo/server": "4.11.3",
"@apollo/subgraph": "2.9.3",
"@nestjs/apollo": "12.2.2",
"@nestjs/common": "10.4.15",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
},
"dependencies": {
"@apollo/gateway": "2.9.3",
"@apollo/server": "4.11.2",
"@apollo/server": "4.11.3",
"@apollo/subgraph": "2.9.3",
"@nestjs/apollo": "12.2.2",
"@nestjs/common": "10.4.15",
Expand Down

0 comments on commit 17ddb7d

Please sign in to comment.