Skip to content

Commit

Permalink
fix(deps): update apollo graphql packages
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Oct 9, 2023
1 parent ecdd86f commit 9e4a6f6
Show file tree
Hide file tree
Showing 18 changed files with 873 additions and 772 deletions.
14 changes: 7 additions & 7 deletions sample/12-graphql-schema-first/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion sample/12-graphql-schema-first/package.json
Expand Up @@ -19,7 +19,7 @@
"test:e2e": "echo 'No e2e tests implemented yet.'"
},
"dependencies": {
"@apollo/server": "4.9.3",
"@apollo/server": "4.9.4",
"@graphql-tools/utils": "10.0.5",
"@nestjs/apollo": "12.0.3",
"@nestjs/common": "10.2.6",
Expand Down
14 changes: 7 additions & 7 deletions sample/22-graphql-prisma/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion sample/22-graphql-prisma/package.json
Expand Up @@ -20,7 +20,7 @@
"test:e2e": "echo 'No e2e tests implemented yet.'"
},
"dependencies": {
"@apollo/server": "4.9.3",
"@apollo/server": "4.9.4",
"@nestjs/apollo": "12.0.3",
"@nestjs/common": "10.2.6",
"@nestjs/core": "10.2.6",
Expand Down
14 changes: 7 additions & 7 deletions sample/23-graphql-code-first/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion sample/23-graphql-code-first/package.json
Expand Up @@ -19,7 +19,7 @@
"test:e2e": "echo 'No e2e tests implemented yet.'"
},
"dependencies": {
"@apollo/server": "4.9.3",
"@apollo/server": "4.9.4",
"@nestjs/apollo": "12.0.3",
"@nestjs/common": "10.2.6",
"@nestjs/core": "10.2.6",
Expand Down

0 comments on commit 9e4a6f6

Please sign in to comment.