From 570ed9aee251b5d7b26b604b94772e326c9739f8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Feb 2026 23:46:39 +0000 Subject: [PATCH] chore(deps): bump fastify from 4.24.3 to 5.7.3 in /apps/backend Bumps [fastify](https://github.com/fastify/fastify) from 4.24.3 to 5.7.3. - [Release notes](https://github.com/fastify/fastify/releases) - [Commits](https://github.com/fastify/fastify/compare/v4.24.3...v5.7.3) --- updated-dependencies: - dependency-name: fastify dependency-version: 5.7.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- apps/backend/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/backend/package.json b/apps/backend/package.json index ea7cb7b..3c252d5 100644 --- a/apps/backend/package.json +++ b/apps/backend/package.json @@ -26,7 +26,7 @@ "@nestjs/throttler": "^5.1.1", "cryptr": "^6.3.0", "dotenv": "16.4.1", - "fastify": "^4.26.0", + "fastify": "^5.7.3", "mongoose": "^8.1.1", "reflect-metadata": "0.2.1" },