build(deps): bump fastify from 5.6.0 to 5.6.1 in /backend

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:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2025-09-27 01:08:37 +00:00
parent 4d9359c7a6
commit 6cd1e1a017
2 changed files with 5 additions and 5 deletions

View File

@ -12,7 +12,7 @@
"@fastify/type-provider-typebox": "^5.2.0",
"@types/jest": "^30.0.0",
"@types/nodemailer": "^7.0.1",
"fastify": "^5.6.0",
"fastify": "^5.6.1",
"nodemailer": "^7.0.6",
"ts-dotenv": "^0.9.1"
},
@ -5949,9 +5949,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==",
"funding": [
{
"type": "github",

View File

@ -43,7 +43,7 @@
"@fastify/type-provider-typebox": "^5.2.0",
"@types/jest": "^30.0.0",
"@types/nodemailer": "^7.0.1",
"fastify": "^5.6.0",
"fastify": "^5.6.1",
"nodemailer": "^7.0.6",
"ts-dotenv": "^0.9.1"
},