From 8b66ee35fdb91dc29bb7be11f1d0f434a2e049cf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Jun 2026 04:03:27 +0000 Subject: [PATCH] build(deps): bump fastify-plugin from 5.1.0 to 6.0.0 Bumps [fastify-plugin](https://github.com/fastify/fastify-plugin) from 5.1.0 to 6.0.0. - [Release notes](https://github.com/fastify/fastify-plugin/releases) - [Commits](https://github.com/fastify/fastify-plugin/compare/v5.1.0...v6.0.0) --- updated-dependencies: - dependency-name: fastify-plugin dependency-version: 6.0.0 dependency-type: direct:production 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 eb50d53..1e43ec3 100644 --- a/package.json +++ b/package.json @@ -51,7 +51,7 @@ "dotenv-expand": "^13.0.0", "fastify": "^5.8.5", "fastify-metrics": "^13.2.0", - "fastify-plugin": "^5.1.0", + "fastify-plugin": "^6.0.0", "lodash": "^4.18.1", "prom-client": "^15.1.3" },