From 867f31d0e5279320ce9bac4b4c62ff42a90b9e9d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Jul 2022 16:09:09 +0000 Subject: [PATCH] build(deps): bump fastify-plugin from 3.0.1 to 4.0.0 (#124) 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] 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 a0245fb..d40406c 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ }, "dependencies": { "asynchronous-local-storage": "^1.0.2", - "fastify-plugin": "^3.0.0" + "fastify-plugin": "^4.0.0" }, "devDependencies": { "@types/node": "^18.0.0",