From 27d19694a90d665357435daabfc0dfdfdcad72eb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 18 Apr 2025 20:44:54 +0000 Subject: [PATCH] chore(deps-dev): bump fastify from 5.2.1 to 5.3.2 in /packages/fastify Bumps [fastify](https://github.com/fastify/fastify) from 5.2.1 to 5.3.2. - [Release notes](https://github.com/fastify/fastify/releases) - [Commits](https://github.com/fastify/fastify/compare/v5.2.1...v5.3.2) --- updated-dependencies: - dependency-name: fastify dependency-version: 5.3.2 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 a8ff2bba..dc3804f8 100644 --- a/packages/fastify/package.json +++ b/packages/fastify/package.json @@ -62,7 +62,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.3.2", "fastify-plugin": "5.0.1", "mercurius": "16.1.0", "mercurius-auth": "6.0.0",