From 4ac227947b734a67d113b1d2df1716e23e14234d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Jan 2023 16:17:55 +0000 Subject: [PATCH] build(deps-dev): bump fastify-plugin from 3.0.1 to 4.5.0 Bumps [fastify-plugin](https://github.com/fastify/fastify-plugin) from 3.0.1 to 4.5.0. - [Release notes](https://github.com/fastify/fastify-plugin/releases) - [Commits](https://github.com/fastify/fastify-plugin/compare/v3.0.1...v4.5.0) --- updated-dependencies: - dependency-name: fastify-plugin dependency-type: direct:development 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 5073f2e11a0..141fe3f2132 100644 --- a/package.json +++ b/package.json @@ -147,7 +147,7 @@ "eslint-plugin-promise": "^6.0.0", "fast-json-body": "^1.1.0", "fast-json-stringify": "^5.0.0", - "fastify-plugin": "^3.0.1", + "fastify-plugin": "^4.5.0", "fluent-json-schema": "^3.1.0", "form-data": "^4.0.0", "frameguard": "^4.0.0",