From 5ca389ca86577bc6ca6d2a3e4812d696bc2b7321 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Feb 2026 00:21:43 +0000 Subject: [PATCH] chore(deps-dev): bump fastify from 5.2.1 to 5.7.3 in /packages/fastify Bumps [fastify](https://github.com/fastify/fastify) from 5.2.1 to 5.7.3. - [Release notes](https://github.com/fastify/fastify/releases) - [Commits](https://github.com/fastify/fastify/compare/v5.2.1...v5.7.3) --- updated-dependencies: - dependency-name: fastify dependency-version: 5.7.3 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- packages/fastify/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/fastify/package.json b/packages/fastify/package.json index cb32665..d6737d1 100644 --- a/packages/fastify/package.json +++ b/packages/fastify/package.json @@ -63,7 +63,7 @@ "eslint-plugin-prettier": "5.2.1", "eslint-plugin-promise": "7.1.0", "eslint-plugin-unicorn": "56.0.1", - "fastify": "5.2.1", + "fastify": "5.7.3", "fastify-plugin": "5.0.1", "mercurius": "16.1.0", "mercurius-auth": "6.0.0",