From a08fe9683ec1a266273dcb1c970ffaaf099fa70d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Dec 2022 08:50:45 +0000 Subject: [PATCH] build(deps): bump fastify-plugin from 4.3.0 to 4.4.0 Bumps [fastify-plugin](https://github.com/fastify/fastify-plugin) from 4.3.0 to 4.4.0. - [Release notes](https://github.com/fastify/fastify-plugin/releases) - [Commits](https://github.com/fastify/fastify-plugin/compare/v4.3.0...v4.4.0) --- updated-dependencies: - dependency-name: fastify-plugin dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index f069a124f..3325a94d1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -28,7 +28,7 @@ "fastify": "^4.10.2", "fastify-disablecache": "^3.0.4", "fastify-floc-off": "^2.0.4", - "fastify-plugin": "^4.3.0", + "fastify-plugin": "^4.4.0", "file-stream-rotator": "^1.0.0", "file-type": "^16.5.4", "fix-utf8": "^1.1.2", @@ -4657,9 +4657,9 @@ } }, "node_modules/fastify-plugin": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/fastify-plugin/-/fastify-plugin-4.3.0.tgz", - "integrity": "sha512-M3+i368lV0OYTJ5TfClIoPKEKSOF7112iiPdwgfSR0gN98BjA1Nk+c6oBHtfcVt9KiMxl+EQKHC1QNWo3ZOpYQ==" + "version": "4.4.0", + "resolved": "https://registry.npmjs.org/fastify-plugin/-/fastify-plugin-4.4.0.tgz", + "integrity": "sha512-ovwFQG2qNy3jcCROiWpr94Hs0le+c7N/3t7m9aVwbFhkxcR/esp2xu25dP8e617HpQdmeDv+gFX4zagdUhDByw==" }, "node_modules/fastq": { "version": "1.13.0", @@ -14872,9 +14872,9 @@ } }, "fastify-plugin": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/fastify-plugin/-/fastify-plugin-4.3.0.tgz", - "integrity": "sha512-M3+i368lV0OYTJ5TfClIoPKEKSOF7112iiPdwgfSR0gN98BjA1Nk+c6oBHtfcVt9KiMxl+EQKHC1QNWo3ZOpYQ==" + "version": "4.4.0", + "resolved": "https://registry.npmjs.org/fastify-plugin/-/fastify-plugin-4.4.0.tgz", + "integrity": "sha512-ovwFQG2qNy3jcCROiWpr94Hs0le+c7N/3t7m9aVwbFhkxcR/esp2xu25dP8e617HpQdmeDv+gFX4zagdUhDByw==" }, "fastq": { "version": "1.13.0", diff --git a/package.json b/package.json index bbf19bcd8..ed75b333b 100644 --- a/package.json +++ b/package.json @@ -104,7 +104,7 @@ "fastify": "^4.10.2", "fastify-disablecache": "^3.0.4", "fastify-floc-off": "^2.0.4", - "fastify-plugin": "^4.3.0", + "fastify-plugin": "^4.4.0", "file-stream-rotator": "^1.0.0", "file-type": "^16.5.4", "fix-utf8": "^1.1.2",