From 47b053a6bc274441bd0fe712dd92d5b79d4d3d9c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Feb 2026 00:14:30 +0000 Subject: [PATCH] chore(deps): bump fastify Bumps the npm_and_yarn group with 1 update in the /typescript-decorators directory: [fastify](https://github.com/fastify/fastify). Updates `fastify` from 2.15.3 to 5.7.4 - [Release notes](https://github.com/fastify/fastify/releases) - [Commits](https://github.com/fastify/fastify/compare/v2.15.3...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] --- typescript-decorators/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/typescript-decorators/package.json b/typescript-decorators/package.json index 7e3375f..b9ab6ac 100644 --- a/typescript-decorators/package.json +++ b/typescript-decorators/package.json @@ -16,7 +16,7 @@ "author": "Andrey Chalkin (https://github.com/L2jLiga)", "license": "MIT", "dependencies": { - "fastify": "^2.11.0", + "fastify": "^5.7.4", "fastify-decorators": "^2.0.0-1", "reflect-metadata": "^0.1.13", "source-map-support": "^0.5.16"