From 7817394107ffbca605e2da116ce786eddc66eab1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Sep 2026 06:44:18 +0000 Subject: [PATCH] deps: bump fastify from 5.12.1 to 5.12.3 in /source Bumps [fastify](https://github.com/fastify/fastify) from 5.12.1 to 5.12.3. - [Release notes](https://github.com/fastify/fastify/releases) - [Commits](https://github.com/fastify/fastify/commits) --- updated-dependencies: - dependency-name: fastify dependency-version: 5.12.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 3421b7e..9754adf 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.12.1", + "fastify": "^5.12.3", "fastify-type-provider-zod": "^7.0.0", "zod": "^4.4.3" }, @@ -1943,9 +1943,9 @@ "license": "BSD-3-Clause" }, "node_modules/fastify": { - "version": "5.12.1", - "resolved": "https://registry.npmjs.org/fastify/-/fastify-5.12.1.tgz", - "integrity": "sha512-FWi+tQvwxR/PeRX7Z2mhfEF5ozJ3jn9asiiclzKXNSzJRHAYcU924aIOKAdHFJ+YIKieh3cqr1IwCOvTr41B3Q==", + "version": "5.12.3", + "resolved": "https://registry.npmjs.org/fastify/-/fastify-5.12.3.tgz", + "integrity": "sha512-reZ8wce5VNCcufIt9AVtzZa3L4u1j8esikn7OEgHWLVpRpL5R7Y2+Xzj70OUkv5zDfzUAxXZT6cu4Rt0zr3EKA==", "funding": [ { "type": "github", diff --git a/source/package.json b/source/package.json index 7cca0fb..dde0bb3 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.12.1", + "fastify": "^5.12.3", "fastify-type-provider-zod": "^7.0.0", "zod": "^4.4.3" },