From 84735cb308037d90d9fdff2d79d6fe453767ffd7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Sep 2024 07:26:28 +0000 Subject: [PATCH] build(deps): bump fastify-plugin from 4.5.1 to 5.0.1 (#3) Bumps [fastify-plugin](https://github.com/fastify/fastify-plugin) from 4.5.1 to 5.0.1. - [Release notes](https://github.com/fastify/fastify-plugin/releases) - [Commits](https://github.com/fastify/fastify-plugin/compare/v4.5.1...v5.0.1) --- updated-dependencies: - dependency-name: fastify-plugin dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ebbec8f..0ea25e8 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ }, "homepage": "https://github.com/Kit-p/fastify-tasks#readme", "dependencies": { - "fastify-plugin": "^4.0.0" + "fastify-plugin": "^5.0.1" }, "devDependencies": { "@fastify/pre-commit": "^2.0.2",