From 05e12f878551084cb7dea1f734ffc92a3c631e2f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Aug 2022 09:47:58 +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 | 18 +++++++++--------- package.json | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package-lock.json b/package-lock.json index 197456e4..94f764ad 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.2", - "fastify-floc-off": "^2.0.1", + "fastify-floc-off": "^2.0.2", "fastify-plugin": "^4.1.0", "file-stream-rotator": "^0.6.1", "fluent-json-schema": "^3.1.0", @@ -3936,11 +3936,11 @@ } }, "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" @@ -11989,11 +11989,11 @@ } }, "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": { diff --git a/package.json b/package.json index 239e9c56..849b0d1c 100644 --- a/package.json +++ b/package.json @@ -101,7 +101,7 @@ "fast-jwt": "^1.7.0", "fastify": "^4.3.0", "fastify-disablecache": "^3.0.2", - "fastify-floc-off": "^2.0.1", + "fastify-floc-off": "^2.0.2", "fastify-plugin": "^4.1.0", "file-stream-rotator": "^0.6.1", "fluent-json-schema": "^3.1.0",