Skip to content

Commit 153cd14

Browse files
liangweifengWEIFENG2333
authored andcommitted
fix(security): 升级 esbuild 到 0.25.x 修复 CORS 漏洞 (GHSA-67mh-4wv8-2f99)
- 使用 npm overrides 强制 esbuild >= 0.25.0 - 修复 esbuild 开发服务器 CORS 配置漏洞 - 现在所有依赖都使用安全版本的 esbuild
1 parent 6119aef commit 153cd14

File tree

5 files changed

+181
-166
lines changed

5 files changed

+181
-166
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 42 deletions
This file was deleted.

app/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
import os
33
from pathlib import Path
44

5-
VERSION = "v1.3.3"
5+
VERSION = "v1.4.0"
66
YEAR = 2025
77
APP_NAME = "VideoCaptioner"
88
AUTHOR = "Weifeng"

docs/.vitepress/config.mts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ export default defineConfig({
108108
description: '基于大语言模型和Whisper的智能视频字幕处理工具,支持语音识别、智能断句、字幕优化和多语言翻译',
109109
applicationCategory: 'MultimediaApplication',
110110
operatingSystem: ['Windows 10', 'Windows 11', 'macOS 10.15+', 'Linux'],
111-
softwareVersion: '1.3.3',
111+
softwareVersion: '1.4.0',
112112
offers: {
113113
'@type': 'Offer',
114114
price: '0',

0 commit comments

Comments
 (0)