From 4746dd6413bdaf061771103fcb16a31c969c6ba4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Jun 2026 14:17:02 +0000 Subject: [PATCH] chore: bump fastify-plugin from 5.1.0 to 6.0.0 in the dependencies group Bumps the dependencies group with 1 update: [fastify-plugin](https://github.com/fastify/fastify-plugin). Updates `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 dependency-group: dependencies ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3f4f944..315e693 100644 --- a/package.json +++ b/package.json @@ -79,7 +79,7 @@ "dependencies": { "@fastify/reply-from": "^12.6.2", "fast-querystring": "^1.1.2", - "fastify-plugin": "^5.1.0", + "fastify-plugin": "^6.0.0", "ws": "^8.18.3" }, "publishConfig": {