From 6228e51bc6ebf0c84f2e9ac13c3a7b35c246af1c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 14 Oct 2022 14:01:29 +0000 Subject: [PATCH] Bump fastify-plugin from 3.0.1 to 4.3.0 Bumps [fastify-plugin](https://github.com/fastify/fastify-plugin) from 3.0.1 to 4.3.0. - [Release notes](https://github.com/fastify/fastify-plugin/releases) - [Commits](https://github.com/fastify/fastify-plugin/compare/v3.0.1...v4.3.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 9551e17..938525e 100644 --- a/package.json +++ b/package.json @@ -33,6 +33,6 @@ }, "dependencies": { "accept-language-parser": "^1.5.0", - "fastify-plugin": "^3.0.0" + "fastify-plugin": "^4.3.0" } }