From ed9d1aa5e37f87a7f0a32ac63e09a50be6aee285 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Feb 2026 23:54:13 +0000 Subject: [PATCH] Bump fastify in the npm_and_yarn group across 1 directory Bumps the npm_and_yarn group with 1 update in the / directory: [fastify](https://github.com/fastify/fastify). Updates `fastify` from 4.29.1 to 5.7.4 - [Release notes](https://github.com/fastify/fastify/releases) - [Commits](https://github.com/fastify/fastify/compare/v4.29.1...v5.7.4) --- updated-dependencies: - dependency-name: fastify dependency-version: 5.7.4 dependency-type: direct:production dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e0994b1a..faab55cb 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "@tomphttp/bare-server-node": "^2.0.1", "dotenv": "^16.3.1", "express": "^5.0.0", - "fastify": "^4.21.0", + "fastify": "^5.7.4", "memory-cache": "^0.2.0", "mime-types": "^3.0.0", "openai": "^4.59.0",