From 92ebabc2354ce3272377d37014289883c4e36702 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Sep 2024 15:34:30 +0000 Subject: [PATCH] Bump fastify-plugin from 4.5.1 to 5.0.1 Bumps [fastify-plugin](https://github.com/fastify/fastify-plugin) from 4.5.1 to 5.0.1. - [Release notes](https://github.com/fastify/fastify-plugin/releases) - [Commits](https://github.com/fastify/fastify-plugin/compare/v4.5.1...v5.0.1) --- 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 6a1f3e4..f4dcad4 100644 --- a/package.json +++ b/package.json @@ -50,7 +50,7 @@ "eslint": "^8.57.0", "eslint-plugin-import": "^2.29.1", "fastify": "^4.27.0", - "fastify-plugin": "^4.5.1", + "fastify-plugin": "^5.0.1", "oas-validator": "^5.0.8", "prettier": "^3.2.5", "tsd": "^0.31.0",