[PR #49] chore(deps): bump fastify from 5.6.2 to 5.7.3 #49

Open
opened 2026-03-02 11:45:12 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/karant-dev/AutoRedact/pull/49
Author: @dependabot[bot]
Created: 2/2/2026
Status: 🔄 Open

Base: mainHead: dependabot/npm_and_yarn/fastify-5.7.3


📝 Commits (1)

  • fef43d2 chore(deps): bump fastify from 5.6.2 to 5.7.3

📊 Changes

2 files changed (+6 additions, -6 deletions)

View changed files

📝 package-lock.json (+5 -5)
📝 package.json (+1 -1)

📄 Description

Bumps fastify from 5.6.2 to 5.7.3.

Release notes

Sourced from fastify's releases.

v5.7.3

⚠️ Security Release

What's Changed

Full Changelog: https://github.com/fastify/fastify/compare/v5.7.2...v5.7.3

v5.7.2

⚠️ Notice ⚠️

Parsing of the content-type header has been improved to a strict parser in PR #6414. This means only header values in the form described in RFC 9110 are accepted.

What's Changed

New Contributors

Full Changelog: https://github.com/fastify/fastify/compare/v5.7.1...v5.7.2

v5.7.1

What's Changed

Full Changelog: https://github.com/fastify/fastify/compare/v5.7.0...v5.7.1

v5.7.0

What's Changed

... (truncated)

Commits

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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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.

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/karant-dev/AutoRedact/pull/49 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 2/2/2026 **Status:** 🔄 Open **Base:** `main` ← **Head:** `dependabot/npm_and_yarn/fastify-5.7.3` --- ### 📝 Commits (1) - [`fef43d2`](https://github.com/karant-dev/AutoRedact/commit/fef43d24ebfcc7118d1c0e3db2e4dd4522e2aa53) chore(deps): bump fastify from 5.6.2 to 5.7.3 ### 📊 Changes **2 files changed** (+6 additions, -6 deletions) <details> <summary>View changed files</summary> 📝 `package-lock.json` (+5 -5) 📝 `package.json` (+1 -1) </details> ### 📄 Description Bumps [fastify](https://github.com/fastify/fastify) from 5.6.2 to 5.7.3. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/fastify/fastify/releases">fastify's releases</a>.</em></p> <blockquote> <h2>v5.7.3</h2> <h2>⚠️ Security Release</h2> <ul> <li>Fix <a href="https://github.com/fastify/fastify/security/advisories/GHSA-mrq3-vjjr-p77c">https://github.com/fastify/fastify/security/advisories/GHSA-mrq3-vjjr-p77c</a> <code>CVE-2026-25224</code>.</li> </ul> <h2>What's Changed</h2> <ul> <li>docs: update Reply.send() documentation for string serialization by <a href="https://github.com/mcollina"><code>@​mcollina</code></a> in <a href="https://redirect.github.com/fastify/fastify/pull/6466">fastify/fastify#6466</a></li> <li>chore: ignore agents config files by <a href="https://github.com/mcollina"><code>@​mcollina</code></a> in <a href="https://redirect.github.com/fastify/fastify/pull/6474">fastify/fastify#6474</a></li> <li>docs: update vulnerability reporting to use GitHub Security by <a href="https://github.com/mcollina"><code>@​mcollina</code></a> in <a href="https://redirect.github.com/fastify/fastify/pull/6475">fastify/fastify#6475</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/fastify/fastify/compare/v5.7.2...v5.7.3">https://github.com/fastify/fastify/compare/v5.7.2...v5.7.3</a></p> <h2>v5.7.2</h2> <h2>⚠️ Notice ⚠️</h2> <p>Parsing of the <code>content-type</code> header has been improved to a strict parser in PR <a href="https://redirect.github.com/fastify/fastify/issues/6414">#6414</a>. This means only header values in the form described in <a href="https://httpwg.org/specs/rfc9110.html#field.content-type">RFC 9110</a> are accepted.</p> <h2>What's Changed</h2> <ul> <li>chore: npm ignore AI related files by <a href="https://github.com/climba03003"><code>@​climba03003</code></a> in <a href="https://redirect.github.com/fastify/fastify/pull/6447">fastify/fastify#6447</a></li> <li>chore: update sponsor url by <a href="https://github.com/Eomm"><code>@​Eomm</code></a> in <a href="https://redirect.github.com/fastify/fastify/pull/6450">fastify/fastify#6450</a></li> <li>docs: add fastify-http-exceptions to Ecosystem.md by <a href="https://github.com/bhouston"><code>@​bhouston</code></a> in <a href="https://redirect.github.com/fastify/fastify/pull/6442">fastify/fastify#6442</a></li> <li>docs: fix invalid shorten form schema example by <a href="https://github.com/climba03003"><code>@​climba03003</code></a> in <a href="https://redirect.github.com/fastify/fastify/pull/6448">fastify/fastify#6448</a></li> <li>docs: Simplify and tighten decorators example by <a href="https://github.com/smith558"><code>@​smith558</code></a> in <a href="https://redirect.github.com/fastify/fastify/pull/6451">fastify/fastify#6451</a></li> <li>docs: Fix incorrect variable use by <a href="https://github.com/smith558"><code>@​smith558</code></a> in <a href="https://redirect.github.com/fastify/fastify/pull/6455">fastify/fastify#6455</a></li> <li>chore: update sponsor link by <a href="https://github.com/Eomm"><code>@​Eomm</code></a> in <a href="https://redirect.github.com/fastify/fastify/pull/6460">fastify/fastify#6460</a></li> <li>fix: Fix MIT Licence file to conform to standard by <a href="https://github.com/smith558"><code>@​smith558</code></a> in <a href="https://redirect.github.com/fastify/fastify/pull/6464">fastify/fastify#6464</a></li> <li>docs: move querystringParser option under routerOptions by <a href="https://github.com/inyourtime"><code>@​inyourtime</code></a> in <a href="https://redirect.github.com/fastify/fastify/pull/6463">fastify/fastify#6463</a></li> <li>chore: Updated content-type header parsing by <a href="https://github.com/jsumners"><code>@​jsumners</code></a> in <a href="https://redirect.github.com/fastify/fastify/pull/6414">fastify/fastify#6414</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/bhouston"><code>@​bhouston</code></a> made their first contribution in <a href="https://redirect.github.com/fastify/fastify/pull/6442">fastify/fastify#6442</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/fastify/fastify/compare/v5.7.1...v5.7.2">https://github.com/fastify/fastify/compare/v5.7.1...v5.7.2</a></p> <h2>v5.7.1</h2> <h2>What's Changed</h2> <ul> <li>chore: Bump actions/checkout from 5 to 6 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot] in <a href="https://redirect.github.com/fastify/fastify/pull/6434">fastify/fastify#6434</a></li> <li>chore: updated version in the fastify.js by <a href="https://github.com/Tony133"><code>@​Tony133</code></a> in <a href="https://redirect.github.com/fastify/fastify/pull/6446">fastify/fastify#6446</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/fastify/fastify/compare/v5.7.0...v5.7.1">https://github.com/fastify/fastify/compare/v5.7.0...v5.7.1</a></p> <h2>v5.7.0</h2> <h2>What's Changed</h2> <ul> <li>docs: Improved firebase serverless guide about process remaining stuck by <a href="https://github.com/alexandercerutti"><code>@​alexandercerutti</code></a> in <a href="https://redirect.github.com/fastify/fastify/pull/6380">fastify/fastify#6380</a></li> <li>docs: update migration guide with date-time breaking change by <a href="https://github.com/craftsman01"><code>@​craftsman01</code></a> in <a href="https://redirect.github.com/fastify/fastify/pull/6110">fastify/fastify#6110</a></li> <li>chore: remove test file by <a href="https://github.com/Eomm"><code>@​Eomm</code></a> in <a href="https://redirect.github.com/fastify/fastify/pull/6384">fastify/fastify#6384</a></li> <li>feat: speed up loading with custom compiler by <a href="https://github.com/Eomm"><code>@​Eomm</code></a> in <a href="https://redirect.github.com/fastify/fastify/pull/6383">fastify/fastify#6383</a></li> <li>docs: replace all instances of twitter.com with x.com by <a href="https://github.com/cseas"><code>@​cseas</code></a> in <a href="https://redirect.github.com/fastify/fastify/pull/6355">fastify/fastify#6355</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/fastify/fastify/commit/49468eddb7c59e07fb95183afbf03498fccac99e"><code>49468ed</code></a> Bumped v5.7.3</li> <li><a href="https://github.com/fastify/fastify/commit/eb11156396f6a5fedaceed0140aed2b7f026be37"><code>eb11156</code></a> Merge commit from fork</li> <li><a href="https://github.com/fastify/fastify/commit/d98ce2a0c030e18d27d93ed000788f95944ed910"><code>d98ce2a</code></a> docs: update vulnerability reporting to use GitHub Security (<a href="https://redirect.github.com/fastify/fastify/issues/6475">#6475</a>)</li> <li><a href="https://github.com/fastify/fastify/commit/17172c40506604fd15f8e5f17299b671d4b58686"><code>17172c4</code></a> Ignore agents config files (<a href="https://redirect.github.com/fastify/fastify/issues/6474">#6474</a>)</li> <li><a href="https://github.com/fastify/fastify/commit/b48826f07beaa925809c5e347d67a7e2502eb156"><code>b48826f</code></a> docs: update Reply.send() documentation for string serialization (<a href="https://redirect.github.com/fastify/fastify/issues/6466">#6466</a>)</li> <li><a href="https://github.com/fastify/fastify/commit/e1e4fe75910c36e1b9ebb87026ca16c053a9c1f2"><code>e1e4fe7</code></a> v5.7.2</li> <li><a href="https://github.com/fastify/fastify/commit/32d7b6add39ddf082d92579a58bea7018c5ac821"><code>32d7b6a</code></a> chore: Updated content-type header parsing (<a href="https://redirect.github.com/fastify/fastify/issues/6414">#6414</a>)</li> <li><a href="https://github.com/fastify/fastify/commit/f4a6ac1d0321e9f1757c165a2d423ccbefe7c9c9"><code>f4a6ac1</code></a> docs: move querystringParser example under routerOptions (<a href="https://redirect.github.com/fastify/fastify/issues/6463">#6463</a>)</li> <li><a href="https://github.com/fastify/fastify/commit/2af83d64b53a0a786141d93edb9ffefac8b6446a"><code>2af83d6</code></a> fix: Fix MIT Licence file to conform to standard (<a href="https://redirect.github.com/fastify/fastify/issues/6464">#6464</a>)</li> <li><a href="https://github.com/fastify/fastify/commit/5c14e05670c80455b99286ee0b6eac05eabec831"><code>5c14e05</code></a> chore: update sponsor link (<a href="https://redirect.github.com/fastify/fastify/issues/6460">#6460</a>)</li> <li>Additional commits viewable in <a href="https://github.com/fastify/fastify/compare/v5.6.2...v5.7.3">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=fastify&package-manager=npm_and_yarn&previous-version=5.6.2&new-version=5.7.3)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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 merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@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](https://github.com/karant-dev/AutoRedact/network/alerts). </details> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/AutoRedact#49
No description provided.