Skip to content

Commit

Permalink
fix(deps): update dependency @apollo/server to v4.10.4 (#930)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Apr 19, 2024
1 parent 1a140e9 commit c9596fb
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
18 changes: 9 additions & 9 deletions 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 package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"cw": "commitizard -s conventional"
},
"devDependencies": {
"@apollo/server": "4.10.2",
"@apollo/server": "4.10.4",
"@commitlint/cli": "19.2.2",
"@commitlint/config-angular": "19.2.2",
"@golevelup/ts-jest": "0.5.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/graphql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"url": "https://github.com/Lokicoule/nestjs-cognito/issues"
},
"devDependencies": {
"@apollo/server": "4.10.2",
"@apollo/server": "4.10.4",
"@nestjs-cognito/testing": "^1.1.3",
"@nestjs/apollo": "12.1.0",
"@nestjs/graphql": "12.1.1",
Expand Down
2 changes: 1 addition & 1 deletion sample/02-auth-graphql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"@nestjs/core": "10.3.7",
"@nestjs/graphql": "12.1.1",
"@nestjs/platform-express": "10.3.7",
"@apollo/server": "4.10.2",
"@apollo/server": "4.10.4",
"graphql": "16.8.1",
"reflect-metadata": "0.2.2",
"rimraf": "5.0.5",
Expand Down

0 comments on commit c9596fb

Please sign in to comment.