Skip to content

Commit

Permalink
fix(deps): update dependency @apollo/server to v4.10.4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Apr 20, 2024
1 parent 2f09c2b commit b8c6c26
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion community-generators/typegraphql-prisma/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
},
"dependencies": {
"@prisma/client": "5.13.0-dev.33",
"@apollo/server": "4.10.2",
"@apollo/server": "4.10.4",
"class-validator": "0.14.1",
"graphql": "16.8.1",
"graphql-fields": "2.0.3",
Expand Down
2 changes: 1 addition & 1 deletion libraries/apollo-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
},
"dependencies": {
"@apollo/client": "3.9.11",
"@apollo/server": "4.10.2",
"@apollo/server": "4.10.4",
"@prisma/client": "5.13.0-dev.33",
"@types/node-fetch": "2.6.11",
"graphql": "16.8.1"
Expand Down
2 changes: 1 addition & 1 deletion libraries/type-graphql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"dev": "ts-node-dev --no-notify --respawn --transpileOnly src/server"
},
"dependencies": {
"@apollo/server": "4.10.2",
"@apollo/server": "4.10.4",
"@prisma/client": "5.13.0-dev.33",
"class-validator": "0.14.1",
"graphql": "16.8.1",
Expand Down

0 comments on commit b8c6c26

Please sign in to comment.