From 7789f0fbb833f0bf26d4ad8fc289823ef760229d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Jan 2024 19:21:28 +0000 Subject: [PATCH] build(deps): bump fastify-floc-off from 2.1.7 to 2.1.11 Bumps [fastify-floc-off](https://github.com/Fdawgs/fastify-floc-off) from 2.1.7 to 2.1.11. - [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/v2.1.7...v2.1.11) --- 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 | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 93393d26..373e2a69 100644 --- a/package-lock.json +++ b/package-lock.json @@ -26,7 +26,7 @@ "env-schema": "^5.2.1", "fastify": "^4.25.1", "fastify-disablecache": "^3.1.7", - "fastify-floc-off": "^2.1.7", + "fastify-floc-off": "^2.1.11", "fastify-json-to-xml": "^1.1.9", "fastify-plugin": "^4.5.1", "file-stream-rotator": "^1.0.0", @@ -5408,9 +5408,9 @@ } }, "node_modules/fastify-floc-off": { - "version": "2.1.7", - "resolved": "https://registry.npmjs.org/fastify-floc-off/-/fastify-floc-off-2.1.7.tgz", - "integrity": "sha512-YmVrdzUrzvEzFb2vPztfE5rRERnAP8U/Z+ksPeLZ9CBSbnAw7TNx5GCdm7GuOrUO/ImhxLdeMuj4jvZ075w+cA==", + "version": "2.1.11", + "resolved": "https://registry.npmjs.org/fastify-floc-off/-/fastify-floc-off-2.1.11.tgz", + "integrity": "sha512-HELu+eHoXyXh2zgDD5vyRJGQ6ho1/+fcsl1XD8qh5oJaP4w7EI+GrfOx6VI/FwijZawQtcGvHoFYA4dGmz/fLQ==", "dependencies": { "fastify-plugin": "^4.5.1" }, diff --git a/package.json b/package.json index 2c819880..c9f5ab0a 100644 --- a/package.json +++ b/package.json @@ -120,7 +120,7 @@ "env-schema": "^5.2.1", "fastify": "^4.25.1", "fastify-disablecache": "^3.1.7", - "fastify-floc-off": "^2.1.7", + "fastify-floc-off": "^2.1.11", "fastify-json-to-xml": "^1.1.9", "fastify-plugin": "^4.5.1", "file-stream-rotator": "^1.0.0",