From a7206b539c76b90e2148273923e4d0bc976461d4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 31 Jan 2026 16:37:18 +0100 Subject: [PATCH] build(deps): bump fastify from 5.7.1 to 5.7.2 in /backend (#631) Bumps [fastify](https://github.com/fastify/fastify) from 5.7.1 to 5.7.2. - [Release notes](https://github.com/fastify/fastify/releases) - [Commits](https://github.com/fastify/fastify/compare/v5.7.1...v5.7.2) --- updated-dependencies: - dependency-name: fastify dependency-version: 5.7.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- backend/package-lock.json | 8 ++++---- backend/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/backend/package-lock.json b/backend/package-lock.json index a158080..3767629 100644 --- a/backend/package-lock.json +++ b/backend/package-lock.json @@ -12,7 +12,7 @@ "@fastify/type-provider-typebox": "^5.2.0", "@types/jest": "^30.0.0", "@types/nodemailer": "^7.0.5", - "fastify": "^5.7.1", + "fastify": "^5.7.2", "nodemailer": "^7.0.12", "ts-dotenv": "^0.9.1" }, @@ -5986,9 +5986,9 @@ } }, "node_modules/fastify": { - "version": "5.7.1", - "resolved": "https://registry.npmjs.org/fastify/-/fastify-5.7.1.tgz", - "integrity": "sha512-ZW7S4fxlZhE+tYWVokFzjh+i56R+buYKNGhrVl6DtN8sxkyMEzpJnzvO8A/ZZrsg5w6X37u6I4EOQikYS5DXpA==", + "version": "5.7.2", + "resolved": "https://registry.npmjs.org/fastify/-/fastify-5.7.2.tgz", + "integrity": "sha512-dBJolW+hm6N/yJVf6J5E1BxOBNkuXNl405nrfeR8SpvGWG3aCC2XDHyiFBdow8Win1kj7sjawQc257JlYY6M/A==", "funding": [ { "type": "github", diff --git a/backend/package.json b/backend/package.json index d55cbde..3f1f21c 100644 --- a/backend/package.json +++ b/backend/package.json @@ -43,7 +43,7 @@ "@fastify/type-provider-typebox": "^5.2.0", "@types/jest": "^30.0.0", "@types/nodemailer": "^7.0.5", - "fastify": "^5.7.1", + "fastify": "^5.7.2", "nodemailer": "^7.0.12", "ts-dotenv": "^0.9.1" },