From a72682ec8ad106144761b4f1b69b5739c8de4215 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Jan 2023 16:03:49 +0000 Subject: [PATCH] chore(deps): bump fastify-plugin from 3.0.0 to 4.5.0 Bumps [fastify-plugin](https://github.com/fastify/fastify-plugin) from 3.0.0 to 4.5.0. - [Release notes](https://github.com/fastify/fastify-plugin/releases) - [Commits](https://github.com/fastify/fastify-plugin/compare/v3.0.0...v4.5.0) --- updated-dependencies: - dependency-name: fastify-plugin dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 5a2e3c6..c4c5967 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2603,9 +2603,9 @@ "dev": true }, "fastify-plugin": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/fastify-plugin/-/fastify-plugin-3.0.0.tgz", - "integrity": "sha512-ZdCvKEEd92DNLps5n0v231Bha8bkz1DjnPP/aEz37rz/q42Z5JVLmgnqR4DYuNn3NXAO3IDCPyRvgvxtJ4Ym4w==" + "version": "4.5.0", + "resolved": "https://registry.npmjs.org/fastify-plugin/-/fastify-plugin-4.5.0.tgz", + "integrity": "sha512-79ak0JxddO0utAXAQ5ccKhvs6vX2MGyHHMMsmZkBANrq3hXc1CHzvNPHOcvTsVMEPl5I+NT+RO4YKMGehOfSIg==" }, "fastify-warning": { "version": "0.2.0", diff --git a/package.json b/package.json index 42f7248..6a76f67 100644 --- a/package.json +++ b/package.json @@ -65,6 +65,6 @@ }, "dependencies": { "@dnlup/doc": "^4.0.1", - "fastify-plugin": "^3.0.0" + "fastify-plugin": "^4.5.0" } }