Skip to content

Commit

Permalink
chore(deps): Bump fastify from 3.29.0 to 5.2.1
Browse files Browse the repository at this point in the history
Bumps [fastify](https://github.com/fastify/fastify) from 3.29.0 to 5.2.1.
- [Release notes](https://github.com/fastify/fastify/releases)
- [Commits](fastify/fastify@v3.29.0...v5.2.1)

---
updated-dependencies:
- dependency-name: fastify
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jan 8, 2025
1 parent 4b86148 commit 8d548fb
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion examples/fastify-ssr/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"dependencies": {
"@fastify/static": "^7.0.4",
"babel-plugin-dynamic-import-node": "^2.2.0",
"fastify": "^4.2.0",
"fastify": "^5.2.1",
"graphql-hooks": "^8.2.0",
"graphql-hooks-memcache": "^3.2.0",
"graphql-hooks-ssr": "^3.0.1",
Expand Down
2 changes: 1 addition & 1 deletion examples/full-ws-transport/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "3.1.1",
"private": true,
"dependencies": {
"fastify": "^4.2.0",
"fastify": "^5.2.1",
"graphql-hooks": "^8.2.0",
"graphql-ws": "^5.5.5",
"mercurius": "^14.0.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/persisted-queries/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"dependencies": {
"@fastify/cors": "^9.0.1",
"apollo-server": "^3.6.7",
"fastify": "^4.2.0",
"fastify": "^5.2.1",
"graphql": "^16.6.0",
"mercurius": "^14.0.0"
},
Expand Down
2 changes: 1 addition & 1 deletion examples/subscription/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@fastify/cors": "^9.0.1",
"@fastify/static": "^7.0.4",
"babel-plugin-dynamic-import-node": "^2.2.0",
"fastify": "^4.2.0",
"fastify": "^5.2.1",
"graphql": "^16.6.0",
"graphql-hooks": "^8.2.0",
"graphql-hooks-memcache": "^3.2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-plugin-extract-gql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
],
"dependencies": {
"@fastify/cors": "^9.0.1",
"fastify": "^4.2.0",
"fastify": "^5.2.1",
"pkg-dir": "^8.0.0"
},
"repository": {
Expand Down

0 comments on commit 8d548fb

Please sign in to comment.