From f50b9849d0d62101a9f6ba216c9922f88843c2e6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 24 Jan 2026 06:14:25 +0000 Subject: [PATCH] Update dependency fastify to v5.7.1 --- package.json | 2 +- yarn.lock | 18 +++++++++--------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package.json b/package.json index 97d45832..8f8aa2ee 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "ajv": "8.17.1", "axios": "1.13.2", "eventsource": "4.1.0", - "fastify": "5.6.2", + "fastify": "5.7.1", "ioredis": "5.9.2", "mock-socket": "9.3.1", "pino": "10.2.0", diff --git a/yarn.lock b/yarn.lock index e82f33ea..c0c8fd0e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -106,10 +106,10 @@ "@eslint/core" "^0.17.0" levn "^0.4.1" -"@fastify/ajv-compiler@^4.0.0": - version "4.0.1" - resolved "https://registry.yarnpkg.com/@fastify/ajv-compiler/-/ajv-compiler-4.0.1.tgz#9567b4c09149a0f342e931c7196a8ed9dc292954" - integrity sha512-DxrBdgsjNLP0YM6W5Hd6/Fmj43S8zMKiFJYgi+Ri3htTGAowPVG/tG1wpnWLMjufEnehRivUCKZ1pLDIoZdTuw== +"@fastify/ajv-compiler@^4.0.5": + version "4.0.5" + resolved "https://registry.yarnpkg.com/@fastify/ajv-compiler/-/ajv-compiler-4.0.5.tgz#fdb0887a7af51abaae8c1829e8099d34f8ddd302" + integrity sha512-KoWKW+MhvfTRWL4qrhUwAAZoaChluo0m0vbiJlGMt2GXvL4LVPQEjt8kSpHI3IBq5Rez8fg+XeH3cneztq+C7A== dependencies: ajv "^8.12.0" ajv-formats "^3.0.1" @@ -1542,12 +1542,12 @@ fast-uri@^3.0.1: resolved "https://registry.npmjs.org/fast-uri/-/fast-uri-3.0.1.tgz" integrity sha512-MWipKbbYiYI0UC7cl8m/i/IWTqfC8YXsqjzybjddLsFjStroQzsHXkc73JutMvBiXmOvapk+axIl79ig5t55Bw== -fastify@5.6.2: - version "5.6.2" - resolved "https://registry.yarnpkg.com/fastify/-/fastify-5.6.2.tgz#e9bd80c869f54440f62f539d646b1c303b56c40f" - integrity sha512-dPugdGnsvYkBlENLhCgX8yhyGCsCPrpA8lFWbTNU428l+YOnLgYHR69hzV8HWPC79n536EqzqQtvhtdaCE0dKg== +fastify@5.7.1: + version "5.7.1" + resolved "https://registry.yarnpkg.com/fastify/-/fastify-5.7.1.tgz#4a9116964b4e5130f43b8f08631d5ecca46e2edb" + integrity sha512-ZW7S4fxlZhE+tYWVokFzjh+i56R+buYKNGhrVl6DtN8sxkyMEzpJnzvO8A/ZZrsg5w6X37u6I4EOQikYS5DXpA== dependencies: - "@fastify/ajv-compiler" "^4.0.0" + "@fastify/ajv-compiler" "^4.0.5" "@fastify/error" "^4.0.0" "@fastify/fast-json-stringify-compiler" "^5.0.0" "@fastify/proxy-addr" "^5.0.0"