From 1b9281d943385e47d6c2c4adc52bc7013819f1f4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Jul 2022 13:06:16 +0000 Subject: [PATCH] chore(deps): bump fastify-plugin from 3.0.1 to 4.0.0 Bumps [fastify-plugin](https://github.com/fastify/fastify-plugin) from 3.0.1 to 4.0.0. - [Release notes](https://github.com/fastify/fastify-plugin/releases) - [Commits](https://github.com/fastify/fastify-plugin/compare/v3.0.1...v4.0.0) --- updated-dependencies: - dependency-name: fastify-plugin 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 8d73310..49a7fd1 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ }, "dependencies": { "accepts": "^1.3.5", - "fastify-plugin": "^3.0.0" + "fastify-plugin": "^4.0.0" }, "scripts": { "lint": "standard | snazzy",