build(deps): bump fastify from 5.8.1 to 5.8.2 in /backend (#673)

Bumps [fastify](https://github.com/fastify/fastify) from 5.8.1 to 5.8.2.
- [Release notes](https://github.com/fastify/fastify/releases)
- [Commits](https://github.com/fastify/fastify/compare/v5.8.1...v5.8.2)

---
updated-dependencies:
- dependency-name: fastify
  dependency-version: 5.8.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2026-03-17 15:57:13 +00:00 committed by GitHub
parent ef3f387d74
commit 68f739700b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 5 deletions

View File

@ -11,7 +11,7 @@
"dependencies": { "dependencies": {
"@fastify/type-provider-typebox": "^6.1.0", "@fastify/type-provider-typebox": "^6.1.0",
"@types/nodemailer": "^7.0.11", "@types/nodemailer": "^7.0.11",
"fastify": "^5.8.1", "fastify": "^5.8.2",
"nodemailer": "^8.0.2", "nodemailer": "^8.0.2",
"ts-dotenv": "^0.9.1" "ts-dotenv": "^0.9.1"
}, },
@ -6725,9 +6725,9 @@
"license": "BSD-3-Clause" "license": "BSD-3-Clause"
}, },
"node_modules/fastify": { "node_modules/fastify": {
"version": "5.8.1", "version": "5.8.2",
"resolved": "https://registry.npmjs.org/fastify/-/fastify-5.8.1.tgz", "resolved": "https://registry.npmjs.org/fastify/-/fastify-5.8.2.tgz",
"integrity": "sha512-y0kicFvvn7CYWoPOVLOcvn4YyKQz03DIY7UxmyOy21/J8eXm09R+tmb+tVDBW5h+pja30cHI5dqUcSlvY86V2A==", "integrity": "sha512-lZmt3navvZG915IE+f7/TIVamxIwmBd+OMB+O9WBzcpIwOo6F0LTh0sluoMFk5VkrKTvvrwIaoJPkir4Z+jtAg==",
"funding": [ "funding": [
{ {
"type": "github", "type": "github",

View File

@ -31,7 +31,7 @@
"dependencies": { "dependencies": {
"@fastify/type-provider-typebox": "^6.1.0", "@fastify/type-provider-typebox": "^6.1.0",
"@types/nodemailer": "^7.0.11", "@types/nodemailer": "^7.0.11",
"fastify": "^5.8.1", "fastify": "^5.8.2",
"nodemailer": "^8.0.2", "nodemailer": "^8.0.2",
"ts-dotenv": "^0.9.1" "ts-dotenv": "^0.9.1"
}, },