Skip to content

chore(deps): bump @fastify/static from 9.1.3 to 10.1.2 in the npm_and_yarn group across 1 directory - #1291

Merged
ferhatelmas merged 1 commit into
masterfrom
dependabot/npm_and_yarn/npm_and_yarn-0387bef127
Aug 3, 2026
Merged

chore(deps): bump @fastify/static from 9.1.3 to 10.1.2 in the npm_and_yarn group across 1 directory#1291
ferhatelmas merged 1 commit into
masterfrom
dependabot/npm_and_yarn/npm_and_yarn-0387bef127

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 3, 2026

Copy link
Copy Markdown
Contributor

Bumps the npm_and_yarn group with 1 update in the / directory: @fastify/static.

Updates @fastify/static from 9.1.3 to 10.1.2

Release notes

Sourced from @​fastify/static's releases.

v10.1.2

⚠️ Security Release

What's Changed

Full Changelog: fastify/fastify-static@v10.1.1...v10.1.2

v10.1.1

⚠️ Security Release

What's Changed

Full Changelog: fastify/fastify-static@v10.1.0...v10.1.1

v10.1.0

What's Changed

New Contributors

Full Changelog: fastify/fastify-static@v10.0.0...v10.1.0

v10.0.0

Breaking Changes

  • setHeaders now using FastifyReply instead of Response.

You should refactor your code to use the reply helpers. For example,

// Before
const fastify = require('fastify')({logger: true})
const path = require('node:path')
fastify.register(require('@​fastify/static'), {
root: path.join(__dirname, 'public'),
prefix: '/public/', // optional: default '/',
setHeaders(res) {
res.setHeader('X-Test', 'Foo')
}
})
</tr></table>

... (truncated)

Commits

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Aug 3, 2026
@dependabot
dependabot Bot requested a review from a team as a code owner August 3, 2026 01:11
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Aug 3, 2026

@claude claude Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM — routine dependency bump.

Extended reasoning...

Overview

This is a Dependabot-generated PR bumping @fastify/swagger-ui from 5.2.6 to 6.1.1 (which transitively bumps @fastify/static from 9.1.3 to 10.1.2, plus minor bumps to content-disposition, fastify-plugin, brace-expansion, and minimatch). Only package.json and package-lock.json are touched — no application source code is modified.

Security risks

The bump includes fixes for two GHSA security advisories in @fastify/static (GHSA-8pvw-jcv7-9cmj and GHSA-83w8-p2f5-377r), so this is a net security improvement rather than a risk. No new attack surface is introduced.

Level of scrutiny

Low. This is a mechanical, tool-generated dependency bump with no logic changes. I checked whether the codebase directly depends on @fastify/static or uses the setHeaders option that changed signature in v10.0.0 (from raw Response to fastify's reply helper) — it does not. @fastify/static is only pulled in transitively via @fastify/swagger-ui, and the only usage of fastifySwaggerUi in src/app.ts passes just routePrefix, with no setHeaders override, so the breaking change does not affect this repo.

Other factors

No outstanding review comments on this PR, and no bugs were reported by the bug-hunting system. This is a low-risk, well-scoped dependency update appropriate for auto-approval.

@coveralls

coveralls commented Aug 3, 2026

Copy link
Copy Markdown

Coverage Report for CI Build 30798170529

Coverage decreased (-0.005%) to 80.361%

Details

  • Coverage decreased (-0.005%) from the base build.
  • Patch coverage: No coverable lines changed in this PR.
  • No coverage regressions found.

Uncovered Changes

No uncovered changes found.

Coverage Regressions

No coverage regressions found.


Coverage Stats

Coverage Status
Relevant Lines: 12638
Covered Lines: 10577
Line Coverage: 83.69%
Relevant Branches: 7485
Covered Branches: 5594
Branch Coverage: 74.74%
Branches in Coverage %: Yes
Coverage Strength: 432.05 hits per line

💛 - Coveralls

Bumps the npm_and_yarn group with 1 update in the / directory: [@fastify/static](https://github.com/fastify/fastify-static).


Updates `@fastify/static` from 9.1.3 to 10.1.2
- [Release notes](https://github.com/fastify/fastify-static/releases)
- [Commits](fastify/fastify-static@v9.1.3...v10.1.2)

---
updated-dependencies:
- dependency-name: "@fastify/static"
  dependency-version: 10.1.2
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/npm_and_yarn-0387bef127 branch from 745fb69 to efa0a8c Compare August 3, 2026 08:38
@ferhatelmas
ferhatelmas merged commit 1e33d87 into master Aug 3, 2026
25 checks passed
@ferhatelmas
ferhatelmas deleted the dependabot/npm_and_yarn/npm_and_yarn-0387bef127 branch August 3, 2026 08:43
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.

2 participants