From 6bd89a19f351faba04654629153d8525f513606f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 31 Jan 2023 15:54:39 +0000 Subject: [PATCH] build(deps): bump fastify-plugin from 4.4.0 to 4.5.0 (#1204) Bumps [fastify-plugin](https://github.com/fastify/fastify-plugin) from 4.4.0 to 4.5.0. - [Release notes](https://github.com/fastify/fastify-plugin/releases) - [Commits](https://github.com/fastify/fastify-plugin/compare/v4.4.0...v4.5.0) --- updated-dependencies: - dependency-name: fastify-plugin dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 2fecde8cd..542a3639e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -28,7 +28,7 @@ "fastify": "^4.11.0", "fastify-disablecache": "^3.0.4", "fastify-floc-off": "^2.0.4", - "fastify-plugin": "^4.4.0", + "fastify-plugin": "^4.5.0", "file-stream-rotator": "^1.0.0", "file-type": "^16.5.4", "fix-utf8": "^1.1.2", @@ -5121,9 +5121,9 @@ } }, "node_modules/fastify-plugin": { - "version": "4.4.0", - "resolved": "https://registry.npmjs.org/fastify-plugin/-/fastify-plugin-4.4.0.tgz", - "integrity": "sha512-ovwFQG2qNy3jcCROiWpr94Hs0le+c7N/3t7m9aVwbFhkxcR/esp2xu25dP8e617HpQdmeDv+gFX4zagdUhDByw==" + "version": "4.5.0", + "resolved": "https://registry.npmjs.org/fastify-plugin/-/fastify-plugin-4.5.0.tgz", + "integrity": "sha512-79ak0JxddO0utAXAQ5ccKhvs6vX2MGyHHMMsmZkBANrq3hXc1CHzvNPHOcvTsVMEPl5I+NT+RO4YKMGehOfSIg==" }, "node_modules/fastq": { "version": "1.15.0", diff --git a/package.json b/package.json index 4ef43a4cf..c51b717c8 100644 --- a/package.json +++ b/package.json @@ -107,7 +107,7 @@ "fastify": "^4.11.0", "fastify-disablecache": "^3.0.4", "fastify-floc-off": "^2.0.4", - "fastify-plugin": "^4.4.0", + "fastify-plugin": "^4.5.0", "file-stream-rotator": "^1.0.0", "file-type": "^16.5.4", "fix-utf8": "^1.1.2",