From 77cbd1e07fb993449ffb059083a4483c28c7d754 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Mar 2026 22:25:32 +0000 Subject: [PATCH] Bump fastify from 5.7.3 to 5.8.1 Bumps [fastify](https://github.com/fastify/fastify) from 5.7.3 to 5.8.1. - [Release notes](https://github.com/fastify/fastify/releases) - [Commits](https://github.com/fastify/fastify/compare/v5.7.3...v5.8.1) --- updated-dependencies: - dependency-name: fastify dependency-version: 5.8.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 18 +++++++++--------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package.json b/package.json index 9d7401f..251f86e 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "class-transformer": "^0.5.1", "class-validator": "^0.14.0", "cuid": "^3.0.0", - "fastify": "^5.7.3", + "fastify": "^5.8.1", "graphql": "^16.8.1", "jsonwebtoken": "^9.0.1", "reflect-metadata": "^0.1.13", diff --git a/yarn.lock b/yarn.lock index 4b82c77..080e067 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4204,10 +4204,10 @@ fastify-plugin@^4.0.0, fastify-plugin@^4.4.0: resolved "https://registry.yarnpkg.com/fastify-plugin/-/fastify-plugin-4.5.0.tgz#8b853923a0bba6ab6921bb8f35b81224e6988d91" integrity sha512-79ak0JxddO0utAXAQ5ccKhvs6vX2MGyHHMMsmZkBANrq3hXc1CHzvNPHOcvTsVMEPl5I+NT+RO4YKMGehOfSIg== -fastify@^5.7.3: - version "5.7.3" - resolved "https://registry.yarnpkg.com/fastify/-/fastify-5.7.3.tgz#582447c88cb9cb68cb6b44a148d7ad19145bd63c" - integrity sha512-QHzWSmTNUg9Ba8tNXzb92FTH77K+c8yeQPH80EeSIc9wyZj85jbPisMP0rwmyKv8oJwUFPe1UpN8HkNIXwCnUQ== +fastify@^5.8.1: + version "5.8.1" + resolved "https://registry.yarnpkg.com/fastify/-/fastify-5.8.1.tgz#777eef0143c0ba5e3c71076224455885f303504f" + integrity sha512-y0kicFvvn7CYWoPOVLOcvn4YyKQz03DIY7UxmyOy21/J8eXm09R+tmb+tVDBW5h+pja30cHI5dqUcSlvY86V2A== dependencies: "@fastify/ajv-compiler" "^4.0.5" "@fastify/error" "^4.0.0" @@ -4218,7 +4218,7 @@ fastify@^5.7.3: fast-json-stringify "^6.0.0" find-my-way "^9.0.0" light-my-request "^6.0.0" - pino "^10.1.0" + pino "^9.14.0 || ^10.1.0" process-warning "^5.0.0" rfdc "^1.3.1" secure-json-parse "^4.0.0" @@ -5885,10 +5885,10 @@ pino-std-serializers@^7.0.0: resolved "https://registry.yarnpkg.com/pino-std-serializers/-/pino-std-serializers-7.1.0.tgz#a7b0cd65225f29e92540e7853bd73b07479893fc" integrity sha512-BndPH67/JxGExRgiX1dX0w1FvZck5Wa4aal9198SrRhZjH3GxKQUKIBnYJTdj2HDN3UQAS06HlfcSbQj2OHmaw== -pino@^10.1.0: - version "10.3.0" - resolved "https://registry.yarnpkg.com/pino/-/pino-10.3.0.tgz#965ae842e9b7e6e7e9f002bac33c831b16912529" - integrity sha512-0GNPNzHXBKw6U/InGe79A3Crzyk9bcSyObF9/Gfo9DLEf5qj5RF50RSjsu0W1rZ6ZqRGdzDFCRBQvi9/rSGPtA== +"pino@^9.14.0 || ^10.1.0": + version "10.3.1" + resolved "https://registry.yarnpkg.com/pino/-/pino-10.3.1.tgz#6552c8f8d8481844c9e452e7bf0be90bff1939ce" + integrity sha512-r34yH/GlQpKZbU1BvFFqOjhISRo1MNx1tWYsYvmj6KIRHSPMT2+yHOEb1SG6NMvRoHRF0a07kCOox/9yakl1vg== dependencies: "@pinojs/redact" "^0.4.0" atomic-sleep "^1.0.0"