From 2bdaadd13dda95072522e67a171fe58ec3e7a345 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Apr 2026 19:42:56 +0000 Subject: [PATCH] chore(deps): bump fastify from 5.8.1 to 5.8.5 Bumps [fastify](https://github.com/fastify/fastify) from 5.8.1 to 5.8.5. - [Release notes](https://github.com/fastify/fastify/releases) - [Commits](https://github.com/fastify/fastify/compare/v5.8.1...v5.8.5) --- updated-dependencies: - dependency-name: fastify dependency-version: 5.8.5 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..c5f5ccc 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.5", "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.5", + "resolved": "https://registry.npmjs.org/fastify/-/fastify-5.8.5.tgz", + "integrity": "sha512-Yqptv59pQzPgQUSIm87hMqHJmdkb1+GPxdE6vW6FRyVE9G86mt7rOghitiU4JHRaTyDUk9pfeKmDeu70lAwM4Q==", "funding": [ { "type": "github", diff --git a/package.json b/package.json index 1975f06..3069584 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.5", "fastify-graceful-shutdown": "^5.0.0", "rest-on-couch-client": "^8.0.0", "twig": "^1.17.1"