From bbbe98ed4dc70e858cdd73797e35efa3838de23e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Aug 2026 06:44:03 +0000 Subject: [PATCH] deps: bump fastify from 5.11.0 to 5.12.0 in /source Bumps [fastify](https://github.com/fastify/fastify) from 5.11.0 to 5.12.0. - [Release notes](https://github.com/fastify/fastify/releases) - [Commits](https://github.com/fastify/fastify/compare/v5.11.0...v5.12.0) --- updated-dependencies: - dependency-name: fastify dependency-version: 5.12.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- source/package-lock.json | 16 ++++++++-------- source/package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/source/package-lock.json b/source/package-lock.json index 90f780d..8a86261 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.12.0", "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.12.0", + "resolved": "https://registry.npmjs.org/fastify/-/fastify-5.12.0.tgz", + "integrity": "sha512-A3RNEaDIHWaxFW8n8rNJaW1wQ+XAXuoU71llfUQJjuh5WaYLmKfRhhanaJBOx8m2EBPQkR6sDBovYdHNe9F6rA==", "funding": [ { "type": "github", @@ -2034,7 +2034,7 @@ "find-my-way": "^9.6.0", "light-my-request": "^6.0.0", "pino": "^9.14.0 || ^10.1.0", - "process-warning": "^5.0.0", + "process-warning": "^5.1.0", "rfdc": "^1.3.1", "secure-json-parse": "^4.0.0", "semver": "^7.6.0", @@ -2863,9 +2863,9 @@ } }, "node_modules/process-warning": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/process-warning/-/process-warning-5.0.0.tgz", - "integrity": "sha512-a39t9ApHNx2L4+HBnQKqxxHNs1r7KF+Intd8Q/g1bUh6q0WIp9voPXJ/x0j+ZL45KF1pJd9+q2jLIRMfvEshkA==", + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/process-warning/-/process-warning-5.1.0.tgz", + "integrity": "sha512-jQSaVHsPgtyw60e1rQ/A+/ArPEj/S8pS/vFnyGa/gYFXrKk/6RuDkoqVDQ5NI5MmS01698ltlAk0NoDBNLujRw==", "funding": [ { "type": "github", diff --git a/source/package.json b/source/package.json index 1a8f287..11e434c 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.12.0", "fastify-type-provider-zod": "^7.0.0", "zod": "^4.4.3" },