From df0763b4526e78efa4ea65351b038e33cfe414a3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jul 2026 17:13:08 +0000 Subject: [PATCH] chore(deps): bump fastify-plugin in /packages/integration-fastify 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] --- packages/integration-fastify/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/integration-fastify/package.json b/packages/integration-fastify/package.json index 02afbea..5868818 100644 --- a/packages/integration-fastify/package.json +++ b/packages/integration-fastify/package.json @@ -18,7 +18,7 @@ "test:ci": "vitest run --coverage" }, "dependencies": { - "fastify-plugin": "^5.1.0" + "fastify-plugin": "^6.0.0" }, "devDependencies": { "@apollo/server": "^4.13.0",