From 897e8b3921e140255826a1d0dd58457a65347640 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Oct 2025 00:03:37 +0000 Subject: [PATCH] chore(deps-dev): bump fastify from 5.6.0 to 5.6.1 Bumps [fastify](https://github.com/fastify/fastify) from 5.6.0 to 5.6.1. - [Release notes](https://github.com/fastify/fastify/releases) - [Commits](https://github.com/fastify/fastify/compare/v5.6.0...v5.6.1) --- updated-dependencies: - dependency-name: fastify dependency-version: 5.6.1 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 52e561b6c9..6fa253e48b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10360,9 +10360,9 @@ } }, "node_modules/fastify": { - "version": "5.6.0", - "resolved": "https://registry.npmjs.org/fastify/-/fastify-5.6.0.tgz", - "integrity": "sha512-9j2r9TnwNsfGiCKGYT0Voqy244qwcoYM9qvNi/i+F8sNNWDnqUEVuGYNc9GyjldhXmMlJmVPS6gI1LdvjYGRJw==", + "version": "5.6.1", + "resolved": "https://registry.npmjs.org/fastify/-/fastify-5.6.1.tgz", + "integrity": "sha512-WjjlOciBF0K8pDUPZoGPhqhKrQJ02I8DKaDIfO51EL0kbSMwQFl85cRwhOvmSDWoukNOdTo27gLN549pLCcH7Q==", "dev": true, "funding": [ { @@ -25419,9 +25419,9 @@ } }, "fastify": { - "version": "5.6.0", - "resolved": "https://registry.npmjs.org/fastify/-/fastify-5.6.0.tgz", - "integrity": "sha512-9j2r9TnwNsfGiCKGYT0Voqy244qwcoYM9qvNi/i+F8sNNWDnqUEVuGYNc9GyjldhXmMlJmVPS6gI1LdvjYGRJw==", + "version": "5.6.1", + "resolved": "https://registry.npmjs.org/fastify/-/fastify-5.6.1.tgz", + "integrity": "sha512-WjjlOciBF0K8pDUPZoGPhqhKrQJ02I8DKaDIfO51EL0kbSMwQFl85cRwhOvmSDWoukNOdTo27gLN549pLCcH7Q==", "dev": true, "requires": { "@fastify/ajv-compiler": "^4.0.0",