From 620cd3dd525e50f4b12754cafdb1ea76504c945c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 7 Mar 2026 11:02:30 +0100 Subject: [PATCH] chore(deps): bump fastify in the npm_and_yarn group across 1 directory (#6753) Bumps the npm_and_yarn group with 1 update in the / directory: [fastify](https://github.com/fastify/fastify). Updates `fastify` from 5.7.3 to 5.8.1 - [Release notes](https://github.com/fastify/fastify/releases) - [Commits](https://github.com/fastify/fastify/compare/v5.7.3...v5.8.1) --- updated-dependencies: - dependency-name: fastify dependency-version: 5.8.1 dependency-type: direct:production dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 8 +++++--- packages/super-sync-server/package.json | 2 +- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 63b7124719..b11758b47f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17770,7 +17770,9 @@ } }, "node_modules/fastify": { - "version": "5.7.3", + "version": "5.8.1", + "resolved": "https://registry.npmjs.org/fastify/-/fastify-5.8.1.tgz", + "integrity": "sha512-y0kicFvvn7CYWoPOVLOcvn4YyKQz03DIY7UxmyOy21/J8eXm09R+tmb+tVDBW5h+pja30cHI5dqUcSlvY86V2A==", "funding": [ { "type": "github", @@ -17792,7 +17794,7 @@ "fast-json-stringify": "^6.0.0", "find-my-way": "^9.0.0", "light-my-request": "^6.0.0", - "pino": "^10.1.0", + "pino": "^9.14.0 || ^10.1.0", "process-warning": "^5.0.0", "rfdc": "^1.3.1", "secure-json-parse": "^4.0.0", @@ -29913,7 +29915,7 @@ "@sp/shared-schema": "*", "bcryptjs": "^3.0.3", "dotenv": "^17.2.3", - "fastify": "^5.7.3", + "fastify": "^5.8.1", "jsonwebtoken": "^9.0.2", "nodemailer": "^7.0.12", "uuidv7": "^1.1.0", diff --git a/packages/super-sync-server/package.json b/packages/super-sync-server/package.json index 62cdf1151e..eed40f9f69 100644 --- a/packages/super-sync-server/package.json +++ b/packages/super-sync-server/package.json @@ -37,7 +37,7 @@ "@sp/shared-schema": "*", "bcryptjs": "^3.0.3", "dotenv": "^17.2.3", - "fastify": "^5.7.3", + "fastify": "^5.8.1", "jsonwebtoken": "^9.0.2", "nodemailer": "^7.0.12", "uuidv7": "^1.1.0",