From c268a4210f0928561583786f68ffbc15d2f6850f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Apr 2026 16:15:38 +0000 Subject: [PATCH] Bump fastify from 5.8.3 to 5.8.5 in /functions Bumps [fastify](https://github.com/fastify/fastify) from 5.8.3 to 5.8.5. - [Release notes](https://github.com/fastify/fastify/releases) - [Commits](https://github.com/fastify/fastify/compare/v5.8.3...v5.8.5) --- updated-dependencies: - dependency-name: fastify dependency-version: 5.8.5 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- functions/package-lock.json | 8 ++++---- functions/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/functions/package-lock.json b/functions/package-lock.json index 62d4e75..c664bca 100644 --- a/functions/package-lock.json +++ b/functions/package-lock.json @@ -8,7 +8,7 @@ "dependencies": { "@google-cloud/logging": "^11.0.0", "@valkey/valkey-glide": "^2.0.1", - "fastify": "^5.8.3", + "fastify": "^5.8.5", "firebase-admin": "^13.5.0", "firebase-functions": "^6.1.1" }, @@ -3729,9 +3729,9 @@ } }, "node_modules/fastify": { - "version": "5.8.3", - "resolved": "https://registry.npmjs.org/fastify/-/fastify-5.8.3.tgz", - "integrity": "sha512-XJXpRQ41+rsJ/GLeP9vyDC+fBXilcTlEXokMSexkdEkla4uf7ZQNaI5xl3el+kW5TZQulqYxLr659ey/KX7XmQ==", + "version": "5.8.5", + "resolved": "https://registry.npmjs.org/fastify/-/fastify-5.8.5.tgz", + "integrity": "sha512-Yqptv59pQzPgQUSIm87hMqHJmdkb1+GPxdE6vW6FRyVE9G86mt7rOghitiU4JHRaTyDUk9pfeKmDeu70lAwM4Q==", "funding": [ { "type": "github", diff --git a/functions/package.json b/functions/package.json index c148e9a..9657537 100644 --- a/functions/package.json +++ b/functions/package.json @@ -16,7 +16,7 @@ "dependencies": { "@google-cloud/logging": "^11.0.0", "@valkey/valkey-glide": "^2.0.1", - "fastify": "^5.8.3", + "fastify": "^5.8.5", "firebase-admin": "^13.5.0", "firebase-functions": "^6.1.1" },