From febf5276fff85cf59a486912623f659e9438718f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 11 Sep 2026 03:29:18 +0000 Subject: [PATCH] fix(deps): update dependency fastify to v5.12.1 [security] --- benchmarks/fastify/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/benchmarks/fastify/package.json b/benchmarks/fastify/package.json index 39f059a20..5f58b9018 100644 --- a/benchmarks/fastify/package.json +++ b/benchmarks/fastify/package.json @@ -3,6 +3,6 @@ "private": true, "version": "0.0.1", "dependencies": { - "fastify": "^3.24.0" + "fastify": "^5.12.1" } }