Skip to content

Commit

Permalink
chore(deps): bump graphql from 16.7.1 to 16.8.1
Browse files Browse the repository at this point in the history
Bumps [graphql](https://github.com/graphql/graphql-js) from 16.7.1 to 16.8.1.
- [Release notes](https://github.com/graphql/graphql-js/releases)
- [Commits](graphql/graphql-js@v16.7.1...v16.8.1)

---
updated-dependencies:
- dependency-name: graphql
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 21, 2023
1 parent 98a6359 commit 4f92e25
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion apps/blog-graphql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"@nestjs/graphql": "^12.0.8",
"@package/nestjs-health": "*",
"@prisma/client": "^5.1.1",
"graphql": "^16.7.1",
"graphql": "^16.8.1",
"reflect-metadata": "^0.1.13",
"rxjs": "^7.8.1"
},
Expand Down
2 changes: 1 addition & 1 deletion apps/graphql-gateway/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"@package/nestjs-health": "*",
"express": "^4.18.2",
"google-auth-library": "^9.0.0",
"graphql": "^16.6.0",
"graphql": "^16.8.1",
"reflect-metadata": "^0.1.13",
"rxjs": "^7.2.0"
},
Expand Down
2 changes: 1 addition & 1 deletion apps/todo-graphql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"@package/nestjs-health": "*",
"@prisma/client": "^5.1.1",
"express": "^4.18.2",
"graphql": "^16.7.1",
"graphql": "^16.8.1",
"reflect-metadata": "^0.1.13",
"rxjs": "^7.8.1"
},
Expand Down
2 changes: 1 addition & 1 deletion apps/user-graphql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"@nestjs/graphql": "^12.0.8",
"@package/nestjs-health": "*",
"@prisma/client": "^5.1.1",
"graphql": "^16.7.1",
"graphql": "^16.8.1",
"reflect-metadata": "^0.1.13",
"rxjs": "^7.8.1"
},
Expand Down
2 changes: 1 addition & 1 deletion apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"@clerk/nextjs": "^4.16.4",
"@heroicons/react": "^2.0.18",
"@package/nextjs-header": "*",
"graphql": "^16.7.1",
"graphql": "^16.8.1",
"next": "^13.4.12",
"react": "^18.2.0",
"react-dom": "^18.2.0"
Expand Down
16 changes: 8 additions & 8 deletions package-lock.json

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

0 comments on commit 4f92e25

Please sign in to comment.