From 6a07ddcfef7b8c86dc542cbc9095b87e1eac91b0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jan 2025 18:14:02 +0000 Subject: [PATCH] build(deps): bump fastify-floc-off from 3.0.0 to 3.0.1 Bumps [fastify-floc-off](https://github.com/Fdawgs/fastify-floc-off) from 3.0.0 to 3.0.1. - [Release notes](https://github.com/Fdawgs/fastify-floc-off/releases) - [Changelog](https://github.com/Fdawgs/fastify-floc-off/blob/main/CHANGELOG.md) - [Commits](https://github.com/Fdawgs/fastify-floc-off/compare/v3.0.0...v3.0.1) --- 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 | 9 ++++----- package.json | 2 +- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index ac3e977b..1527c3c1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -28,7 +28,7 @@ "env-schema": "^6.0.1", "fastify": "^5.2.1", "fastify-disablecache": "^4.0.1", - "fastify-floc-off": "^3.0.0", + "fastify-floc-off": "^3.0.1", "fastify-json-to-xml": "^2.0.1", "fastify-plugin": "^5.0.1", "file-stream-rotator": "^1.0.0", @@ -6516,10 +6516,9 @@ } }, "node_modules/fastify-floc-off": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/fastify-floc-off/-/fastify-floc-off-3.0.0.tgz", - "integrity": "sha512-uzTi/CPYC4qMz4FKC5Q8dWvWIRjwkz7HoaCECkwJXjIbHGB77o9vT3kWXZCuLTrPX5WvCxdpAXyZ19ThdBqfXA==", - "license": "MIT", + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/fastify-floc-off/-/fastify-floc-off-3.0.1.tgz", + "integrity": "sha512-k27WN4yUL4gSqiBnhpb0mDZ+FV03c6Om+4AqYD9Vn6bicYwlRovsv8yUNuG/unzhsnbsqkxFJy0xKbQ3dg2SjA==", "dependencies": { "fastify-plugin": "^5.0.1" }, diff --git a/package.json b/package.json index b399e959..9ee54a1f 100644 --- a/package.json +++ b/package.json @@ -108,7 +108,7 @@ "env-schema": "^6.0.1", "fastify": "^5.2.1", "fastify-disablecache": "^4.0.1", - "fastify-floc-off": "^3.0.0", + "fastify-floc-off": "^3.0.1", "fastify-json-to-xml": "^2.0.1", "fastify-plugin": "^5.0.1", "file-stream-rotator": "^1.0.0",