Bump fast-uri from 3.1.4 to 3.1.5 in /tests/functional - #2484
Bump fast-uri from 3.1.4 to 3.1.5 in /tests/functional#2484dependabot[bot] wants to merge 1 commit into
Conversation
Bumps [fast-uri](https://github.com/fastify/fast-uri) from 3.1.4 to 3.1.5. - [Release notes](https://github.com/fastify/fast-uri/releases) - [Commits](fastify/fast-uri@v3.1.4...v3.1.5) --- updated-dependencies: - dependency-name: fast-uri dependency-version: 3.1.5 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
Hello dependabot[bot],My role is to assist you with the merge of this Available options
Available commands
Status report is not available. The following options are set: bypass_author_approval, bypass_jira_check |
Waiting for approvalThe following approvals are needed before I can proceed with the merge:
The following options are set: bypass_author_approval, bypass_jira_check |
There was a problem hiding this comment.
Dependency Bump Evaluation
Version change: fast-uri 3.1.4 -> 3.1.5 (patch)
Semver bump type: patch
Changes:
- Security fix for CVE-2026-18446 (HIGH severity): host confusion via backslash authority introducer
- fast-uri parsed backslash sequences without recognizing a URI authority, while Node WHATWG URL treats backslash as forward slash for special schemes — causing a policy/use desync exploitable for SSRF or allowlist bypass
Breaking changes: None
Security concerns: This patch fixes a high-severity vulnerability. No new security concerns introduced.
Impact on codebase: fast-uri is a transitive dependency only (not directly imported or listed in any package.json). It appears solely in tests/functional/yarn.lock and tests/workflows/yarn.lock — pulled in by ajv or a similar JSON schema validator. The only file changed is the tests/functional/yarn.lock lockfile (3 lines added, 3 removed). No application or test code is affected.
Recommendation: SAFE TO MERGE
Notes:
- tests/workflows/yarn.lock still pins fast-uri at 3.0.6 and is not updated by this PR. Consider a follow-up bump there as well (vulnerable range: < 3.1.5).
- All commits authored by dependabot[bot].
— Claude Code
Bumps fast-uri from 3.1.4 to 3.1.5.
Release notes
Sourced from fast-uri's releases.
Commits
5e179cbBumped v3.1.52cad02dMerge 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.