From c059895263d4bf042f267f9c58f881e7a73dedd3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Mar 2026 08:03:38 +0000 Subject: [PATCH] build(deps-dev): bump fastify from 4.29.1 to 5.8.2 Bumps [fastify](https://github.com/fastify/fastify) from 4.29.1 to 5.8.2. - [Release notes](https://github.com/fastify/fastify/releases) - [Commits](https://github.com/fastify/fastify/compare/v4.29.1...v5.8.2) --- updated-dependencies: - dependency-name: fastify dependency-version: 5.8.2 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ab69400..b2ea022 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "@fastify/postgres": "^5.2.0", "async": "^3.2.0", "benchmark": "^2.1.4", - "fastify": "^4.0.1", + "fastify": "^5.8.2", "jsonfile": "^6.1.0", "napa": "^3.0.0", "pg": "^8.6.0",