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)
🔄 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/open-webui/open-webui/pull/16204
**Author:** [@dependabot[bot]](https://github.com/apps/dependabot)
**Created:** 8/1/2025
**Status:** ❌ Closed
**Base:** `dev` ← **Head:** `dependabot/npm_and_yarn/dev/undici-7.13.0`
---
### 📝 Commits (1)
- [`d78599d`](https://github.com/open-webui/open-webui/commit/d78599dadfe4508a4b5968725b7db162fb3b4aaf) chore(deps): bump undici from 7.3.0 to 7.13.0
### 📊 Changes
**2 files changed** (+5 additions, -5 deletions)
<details>
<summary>View changed files</summary>
📝 `package-lock.json` (+4 -4)
📝 `package.json` (+1 -1)
</details>
### 📄 Description
Bumps [undici](https://github.com/nodejs/undici) from 7.3.0 to 7.13.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/nodejs/undici/releases">undici's releases</a>.</em></p>
<blockquote>
<h2>v7.13.0</h2>
<h2>What's Changed</h2>
<ul>
<li>MockAgent.prototype.get support ignoreTrailingSlash option by <a href="https://github.com/lisez"><code>@lisez</code></a> in <a href="https://redirect.github.com/nodejs/undici/pull/4344">nodejs/undici#4344</a></li>
<li>chore: more jsdoc and minor improvements for lib/api/readable.js, by <a href="https://github.com/Uzlopak"><code>@Uzlopak</code></a> in <a href="https://redirect.github.com/nodejs/undici/pull/4351">nodejs/undici#4351</a></li>
<li>ci: skip Node.js 20 tests on Windows by <a href="https://github.com/mcollina"><code>@mcollina</code></a> in <a href="https://redirect.github.com/nodejs/undici/pull/4353">nodejs/undici#4353</a></li>
<li>Update WPT by <a href="https://github.com/github-actions"><code>@github-actions</code></a>[bot] in <a href="https://redirect.github.com/nodejs/undici/pull/4267">nodejs/undici#4267</a></li>
<li>feat(ProxyAgent) improve Curl-y behavior in HTTP->HTTP Proxy connections (<a href="https://redirect.github.com/nodejs/undici/issues/4180">#4180</a>) by <a href="https://github.com/caitp"><code>@caitp</code></a> in <a href="https://redirect.github.com/nodejs/undici/pull/4340">nodejs/undici#4340</a></li>
<li>fix: detect and prevent redirect loops with Client/Pool by <a href="https://github.com/mcollina"><code>@mcollina</code></a> in <a href="https://redirect.github.com/nodejs/undici/pull/4361">nodejs/undici#4361</a></li>
<li>remove node:buffer imports by <a href="https://github.com/KhafraDev"><code>@KhafraDev</code></a> in <a href="https://redirect.github.com/nodejs/undici/pull/4362">nodejs/undici#4362</a></li>
<li>fix: remove deprecated maxRedirections option from types by <a href="https://github.com/mcollina"><code>@mcollina</code></a> in <a href="https://redirect.github.com/nodejs/undici/pull/4363">nodejs/undici#4363</a></li>
<li>Amend the GC warning in the README to clarify that consuming bodies is recommended but not required by <a href="https://github.com/mcollina"><code>@mcollina</code></a> in <a href="https://redirect.github.com/nodejs/undici/pull/4364">nodejs/undici#4364</a></li>
<li>fix(inteceptor/dump): handle preemptive network errors by <a href="https://github.com/metcoder95"><code>@metcoder95</code></a> in <a href="https://redirect.github.com/nodejs/undici/pull/4354">nodejs/undici#4354</a></li>
<li>feat: add SnapshotAgent for HTTP request recording and playback by <a href="https://github.com/mcollina"><code>@mcollina</code></a> in <a href="https://redirect.github.com/nodejs/undici/pull/4270">nodejs/undici#4270</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/lisez"><code>@lisez</code></a> made their first contribution in <a href="https://redirect.github.com/nodejs/undici/pull/4344">nodejs/undici#4344</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a href="https://github.com/nodejs/undici/compare/v7.12.0...v7.13.0">https://github.com/nodejs/undici/compare/v7.12.0...v7.13.0</a></p>
<h2>v7.12.0</h2>
<h2>What's Changed</h2>
<ul>
<li>test: remove tspl on 2283 test by <a href="https://github.com/Uzlopak"><code>@Uzlopak</code></a> in <a href="https://redirect.github.com/nodejs/undici/pull/4301">nodejs/undici#4301</a></li>
<li>chore: reduce amount of intermediate functions by <a href="https://github.com/Uzlopak"><code>@Uzlopak</code></a> in <a href="https://redirect.github.com/nodejs/undici/pull/4298">nodejs/undici#4298</a></li>
<li>ci: disable shared builtin CI tests by <a href="https://github.com/mcollina"><code>@mcollina</code></a> in <a href="https://redirect.github.com/nodejs/undici/pull/4276">nodejs/undici#4276</a></li>
<li>webidl: remove unnecessary parameters from webidl.converters.RequestInfo and webidl.converters.RequestInit by <a href="https://github.com/Uzlopak"><code>@Uzlopak</code></a> in <a href="https://redirect.github.com/nodejs/undici/pull/4304">nodejs/undici#4304</a></li>
<li>fetch: remove await, add jsdoc for some body read functions by <a href="https://github.com/Uzlopak"><code>@Uzlopak</code></a> in <a href="https://redirect.github.com/nodejs/undici/pull/4303">nodejs/undici#4303</a></li>
<li>test: use assert and not testcontext in issue-2283.js by <a href="https://github.com/Uzlopak"><code>@Uzlopak</code></a> in <a href="https://redirect.github.com/nodejs/undici/pull/4306">nodejs/undici#4306</a></li>
<li>chore: jsdoc use <code>@returns</code> everywhere by <a href="https://github.com/Uzlopak"><code>@Uzlopak</code></a> in <a href="https://redirect.github.com/nodejs/undici/pull/4302">nodejs/undici#4302</a></li>
<li>chore: fix typo by <a href="https://github.com/pimothyxd"><code>@pimothyxd</code></a> in <a href="https://redirect.github.com/nodejs/undici/pull/4312">nodejs/undici#4312</a></li>
<li>build(deps): bump github/codeql-action from 3.28.18 to 3.29.2 by <a href="https://github.com/dependabot"><code>@dependabot</code></a>[bot] in <a href="https://redirect.github.com/nodejs/undici/pull/4315">nodejs/undici#4315</a></li>
<li>feat: throw error when maxRedirections is used with undici.request() by <a href="https://github.com/mcollina"><code>@mcollina</code></a> in <a href="https://redirect.github.com/nodejs/undici/pull/4311">nodejs/undici#4311</a></li>
<li>Clarify the type option of the cache interceptor by <a href="https://github.com/fredericDelaporte"><code>@fredericDelaporte</code></a> in <a href="https://redirect.github.com/nodejs/undici/pull/4299">nodejs/undici#4299</a></li>
<li>cache: allow caching heuristically cacheable error status codes by <a href="https://github.com/mcollina"><code>@mcollina</code></a> in <a href="https://redirect.github.com/nodejs/undici/pull/4318">nodejs/undici#4318</a></li>
<li>chore(doc): update undici vs fetch by <a href="https://github.com/styfle"><code>@styfle</code></a> in <a href="https://redirect.github.com/nodejs/undici/pull/4319">nodejs/undici#4319</a></li>
<li>don't set a finalizer on cloned request by <a href="https://github.com/tsctx"><code>@tsctx</code></a> in <a href="https://redirect.github.com/nodejs/undici/pull/4320">nodejs/undici#4320</a></li>
<li>websocketstream: close readablestream properly by <a href="https://github.com/KhafraDev"><code>@KhafraDev</code></a> in <a href="https://redirect.github.com/nodejs/undici/pull/4322">nodejs/undici#4322</a></li>
<li>add ping(websocket, payload) util by <a href="https://github.com/KhafraDev"><code>@KhafraDev</code></a> in <a href="https://redirect.github.com/nodejs/undici/pull/4325">nodejs/undici#4325</a></li>
<li>fix sending ping with no payload by <a href="https://github.com/KhafraDev"><code>@KhafraDev</code></a> in <a href="https://redirect.github.com/nodejs/undici/pull/4329">nodejs/undici#4329</a></li>
<li>refactor: eliminate eager llhttp promise creation by <a href="https://github.com/mcollina"><code>@mcollina</code></a> in <a href="https://redirect.github.com/nodejs/undici/pull/4337">nodejs/undici#4337</a></li>
<li>Fix misleading cacheByDefault documentation by <a href="https://github.com/fredericDelaporte"><code>@fredericDelaporte</code></a> in <a href="https://redirect.github.com/nodejs/undici/pull/4338">nodejs/undici#4338</a></li>
<li>add websocket to websocket diagnostic channels by <a href="https://github.com/KhafraDev"><code>@KhafraDev</code></a> in <a href="https://redirect.github.com/nodejs/undici/pull/4321">nodejs/undici#4321</a></li>
<li>speed up flaky websocket test by <a href="https://github.com/KhafraDev"><code>@KhafraDev</code></a> in <a href="https://redirect.github.com/nodejs/undici/pull/4343">nodejs/undici#4343</a></li>
<li>fetch: minor modifications by <a href="https://github.com/Uzlopak"><code>@Uzlopak</code></a> in <a href="https://redirect.github.com/nodejs/undici/pull/4347">nodejs/undici#4347</a></li>
<li>fetch: make readable-stream methods sync by <a href="https://github.com/Uzlopak"><code>@Uzlopak</code></a> in <a href="https://redirect.github.com/nodejs/undici/pull/4346">nodejs/undici#4346</a></li>
<li>remove creating an extra Promise just for common cleanup by <a href="https://github.com/bmeck"><code>@bmeck</code></a> in <a href="https://redirect.github.com/nodejs/undici/pull/4339">nodejs/undici#4339</a></li>
<li>chore: extract createDeferredPromise from fetch/utils.js by <a href="https://github.com/Uzlopak"><code>@Uzlopak</code></a> in <a href="https://redirect.github.com/nodejs/undici/pull/4345">nodejs/undici#4345</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/pimothyxd"><code>@pimothyxd</code></a> made their first contribution in <a href="https://redirect.github.com/nodejs/undici/pull/4312">nodejs/undici#4312</a></li>
<li><a href="https://github.com/fredericDelaporte"><code>@fredericDelaporte</code></a> made their first contribution in <a href="https://redirect.github.com/nodejs/undici/pull/4299">nodejs/undici#4299</a></li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/nodejs/undici/commit/8bbf77cfb4f39f70abd22010b6cf701992cee595"><code>8bbf77c</code></a> Bumped v7.13.0 (<a href="https://redirect.github.com/nodejs/undici/issues/4366">#4366</a>)</li>
<li><a href="https://github.com/nodejs/undici/commit/22dc0d67ce05831b8af63994f75e7a4bbfe339dc"><code>22dc0d6</code></a> feat: add SnapshotAgent for HTTP request recording and playback (<a href="https://redirect.github.com/nodejs/undici/issues/4270">#4270</a>)</li>
<li><a href="https://github.com/nodejs/undici/commit/d0399c40f116ae604658fbaca340351cae072668"><code>d0399c4</code></a> fix(inteceptor/dump): handle preemptive network errors (<a href="https://redirect.github.com/nodejs/undici/issues/4354">#4354</a>)</li>
<li><a href="https://github.com/nodejs/undici/commit/57efacb689c44645afcd409e23ae3310f18d70a9"><code>57efacb</code></a> Amend the GC warning in the README to clarify that consuming bodies is recomm...</li>
<li><a href="https://github.com/nodejs/undici/commit/567a589d2e4cab162faacaa98443900d17c0e941"><code>567a589</code></a> fix: remove deprecated maxRedirections option from types (<a href="https://redirect.github.com/nodejs/undici/issues/4363">#4363</a>)</li>
<li><a href="https://github.com/nodejs/undici/commit/177ca1bf58b453a9f8cbf59613ab183763d34794"><code>177ca1b</code></a> remove node:buffer imports (<a href="https://redirect.github.com/nodejs/undici/issues/4362">#4362</a>)</li>
<li><a href="https://github.com/nodejs/undici/commit/c9655f0b12624f255567f764dc522103e250676d"><code>c9655f0</code></a> fix: detect and prevent redirect loops with Client/Pool (<a href="https://redirect.github.com/nodejs/undici/issues/4361">#4361</a>)</li>
<li><a href="https://github.com/nodejs/undici/commit/b7513d4df62e9d1c1ecc34c3a418bd402e3c8432"><code>b7513d4</code></a> feat(ProxyAgent) improve Curl-y behavior in HTTP->HTTP Proxy connections (<a href="https://redirect.github.com/nodejs/undici/issues/41">#41</a>...</li>
<li><a href="https://github.com/nodejs/undici/commit/a36e299d544863c5ade17d4090181be894366024"><code>a36e299</code></a> chore: update WPT (<a href="https://redirect.github.com/nodejs/undici/issues/4267">#4267</a>)</li>
<li><a href="https://github.com/nodejs/undici/commit/66ac0893b03aa0f6c89dec8efe6f11e06715fb93"><code>66ac089</code></a> ci: exclude Node.js 20 on Windows from test matrix (<a href="https://redirect.github.com/nodejs/undici/issues/4353">#4353</a>)</li>
<li>Additional commits viewable in <a href="https://github.com/nodejs/undici/compare/v7.3.0...v7.13.0">compare view</a></li>
</ul>
</details>
<br />
[](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)
</details>
---
<sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
📋 Pull Request Information
Original PR: https://github.com/open-webui/open-webui/pull/16204
Author: @dependabot[bot]
Created: 8/1/2025
Status: ❌ Closed
Base:
dev← Head:dependabot/npm_and_yarn/dev/undici-7.13.0📝 Commits (1)
d78599dchore(deps): bump undici from 7.3.0 to 7.13.0📊 Changes
2 files changed (+5 additions, -5 deletions)
View changed files
📝
package-lock.json(+4 -4)📝
package.json(+1 -1)📄 Description
Bumps undici from 7.3.0 to 7.13.0.
Release notes
Sourced from undici's releases.
... (truncated)
Commits
8bbf77cBumped v7.13.0 (#4366)22dc0d6feat: add SnapshotAgent for HTTP request recording and playback (#4270)d0399c4fix(inteceptor/dump): handle preemptive network errors (#4354)57efacbAmend the GC warning in the README to clarify that consuming bodies is recomm...567a589fix: remove deprecated maxRedirections option from types (#4363)177ca1bremove node:buffer imports (#4362)c9655f0fix: detect and prevent redirect loops with Client/Pool (#4361)b7513d4feat(ProxyAgent) improve Curl-y behavior in HTTP->HTTP Proxy connections (#41...a36e299chore: update WPT (#4267)66ac089ci: exclude Node.js 20 on Windows from test matrix (#4353)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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@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)🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.