From c2dd03e3ab833f0fae92923f2f28fa671d2fba09 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Mar 2026 05:02:08 +0000 Subject: [PATCH] Bump fastify from 5.8.1 to 5.8.3 Bumps [fastify](https://github.com/fastify/fastify) from 5.8.1 to 5.8.3. - [Release notes](https://github.com/fastify/fastify/releases) - [Commits](https://github.com/fastify/fastify/compare/v5.8.1...v5.8.3) --- updated-dependencies: - dependency-name: fastify dependency-version: 5.8.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index b843e56..75e3cdd 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.8.1", + "fastify": "^5.8.3", "graphql": "^16.8.1", "jsonwebtoken": "^9.0.1", "reflect-metadata": "^0.1.13", diff --git a/yarn.lock b/yarn.lock index 802e8ab..b912dfe 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.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== +fastify@^5.8.3: + version "5.8.3" + resolved "https://registry.yarnpkg.com/fastify/-/fastify-5.8.3.tgz#78b5006cf0731d788457b19bd482805316424c8c" + integrity sha512-XJXpRQ41+rsJ/GLeP9vyDC+fBXilcTlEXokMSexkdEkla4uf7ZQNaI5xl3el+kW5TZQulqYxLr659ey/KX7XmQ== dependencies: "@fastify/ajv-compiler" "^4.0.5" "@fastify/error" "^4.0.0"