Skip to content

Commit

Permalink
chore(deps): update dependency fastify to v5 (#3475)
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] authored Nov 11, 2024
1 parent bafdbe6 commit 07a031a
Show file tree
Hide file tree
Showing 4 changed files with 119 additions and 18 deletions.
2 changes: 1 addition & 1 deletion examples/fastify-modules/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"dependencies": {
"@envelop/graphql-modules": "6.0.0",
"@graphql-tools/load-files": "7.0.0",
"fastify": "4.17.0",
"fastify": "5.1.0",
"graphql-modules": "2.1.2",
"graphql-yoga": "workspace:*",
"reflect-metadata": "0.1.13"
Expand Down
2 changes: 1 addition & 1 deletion examples/fastify/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"dependencies": {
"@whatwg-node/fetch": "^0.10.1",
"fastify": "4.17.0",
"fastify": "5.1.0",
"graphql-yoga": "workspace:*",
"pino-pretty": "11.2.1"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/nestjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"@types/ws": "^8.5.4",
"@whatwg-node/fetch": "^0.10.1",
"express": "^4.18.2",
"fastify": "^4.13.0",
"fastify": "^5.0.0",
"glob": "^11.0.0",
"graphql": "^16.6.0",
"graphql-http": "^1.18.0",
Expand Down
131 changes: 116 additions & 15 deletions pnpm-lock.yaml

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

0 comments on commit 07a031a

Please sign in to comment.