From 17f38803d04d538e4a719f502cb692713c0af7c3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Mar 2026 21:04:36 +0000 Subject: [PATCH] chore(deps): 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-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 07cbd3e..2cad5d2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "@fastify/swagger-ui": "^5.2.5", "@sinclair/typebox": "^0.34.48", "body-parser": "^2.2.2", - "fastify": "^5.8.1", + "fastify": "^5.8.3", "fastify-graceful-shutdown": "^5.0.0", "rest-on-couch-client": "^8.0.0", "twig": "^1.17.1" @@ -3247,9 +3247,9 @@ "license": "BSD-3-Clause" }, "node_modules/fastify": { - "version": "5.8.1", - "resolved": "https://registry.npmjs.org/fastify/-/fastify-5.8.1.tgz", - "integrity": "sha512-y0kicFvvn7CYWoPOVLOcvn4YyKQz03DIY7UxmyOy21/J8eXm09R+tmb+tVDBW5h+pja30cHI5dqUcSlvY86V2A==", + "version": "5.8.3", + "resolved": "https://registry.npmjs.org/fastify/-/fastify-5.8.3.tgz", + "integrity": "sha512-XJXpRQ41+rsJ/GLeP9vyDC+fBXilcTlEXokMSexkdEkla4uf7ZQNaI5xl3el+kW5TZQulqYxLr659ey/KX7XmQ==", "funding": [ { "type": "github", diff --git a/package.json b/package.json index 1975f06..6d97ebe 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "@fastify/swagger-ui": "^5.2.5", "@sinclair/typebox": "^0.34.48", "body-parser": "^2.2.2", - "fastify": "^5.8.1", + "fastify": "^5.8.3", "fastify-graceful-shutdown": "^5.0.0", "rest-on-couch-client": "^8.0.0", "twig": "^1.17.1"