graphql-fastify-server
graphql-fastify-server copied to clipboard
chore(deps): bump fastify from 5.1.0 to 5.3.2
Bumps fastify from 5.1.0 to 5.3.2.
Release notes
Sourced from fastify's releases.
v5.3.2
⚠️ Security Release ⚠️
Unfortunately, v5.3.1 did not include a complete fix for "Invalid content-type parsing could lead to validation bypass" and CVE-2025-32442. This is a follow-up patch to cover an edge case.
What's Changed
- docs: fix archived concurrently link to point to active repo by
@TimTeylorin fastify/fastify#6063- fix: treat space as a delimiter in content-type parsing by
@mcollinain fastify/fastify#6064New Contributors
@TimTeylormade their first contribution in fastify/fastify#6063Full Changelog: https://github.com/fastify/fastify/compare/v5.3.1...v5.3.2
v5.3.1
⚠️ Security Release ⚠️
- Fix for "Invalid content-type parsing could lead to validation bypass" and CVE-2025-32442
What's Changed
- test: migrate logger options to node test runner by
@ilteooodin fastify/fastify#6059- test: migrate logger logging to node test runner by
@ilteooodin fastify/fastify#6060- test: convert custom parser 1 to node test runner by
@ilteooodin fastify/fastify#6053- test: custom querystring parser by
@ilteooodin fastify/fastify#6054- test: migrate stream 4 to node test runner by
@ilteooodin fastify/fastify#6062- test: migrate request logger to node test runner by
@ilteooodin fastify/fastify#6058- test: migrate custom parser 0 to node test runner by
@ilteooodin fastify/fastify#6052- test: migrate logger instantiation to node test runner by
@ilteooodin fastify/fastify#6061New Contributors
@ilteooodmade their first contribution in fastify/fastify#6059Full Changelog: https://github.com/fastify/fastify/compare/v5.3.0...v5.3.1
v5.3.0
What's Changed
- fix: wrong reply return type by
@dangkyokhoangin fastify/fastify#6026- feat: allow to access decorators by
@jean-micheletin fastify/fastify#5768- ci: continue-on-error on alternative runtime by
@Eommin fastify/fastify#6031- fix: clear
[kState].readyPromisefor garbage collection by@LiviaMedeirosin fastify/fastify#6030- ci: set workflow permissions to read-only by default by
@Fdawgsin fastify/fastify#6035- chore: Bump the dependencies-major group with 2 updates by
@dependabotin fastify/fastify#6036- chore: Bump lycheeverse/lychee-action from 2.3.0 to 2.4.0 by
@dependabotin fastify/fastify#6037- chore: remove sponsort by
@Eommin fastify/fastify#6040- test: fix skip in upgrade test by
@LiviaMedeirosin fastify/fastify#6044- chore: migrate custom-parser.4.test.js to node:test by
@Matthew-Mallimoin fastify/fastify#6042- docs: add fastify-lm to Ecosystem.md by
@galiprandiin fastify/fastify#6032- test: skip IPv6 tests if its support is not present by
@LiviaMedeirosin fastify/fastify#6048
... (truncated)
Commits
32f7e1eBumped v5.3.2f3d2bcbfix: treat space as a delimiter in content-type parsing (#6064)9b1cf06docs: fix archived concurrently link to point to active repo (#6063)644b68dBumped v5.3.1436da4cMerge commit from forkebbd4a6test: migrate logger instantiation to node test runner (#6061)2ce1ae1test: migrate custom parser 0 to node test runner (#6052)f30973ctest: migrate request logger to node test runner (#6058)0a9aa87test: migrate stream 4 to node test runner (#6062)417b1f8test: custom querystring parser (#6054)- Additional commits viewable in compare view
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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill 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.