build(deps): bump fast-uri from 3.1.0 to 3.1.7 - #4400
dependabot[bot] wants to merge 2 commits into
Conversation
Bumps [fast-uri](https://github.com/fastify/fast-uri) from 3.1.0 to 3.1.7. - [Release notes](https://github.com/fastify/fast-uri/releases) - [Commits](fastify/fast-uri@v3.1.0...v3.1.7) --- updated-dependencies: - dependency-name: fast-uri dependency-version: 3.1.7 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
There was a problem hiding this comment.
LGTM, straightforward dependency version bump.
What was reviewed: the yarn.lock diff, confirming it only updates the resolved version and checksum for the transitive dependency fast-uri (3.1.0 to 3.1.7), with no other lockfile or source changes. This bump addresses several published fast-uri security advisories (authority injection via unvalidated port, host confusion via IP-literal handling, SSRF via hostname/IPv6 normalization issues).
Extended reasoning...
Overview
The diff touches only yarn.lock, updating the locked resolution for the transitive dependency fast-uri from 3.1.0 to 3.1.7 (version string and checksum). No application source files, configuration, or documentation are modified.
Security risks
There is no direct security risk introduced by this change itself — it is a lockfile-only update. The bump is actually a security-positive change: fast-uri 3.1.7 backports fixes for several disclosed advisories in the 3.x line (authority injection via unvalidated port in serialize(), host confusion via IP-literal bracket handling, IDN canonicalization bypass, and SSRF via repeated hostname percent-decoding / malformed IPv6 normalization). Since fast-uri is only a transitive dependency here (pulled in via ^3.0.1 range, likely through ajv), the risk surface for this repo depends on how that library is used downstream, but upgrading strictly reduces risk.
Level of scrutiny
This warrants minimal scrutiny. It's a mechanical, automated dependency bump (dependabot) confined to a single lockfile entry with a matching checksum update — exactly the kind of change that doesn't need human line-by-line review. No CODEOWNERS or CLAUDE.md constraints apply to yarn.lock, and the bug-hunting pass reported no issues.
Other factors
No tests are affected by a lockfile bump; correctness is bounded by whether yarn install / CI resolves and builds successfully, which is outside the scope of a diff review. There is no prior review history on this PR to reconcile, and the change is self-contained and reversible.
Pull request was closed
|
OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting If you change your mind, just re-open this PR and I'll resolve any conflicts on it. |
Bumps fast-uri from 3.1.0 to 3.1.7.
Release notes
Sourced from fast-uri's releases.
... (truncated)
Commits
412e40aBumped v3.1.79f4c943fix: backport port and IP-literal validation to v3.x (#216)1eb3ce4fix: treat unterminated bracket hosts as reg-names again (#214)6f970b2Bumped v3.1.6d941579fix: never run IDN canonicalization on bracketed IP literalsc0f0279test: adapt decoded-scheme handler assertion to 3.x (no mailto scheme)37f3417Merge commit from fork607bfbeMerge commit from forkae92a4cMerge commit from fork444ecdaMerge commit from forkDependabot 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 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.