From 3c86143374e7464c30dc221577f7de4bd3a06b12 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 Aug 2022 13:17:42 +0000 Subject: [PATCH] Bump fastify-plugin from 3.0.1 to 4.2.1 Bumps [fastify-plugin](https://github.com/fastify/fastify-plugin) from 3.0.1 to 4.2.1. - [Release notes](https://github.com/fastify/fastify-plugin/releases) - [Commits](https://github.com/fastify/fastify-plugin/compare/v3.0.1...v4.2.1) --- 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 0572bdd..b6844fa 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ }, "homepage": "https://github.com/fastify/fastify-postgres#readme", "dependencies": { - "fastify-plugin": "^3.0.0" + "fastify-plugin": "^4.2.1" }, "devDependencies": { "@tsconfig/node10": "^1.0.8",