Skip to content

build(deps): Bump fastify from 5.8.2 to 5.8.3#38

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/fastify-5.8.3
Open

build(deps): Bump fastify from 5.8.2 to 5.8.3#38
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/fastify-5.8.3

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot bot commented on behalf of github Mar 25, 2026

Bumps fastify from 5.8.2 to 5.8.3.

Release notes

Sourced from fastify's releases.

v5.8.3

⚠️ Security Release

This fixes CVE CVE-2026-3635 GHSA-444r-cwp2-x5xf.

What's Changed

New Contributors

Full Changelog: fastify/fastify@v5.8.2...v5.8.3

Commits
  • a3e77ce Bumped v5.8.3
  • 4e1db5b fix: gate host and protocol getters on proxy trust function
  • a22217f ci(lock-threads): use shared lock-threads workflow (#6592)
  • 1851f20 docs: update links (#6593)
  • 9cc5187 types: Allow port to be null in request type definition (#6589)
  • 722d83b docs: replace redirected npm.im http-errors link (#6588)
  • a1413de docs: fix incorrect code examples in Reply and Request reference (#6582)
  • d7f01b6 docs: clarify content-type parser/schema mismatch is outside threat model (#6...
  • a0649e9 docs: update syntax markdown, absolute paths and links (#6569)
  • d477915 ci(link-checker): fix root-relative links resolution (#6535)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [fastify](https://github.com/fastify/fastify) from 5.8.2 to 5.8.3.
- [Release notes](https://github.com/fastify/fastify/releases)
- [Commits](fastify/fastify@v5.8.2...v5.8.3)

---
updated-dependencies:
- dependency-name: fastify
  dependency-version: 5.8.3
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Mar 25, 2026
@socket-security
Copy link
Copy Markdown

Review the following changes in direct dependencies. Learn more about Socket for GitHub.

Diff Package Supply Chain
Security
Vulnerability Quality Maintenance License
Updatedfastify@​5.8.2 ⏵ 5.8.398100 +210097 -1100

View full report

@github-actions
Copy link
Copy Markdown
Contributor

⚡ Benchmark Results

benchmarks/renderer/ring-buffer.bench.ts
Suite — Benchmark ops/sec mean (µs) p99 (µs) ±rme vs main
SharedRingBuffer – small payload (64 B) — write 64 bytes 567.1 K 0.0018 0.0072 ±1.20% +8.2%
SharedRingBuffer – small payload (64 B) — write + read 64 bytes 520.1 K 0.0019 0.0077 ±0.60% +9.3%
SharedRingBuffer – medium payload (1 KB) — write 1 KB 301.7 K 0.0033 0.0148 ±0.55% +18.8% 🚀
SharedRingBuffer – medium payload (1 KB) — write + read 1 KB 264.7 K 0.0038 0.0180 ±0.47% +20.4% 🚀
SharedRingBuffer – large payload (16 KB) — write 16 KB 54.5 K 0.0184 0.0426 ±1.28% +34.1% 🚀
SharedRingBuffer – large payload (16 KB) — write + read 16 KB 76.6 K 0.0130 0.0439 ±28.75% -6.8%
SharedRingBuffer – sequential throughput (100 × 64 B) — 100 write + read cycles 40.1 K 0.0249 0.0442 ±0.44% ~0%
SharedRingBuffer – introspection — availableToRead 14.23 M 0.0001 0.0001 ±0.11% ~0%
SharedRingBuffer – introspection — isEmpty 14.56 M 0.0001 0.0001 ±0.10% -1.7%
SharedRingBuffer – introspection — isFull 14.49 M 0.0001 0.0001 ±0.09% ~0%
benchmarks/renderer/shared-buffer.bench.ts
Suite — Benchmark ops/sec mean (µs) p99 (µs) ±rme vs main
SharedBuffer – allocation — createSharedBuffer(4 KB) 602.6 K 0.0017 0.0072 ±1.51% +3.9%
SharedBuffer – allocation — createSharedBuffer(64 KB) 50.0 K 0.0200 0.0418 ±5.23% -4.4%
SharedBuffer – small payload round-trip — write small JSON 334.6 K 0.0030 0.0125 ±0.42% +7.8%
SharedBuffer – small payload round-trip — write + read small JSON 239.6 K 0.0042 0.0137 ±1.49% +2.8%
SharedBuffer – medium payload round-trip — write medium JSON (~2 KB) 99.0 K 0.0101 0.0286 ±0.38% +9.4%
SharedBuffer – medium payload round-trip — write + read medium JSON (~2 KB) 57.2 K 0.0175 0.0424 ±0.43% +4.9%
SharedBuffer – large payload round-trip — write large JSON (~10 KB) 15.4 K 0.0648 0.0958 ±0.34% +3.6%
SharedBuffer – large payload round-trip — write + read large JSON (~10 KB) 7.6 K 0.1313 0.1688 ±0.39% +1.1%
benchmarks/utils/ip-address.bench.ts
Suite — Benchmark ops/sec mean (µs) p99 (µs) ±rme vs main
getClientIPAddress – no IP headers — no IP-related headers → null 2.67 M 0.0004 0.0008 ±0.21% +6.0%
getClientIPAddress – single header — cf-connecting-ip (Cloudflare) 1.70 M 0.0006 0.0011 ±0.40% +1.7%
getClientIPAddress – single header — x-forwarded-for (simple) 1.97 M 0.0005 0.0007 ±0.39% ~0%
getClientIPAddress – single header — x-real-ip 1.55 M 0.0006 0.0010 ±0.29% +6.7%
getClientIPAddress – single header — true-client-ip (Akamai / Cloudflare Enterprise) 1.58 M 0.0006 0.0008 ±0.10% +2.3%
getClientIPAddress – x-forwarded-for multi-hop — 2-hop chain 1.90 M 0.0005 0.0007 ±0.13% +2.3%
getClientIPAddress – x-forwarded-for multi-hop — 4-hop chain 1.68 M 0.0006 0.0009 ±1.48% +7.5%
getClientIPAddress – Forwarded header (RFC 7239) — simple for= directive 996.3 K 0.0010 0.0013 ±1.22% +5.3%
getClientIPAddress – Forwarded header (RFC 7239) — for= with port 756.2 K 0.0013 0.0020 ±0.41% +3.2%
getClientIPAddress – Forwarded header (RFC 7239) — IPv6 literal 753.6 K 0.0013 0.0021 ±1.37% +1.7%
getClientIPAddress – Forwarded header (RFC 7239) — multi-hop Forwarded 834.0 K 0.0012 0.0020 ±0.40% +4.6%
getClientIPAddress – IPv6 addresses — x-forwarded-for IPv6 1.13 M 0.0009 0.0016 ±2.32% -4.9%
benchmarks/utils/promise.bench.ts
Suite — Benchmark ops/sec mean (µs) p99 (µs) ±rme vs main
promiseHash – concurrent resolution — 2 already-resolved promises 851.6 K 0.0012 0.0031 ±1.09% ~0%
promiseHash – concurrent resolution — 5 already-resolved promises 521.7 K 0.0019 0.0033 ±1.39% ~0%
promiseHash – concurrent resolution — 10 already-resolved promises 304.5 K 0.0033 0.0087 ±1.32% ~0%
promiseHash – concurrent resolution — 5 promises with object values 476.8 K 0.0021 0.0029 ±0.35% ~0%
timeout – wrapping fast promises — timeout wrapping an already-resolved promise (1 s budget) 940.1 K 0.0011 0.0017 ±0.33% +1.0%
timeout – wrapping fast promises — timeout wrapping an already-resolved object (5 s budget) 910.7 K 0.0011 0.0017 ±0.35% +4.6%
benchmarks/utils/safe-redirect.bench.ts
Suite — Benchmark ops/sec mean (µs) p99 (µs) ±rme vs main
safeRedirect – valid paths — root path / 7.07 M 0.0001 0.0003 ±0.39% +2.6%
safeRedirect – valid paths — simple path /dashboard 3.58 M 0.0003 0.0003 ±0.09% ~0%
safeRedirect – valid paths — nested path /settings/profile 3.13 M 0.0003 0.0005 ±0.34% +3.3%
safeRedirect – valid paths — path with query string /search?q=hello 3.43 M 0.0003 0.0003 ±0.11% +2.5%
safeRedirect – valid paths — path with hash /docs#section 3.46 M 0.0003 0.0003 ±1.37% +3.2%
safeRedirect – rejected inputs — absolute URL https://evil.com 4.74 M 0.0002 0.0002 ±0.14% +4.1%
safeRedirect – rejected inputs — protocol-relative URL //evil.com 4.52 M 0.0002 0.0002 ±0.10% ~0%
safeRedirect – rejected inputs — backslash-relative /\evil.com 4.56 M 0.0002 0.0002 ±0.10% +2.7%
safeRedirect – rejected inputs — path traversal /../etc/passwd 4.05 M 0.0002 0.0003 ±0.12% +2.8%
safeRedirect – rejected inputs — null input 16.15 M 0.0001 0.0001 ±0.10% ~0%
safeRedirect – rejected inputs — undefined input 16.24 M 0.0001 0.0001 ±0.10% +3.1%
safeRedirect – rejected inputs — empty string 16.23 M 0.0001 0.0001 ±0.10% +3.1%
safeRedirect – percent-encoded bypass — percent-encoded // (%2F%2F) 4.77 M 0.0002 0.0002 ±0.10% +5.0%
safeRedirect – percent-encoded bypass — percent-encoded path traversal (%2e%2e) 4.76 M 0.0002 0.0002 ±0.10% +4.8%
safeRedirect – percent-encoded bypass — mixed percent-encoded absolute URL 4.52 M 0.0002 0.0002 ±0.10% +4.1%
safeRedirect – custom default redirect — valid path with custom default 3.52 M 0.0003 0.0003 ±0.10% ~0%
safeRedirect – custom default redirect — invalid input with custom default 4.86 M 0.0002 0.0002 ±0.10% +3.8%

🔬 Compared against the latest benchmark run on main. ⚠️ = >10% slower · 🚀 = >10% faster.

@github-actions
Copy link
Copy Markdown
Contributor

Coverage Report

Status Category Percentage Covered / Total
🔵 Lines 97.8%
🟰 ±0%
2009 / 2054
🔵 Statements 97.26%
🟰 ±0%
2097 / 2156
🔵 Functions 98.51%
🟰 ±0%
399 / 405
🔵 Branches 91.93%
🟰 ±0%
1105 / 1202
File CoverageNo changed files found.
Generated in workflow #308 for commit 45b1632 by the Vitest Coverage Report Action

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants