mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-07 11:28:35 -05:00
[PR #15944] [CLOSED] fix: resolve npm audit vulnerabilities #62846
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/open-webui/open-webui/pull/15944
Author: @aloewright
Created: 7/22/2025
Status: ❌ Closed
Base:
main← Head:main📝 Commits (3)
6c2b9feAdd deployment configurations for Vercel, Netlify, and Renderd25c052fix: npm audit fixes5765b91fix: update Node.js version to 20 for Netlify compatibility📊 Changes
7 files changed (+3331 additions, -2278 deletions)
View changed files
➕
.github/workflows/deploy-vercel.yml(+35 -0)➕
README_DEPLOY.md(+81 -0)➕
netlify.toml(+25 -0)📝
package-lock.json(+3140 -2275)📝
package.json(+3 -3)➕
render.yaml(+17 -0)➕
vercel.json(+30 -0)📄 Description
This PR addresses security vulnerabilities identified by npm audit:
The fixes involve updating dependencies to secure versions:
These changes help improve the security posture of the project by eliminating known vulnerabilities.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.