From 6a40425f55c1179afd295dec106d4f29f4f51a83 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Dec 2022 16:03:47 +0000 Subject: [PATCH] chore(deps): bump fastify-plugin from 3.0.0 to 4.4.0 Bumps [fastify-plugin](https://github.com/fastify/fastify-plugin) from 3.0.0 to 4.4.0. - [Release notes](https://github.com/fastify/fastify-plugin/releases) - [Commits](https://github.com/fastify/fastify-plugin/compare/v3.0.0...v4.4.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..6b8db6c 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.4.0", + "resolved": "https://registry.npmjs.org/fastify-plugin/-/fastify-plugin-4.4.0.tgz", + "integrity": "sha512-ovwFQG2qNy3jcCROiWpr94Hs0le+c7N/3t7m9aVwbFhkxcR/esp2xu25dP8e617HpQdmeDv+gFX4zagdUhDByw==" }, "fastify-warning": { "version": "0.2.0", diff --git a/package.json b/package.json index 42f7248..cce88f6 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.4.0" } }