An open index of dependabot pull requests across open source projects.

build(deps): bump fast-uri from 3.1.0 to 3.1.5 in /studio-brain-mcp

Open
Number: #815
Type: Pull Request
State: Open
Author: dependabot[bot] dependabot[bot]
Association: Unknown
Comments: 1
Created: August 05, 2026 at 09:22 AM UTC
(2 days ago)
Updated: August 05, 2026 at 09:23 AM UTC
(2 days ago)
Labels:
dependencies javascript
Description:

Bumps fast-uri from 3.1.0 to 3.1.5.

Release notes

Sourced from fast-uri's releases.

v3.1.5

⚠️ Security Warning

Fix for https://github.com/fastify/fast-uri/security/advisories/GHSA-7p8r-x3mc-p8w7

Full Changelog: https://github.com/fastify/fast-uri/compare/v3.1.4...v3.1.5

v3.1.4

⚠️ Security Release

Fix for https://github.com/fastify/fast-uri/security/advisories/GHSA-v2hh-gcrm-f6hx

Full Changelog: https://github.com/fastify/fast-uri/compare/v3.1.3...v3.1.4

v3.1.3

⚠️ Security Release

Full Changelog: https://github.com/fastify/fast-uri/compare/v3.1.2...v3.1.3

v3.1.2

⚠️ Security Release

What's Changed

Full Changelog: https://github.com/fastify/fast-uri/compare/v3.1.1...v3.1.2

v3.1.1

⚠️ Security Release

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 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.
Package Dependencies
Package:
fast-uri
Ecosystem:
npm
Version Change:
3.1.0 → 3.1.5
Update Type:
Patch
Path:
/studio-brain-mcp
Security Advisories
fast-uri vulnerable to path traversal via percent-encoded dot segments
GHSA-q3j6-qgpj-74h6 CVE-2026-6321 HIGH
### Impact `fast-uri` v3.1.0 and earlier decodes percent-encoded path separators (`%2F`) and dot segments (`%2E`) before applying dot-segment removal in `normalize()` and `equal()`. This makes enc...
fast-uri vulnerable to host confusion via percent-encoded authority delimiters
GHSA-v39h-62p7-jpjc CVE-2026-6322 HIGH
### Impact `fast-uri` v3.1.1 and earlier decodes percent-encoded authority delimiters (`%40` as `@`, `%3A` as `:`) inside the host component and serializes them back as raw characters. This change...
fast-uri vulnerable to host confusion via failed IDN canonicalization
GHSA-4c8g-83qw-93j6 CVE-2026-13676 HIGH
### Impact `fast-uri` versions `>= 2.3.1, <= 4.0.0` fail to canonicalize Unicode/IDN hostnames for HTTP-family URLs. The IDN conversion path calls `URL.domainToASCII(...)` on the global WHATWG `UR...
fast-uri vulnerable to host confusion via literal backslash authority delimiter
GHSA-v2hh-gcrm-f6hx CVE-2026-16221 HIGH
### Impact `fast-uri` v4.1.0 and earlier do not treat a literal backslash (U+005C) as an authority delimiter. Node's native WHATWG `URL` (used by `fetch()`, `undici`, and Node's `http`/`https` cli...
fast-uri vulnerable to host confusion via backslash authority introducer
GHSA-7p8r-x3mc-p8w7 CVE-2026-18446 HIGH
### Impact `fast-uri` v4.1.1 and earlier require a literal `//` to recognize a URI authority, so a reference that uses `\\`, `/\`, or `\/` as the authority introducer (in place of `//`, after an o...
Technical Details
ID: 16145770
UUID: 5069395405
Node ID: PR_kwDOQxbn1M76_W3G
Host: GitHub
Repository: monsoonfirepottery-byte/monsoonfire-portal