From 268d776e48f98c71a8fbbe48e3f7f0d9596b3cb7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Aug 2022 09:42:20 +0000 Subject: [PATCH] build(deps): bump fastify-floc-off from 2.0.1 to 2.0.2 Bumps [fastify-floc-off](https://github.com/Fdawgs/fastify-floc-off) from 2.0.1 to 2.0.2. - [Release notes](https://github.com/Fdawgs/fastify-floc-off/releases) - [Changelog](https://github.com/Fdawgs/fastify-floc-off/blob/master/CHANGELOG.md) - [Commits](https://github.com/Fdawgs/fastify-floc-off/compare/v2.0.1...v2.0.2) --- updated-dependencies: - dependency-name: fastify-floc-off dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 30 +++++++++++++++--------------- package.json | 2 +- 2 files changed, 16 insertions(+), 16 deletions(-) diff --git a/package-lock.json b/package-lock.json index f30218b8..401df103 100644 --- a/package-lock.json +++ b/package-lock.json @@ -25,7 +25,7 @@ "fast-jwt": "^1.7.0", "fastify": "^4.3.0", "fastify-disablecache": "^3.0.1", - "fastify-floc-off": "^2.0.1", + "fastify-floc-off": "^2.0.2", "fastify-plugin": "^4.0.0", "file-stream-rotator": "^0.6.1", "fluent-json-schema": "^3.1.0", @@ -3936,20 +3936,20 @@ } }, "node_modules/fastify-floc-off": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/fastify-floc-off/-/fastify-floc-off-2.0.1.tgz", - "integrity": "sha512-rv1nkvnmIxsvsBi2E88dYKPno0ZndoctRYcsyaE0zBLX2J7DvkKeZ+W0sidtE1+xD3ktkE5X4UtAa1G+vossFA==", + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/fastify-floc-off/-/fastify-floc-off-2.0.2.tgz", + "integrity": "sha512-iXgmscjacgYQk2wtnuUhOWHzzwtduJNXWziTHG7F3jN0Ylln6RI5B7HYM3ts/ayfJcM4BLkS2OEo+a/FKhA4PA==", "dependencies": { - "fastify-plugin": "^4.0.0" + "fastify-plugin": "^4.1.0" }, "engines": { "node": ">=14.0.0" } }, "node_modules/fastify-plugin": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/fastify-plugin/-/fastify-plugin-4.0.0.tgz", - "integrity": "sha512-ZJcXPPcqkj7HFDYqbsCuOIAgIZ/sd2b+OnBxNGyxAcUDUJfIpxp4t23CwxO2E7LZpqUrIliA4TnjxTXG8mLoqw==" + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/fastify-plugin/-/fastify-plugin-4.1.0.tgz", + "integrity": "sha512-Mf6lkbxHtFgI4sVaC0P/7sqlBvdpoyEUaOCD0cyKpqxjsdN+3EdD/FfSHByb7uXqxYu/DilH9Lb6mTCumN9TQQ==" }, "node_modules/fastify/node_modules/@fastify/error": { "version": "3.0.0", @@ -11989,17 +11989,17 @@ } }, "fastify-floc-off": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/fastify-floc-off/-/fastify-floc-off-2.0.1.tgz", - "integrity": "sha512-rv1nkvnmIxsvsBi2E88dYKPno0ZndoctRYcsyaE0zBLX2J7DvkKeZ+W0sidtE1+xD3ktkE5X4UtAa1G+vossFA==", + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/fastify-floc-off/-/fastify-floc-off-2.0.2.tgz", + "integrity": "sha512-iXgmscjacgYQk2wtnuUhOWHzzwtduJNXWziTHG7F3jN0Ylln6RI5B7HYM3ts/ayfJcM4BLkS2OEo+a/FKhA4PA==", "requires": { - "fastify-plugin": "^4.0.0" + "fastify-plugin": "^4.1.0" } }, "fastify-plugin": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/fastify-plugin/-/fastify-plugin-4.0.0.tgz", - "integrity": "sha512-ZJcXPPcqkj7HFDYqbsCuOIAgIZ/sd2b+OnBxNGyxAcUDUJfIpxp4t23CwxO2E7LZpqUrIliA4TnjxTXG8mLoqw==" + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/fastify-plugin/-/fastify-plugin-4.1.0.tgz", + "integrity": "sha512-Mf6lkbxHtFgI4sVaC0P/7sqlBvdpoyEUaOCD0cyKpqxjsdN+3EdD/FfSHByb7uXqxYu/DilH9Lb6mTCumN9TQQ==" }, "fastq": { "version": "1.13.0", diff --git a/package.json b/package.json index fa1ae0b2..1bcaf8f5 100644 --- a/package.json +++ b/package.json @@ -101,7 +101,7 @@ "fast-jwt": "^1.7.0", "fastify": "^4.3.0", "fastify-disablecache": "^3.0.1", - "fastify-floc-off": "^2.0.1", + "fastify-floc-off": "^2.0.2", "fastify-plugin": "^4.0.0", "file-stream-rotator": "^0.6.1", "fluent-json-schema": "^3.1.0",