From b8422c36db9149932b37a9363baa21a9cdf15e4f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 Aug 2026 06:44:59 +0000 Subject: [PATCH] deps: bump fastify from 5.11.0 to 5.11.3 in /source Bumps [fastify](https://github.com/fastify/fastify) from 5.11.0 to 5.11.3. - [Release notes](https://github.com/fastify/fastify/releases) - [Commits](https://github.com/fastify/fastify/compare/v5.11.0...v5.11.3) --- updated-dependencies: - dependency-name: fastify dependency-version: 5.11.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- source/package-lock.json | 8 ++++---- source/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/source/package-lock.json b/source/package-lock.json index 90f780d..6f491dd 100644 --- a/source/package-lock.json +++ b/source/package-lock.json @@ -10,7 +10,7 @@ "dependencies": { "@fastify/swagger": "^9.8.1", "@fastify/swagger-ui": "^6.1.1", - "fastify": "^5.11.0", + "fastify": "^5.11.3", "fastify-type-provider-zod": "^7.0.0", "zod": "^4.4.3" }, @@ -2009,9 +2009,9 @@ "license": "BSD-3-Clause" }, "node_modules/fastify": { - "version": "5.11.0", - "resolved": "https://registry.npmjs.org/fastify/-/fastify-5.11.0.tgz", - "integrity": "sha512-Y/Ecx1yt0hYzrQR+QVLbxaUN8wCX+MQzMevh29r5RRvlOIArmi4+WAXXaGl5Hw5gBr2wduZpZaT3gRCnXoyVgA==", + "version": "5.11.3", + "resolved": "https://registry.npmjs.org/fastify/-/fastify-5.11.3.tgz", + "integrity": "sha512-W6hzDP8s0iSeL7LGwY6Oc/ZxuXWOvFEMs6p2L0Si415YRo27W5pBKdOTXxhemBDeSTAcpYf5evRA9onF2OYhPA==", "funding": [ { "type": "github", diff --git a/source/package.json b/source/package.json index 1a8f287..05821ef 100644 --- a/source/package.json +++ b/source/package.json @@ -18,7 +18,7 @@ "dependencies": { "@fastify/swagger": "^9.8.1", "@fastify/swagger-ui": "^6.1.1", - "fastify": "^5.11.0", + "fastify": "^5.11.3", "fastify-type-provider-zod": "^7.0.0", "zod": "^4.4.3" },