From 856e7f8ccce12564a25c49e564c9ac04105160f9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Apr 2026 19:46:07 +0000 Subject: [PATCH] Bump fastify from 5.8.4 to 5.8.5 Bumps [fastify](https://github.com/fastify/fastify) from 5.8.4 to 5.8.5. - [Release notes](https://github.com/fastify/fastify/releases) - [Commits](https://github.com/fastify/fastify/compare/v5.8.4...v5.8.5) --- updated-dependencies: - dependency-name: fastify dependency-version: 5.8.5 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 23fd145..1ef8015 100644 --- a/package.json +++ b/package.json @@ -76,7 +76,7 @@ "dayjs": "^1.11.13", "dot-prop": "^10.1.0", "electron-store": "^9.0.0", - "fastify": "^5.3.2", + "fastify": "^5.8.5", "grandiose": "github:CVMEventi/grandiose#13df9f2", "howler": "^2.2.3", "mime": "^4.0.6", diff --git a/yarn.lock b/yarn.lock index 2777e22..dcae217 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3960,10 +3960,10 @@ fastify-plugin@^5.0.0: resolved "https://registry.yarnpkg.com/fastify-plugin/-/fastify-plugin-5.1.0.tgz#7083e039d6418415f9a669f8c25e72fc5bf2d3e7" integrity sha512-FAIDA8eovSt5qcDgcBvDuX/v0Cjz0ohGhENZ/wpc3y+oZCY2afZ9Baqql3g/lC+OHRnciQol4ww7tuthOb9idw== -fastify@^5.3.2: - version "5.8.4" - resolved "https://registry.yarnpkg.com/fastify/-/fastify-5.8.4.tgz#9ad9ebeea57980cf8722b5c44ca27ea9255cf2d5" - integrity sha512-sa42J1xylbBAYUWALSBoyXKPDUvM3OoNOibIefA+Oha57FryXKKCZarA1iDntOCWp3O35voZLuDg2mdODXtPzQ== +fastify@^5.8.5: + version "5.8.5" + resolved "https://registry.yarnpkg.com/fastify/-/fastify-5.8.5.tgz#c452224295e0ca550bcd0efc3f7d3e90e9c11955" + integrity sha512-Yqptv59pQzPgQUSIm87hMqHJmdkb1+GPxdE6vW6FRyVE9G86mt7rOghitiU4JHRaTyDUk9pfeKmDeu70lAwM4Q== dependencies: "@fastify/ajv-compiler" "^4.0.5" "@fastify/error" "^4.0.0"