From d88c2776c0a1e6d66621008d511848bd54658973 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 17 Sep 2026 06:44:18 +0000 Subject: [PATCH] deps: bump fastify from 5.12.1 to 5.12.4 in /source Bumps [fastify](https://github.com/fastify/fastify) from 5.12.1 to 5.12.4. - [Release notes](https://github.com/fastify/fastify/releases) - [Commits](https://github.com/fastify/fastify/compare/v5.12.1...v5.12.4) --- updated-dependencies: - dependency-name: fastify dependency-version: 5.12.4 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..f393196 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.4", "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.4", + "resolved": "https://registry.npmjs.org/fastify/-/fastify-5.12.4.tgz", + "integrity": "sha512-zATD676fP6tBMsn+jQ7Q5/cO/Qo+149TXH0dUqUKel+1/hcZxwIbnflqtPa9EjlrvpY8eCZcL3M1UYrMc31Y7g==", "funding": [ { "type": "github", diff --git a/source/package.json b/source/package.json index 7cca0fb..fad946f 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.4", "fastify-type-provider-zod": "^7.0.0", "zod": "^4.4.3" },