Skip to content

Commit

Permalink
fix(deps): update nest-graphql monorepo to v12.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 16, 2024
1 parent aeb15c3 commit c89adce
Show file tree
Hide file tree
Showing 3 changed files with 77 additions and 77 deletions.
146 changes: 73 additions & 73 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions packages/graphql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@
"devDependencies": {
"@apollo/server": "4.11.2",
"@nestjs-cognito/testing": "^1.1.5",
"@nestjs/apollo": "12.2.1",
"@nestjs/graphql": "12.2.1",
"@nestjs/apollo": "12.2.2",
"@nestjs/graphql": "12.2.2",
"@nestjs/jwt": "10.1.0",
"@nestjs/testing": "10.4.7"
},
Expand Down
4 changes: 2 additions & 2 deletions sample/02-auth-graphql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@
"dependencies": {
"@nestjs-cognito/auth": "^1.0.2",
"@nestjs-cognito/graphql": "^2.0.0",
"@nestjs/apollo": "12.2.1",
"@nestjs/apollo": "12.2.2",
"@nestjs/common": "10.4.7",
"@nestjs/core": "10.4.7",
"@nestjs/graphql": "12.2.1",
"@nestjs/graphql": "12.2.2",
"@nestjs/platform-express": "10.4.7",
"@apollo/server": "4.11.2",
"graphql": "16.9.0",
Expand Down

0 comments on commit c89adce

Please sign in to comment.