From 2919ddc891480e3d783a00a3f206060714a6e3c4 Mon Sep 17 00:00:00 2001 From: Jake Kramer <899428+jake-kramer@users.noreply.github.com> Date: Tue, 10 Feb 2026 14:53:14 -0500 Subject: [PATCH] chore(deps): update dependency fastify to v5.7.3 [security] Follow up to https://github.com/grafana/pyroscope-nodejs/pull/224 which missed fully updating `fastify`. --- package.json | 4 ++-- yarn.lock | 12 ++++++------ 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package.json b/package.json index 4bda4b7..3781f71 100644 --- a/package.json +++ b/package.json @@ -61,7 +61,7 @@ "eslint-config-prettier": "^10.1.8", "eslint-plugin-prettier": "^5.5.5", "express": "^5.2.1", - "fastify": "^5.6.2", + "fastify": "^5.7.3", "husky": "^9.1.7", "pinst": "^3.0.0", "pprof-format": "^2.2.1", @@ -72,7 +72,7 @@ }, "peerDependencies": { "express": "^4.0.0 || ^5.0.0", - "fastify": "^5.7.3 ^5.7.3" + "fastify": "^5.7.3" }, "peerDependenciesMeta": { "express": { diff --git a/yarn.lock b/yarn.lock index be02a7e..1b4ed76 100644 --- a/yarn.lock +++ b/yarn.lock @@ -216,7 +216,7 @@ "@eslint/core" "^1.1.0" levn "^0.4.1" -"@fastify/ajv-compiler@^4.0.0": +"@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== @@ -1250,12 +1250,12 @@ fast-uri@^3.0.0, fast-uri@^3.0.1: resolved "https://registry.yarnpkg.com/fast-uri/-/fast-uri-3.1.0.tgz#66eecff6c764c0df9b762e62ca7edcfb53b4edfa" integrity sha512-iPeeDKJSWf4IEOasVVrknXpaBV0IApz/gp7S2bb7Z4Lljbl2MGJRqInZiUrQwV16cpzw/D3S5j5Julj/gT52AA== -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.3: + version "5.7.4" + resolved "https://registry.yarnpkg.com/fastify/-/fastify-5.7.4.tgz#c5779ec5a509f5ea0a6b4232855eddb7125da129" + integrity sha512-e6l5NsRdaEP8rdD8VR0ErJASeyaRbzXYpmkrpr2SuvuMq6Si3lvsaVy5C+7gLanEkvjpMDzBXWE5HPeb/hgTxA== 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"