chore(deps)(deps): bump fastify from 5.9.0 to 5.12.1 in /nodyx-core - #661
Closed
dependabot[bot] wants to merge 1 commit into
Closed
chore(deps)(deps): bump fastify from 5.9.0 to 5.12.1 in /nodyx-core#661dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
Contributor
Author
LabelsThe following labels could not be found: Please fix the above issues or remove invalid values from |
Bumps [fastify](https://github.com/fastify/fastify) from 5.9.0 to 5.12.1. - [Release notes](https://github.com/fastify/fastify/releases) - [Commits](fastify/fastify@v5.9.0...v5.12.1) --- updated-dependencies: - dependency-name: fastify dependency-version: 5.12.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot
Bot
force-pushed
the
dependabot/npm_and_yarn/nodyx-core/fastify-5.12.1
branch
from
September 2, 2026 20:28
c35f6cd to
970c546
Compare
Pokled
added a commit
that referenced
this pull request
Sep 2, 2026
…ps (#664) fastify 5.12.1 corrige l'usurpation des en-tetes X-Forwarded-* quand trustProxy est un nombre de hops (alerte Dependabot, medium) et retire ce mode : le type n'accepte plus `number`. getTrustProxy() pouvait renvoyer un nombre via l'override TRUST_PROXY=<n>. Ce chemin est supprime (retour boolean | string[]) ; une valeur purement numerique est desormais ignoree avec un avertissement plutot que de faire lever proxy-addr au demarrage. Le defaut de production (liste loopback + Cloudflare) etait deja une string[], inchange. Remplace #661 (rebase sur main apres #659) et le volet fastify de #655.
Contributor
Author
|
Looks like fastify is up-to-date now, so this is no longer needed. |
dependabot
Bot
deleted the
dependabot/npm_and_yarn/nodyx-core/fastify-5.12.1
branch
September 2, 2026 20:34
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps fastify from 5.9.0 to 5.12.1.
Release notes
Sourced from fastify's releases.
... (truncated)
Commits
7d196a9Bumped v5.12.11ef8a60fix(validation): preserve coerced root values8acfea7fix: disable numeric trustProxy hop-count trust268e439fix: report canonical route url for hidden prefix slash route (#6719) (#6961)b3b8be1fix: run preClose hook exactly once per declaring instance (#6940) (#6954)4708a98ci: allow backport in pr title (#6948) (#6952)65d12datest: fix reply.mediaType (#6949) (#6950)27d1fecBumped v5.12.0430dd4efix(content-type): return undefined for invalid media types (#6942) (#6947)fd5fe53feat: addReply.prototype.mediaType(#6932) (#6946)