From eb84a16e9b63d2ee74ea814ee2e2c4b83700bcba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Jan 2025 18:48:59 +0000 Subject: [PATCH] chore(deps): Bump fastify from 3.29.0 to 5.2.1 Bumps [fastify](https://github.com/fastify/fastify) from 3.29.0 to 5.2.1. - [Release notes](https://github.com/fastify/fastify/releases) - [Commits](https://github.com/fastify/fastify/compare/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] --- examples/fastify-ssr/package.json | 2 +- examples/full-ws-transport/package.json | 2 +- examples/persisted-queries/server/package.json | 2 +- examples/subscription/package.json | 2 +- packages/babel-plugin-extract-gql/package.json | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/examples/fastify-ssr/package.json b/examples/fastify-ssr/package.json index c9ba4492..21f3e513 100644 --- a/examples/fastify-ssr/package.json +++ b/examples/fastify-ssr/package.json @@ -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", diff --git a/examples/full-ws-transport/package.json b/examples/full-ws-transport/package.json index 832f8bb3..ff61b5c2 100644 --- a/examples/full-ws-transport/package.json +++ b/examples/full-ws-transport/package.json @@ -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", diff --git a/examples/persisted-queries/server/package.json b/examples/persisted-queries/server/package.json index 109d0cd8..bfb713f6 100644 --- a/examples/persisted-queries/server/package.json +++ b/examples/persisted-queries/server/package.json @@ -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" }, diff --git a/examples/subscription/package.json b/examples/subscription/package.json index 28d47ccb..608ac8d3 100644 --- a/examples/subscription/package.json +++ b/examples/subscription/package.json @@ -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", diff --git a/packages/babel-plugin-extract-gql/package.json b/packages/babel-plugin-extract-gql/package.json index 4f461c6a..49907403 100644 --- a/packages/babel-plugin-extract-gql/package.json +++ b/packages/babel-plugin-extract-gql/package.json @@ -30,7 +30,7 @@ ], "dependencies": { "@fastify/cors": "^9.0.1", - "fastify": "^4.2.0", + "fastify": "^5.2.1", "pkg-dir": "^8.0.0" }, "repository": {