fix: 升级 Vite、Rollup、PostCSS 等依赖清除 Github 安全漏洞提示

This commit is contained in:
mofeng-git
2026-05-19 11:45:45 +00:00
parent 3ea15e37a4
commit 8915d36bcf
2 changed files with 371 additions and 222 deletions

584
web/package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -34,10 +34,15 @@
"@vitejs/plugin-vue": "^6.0.1",
"@vue/tsconfig": "^0.8.1",
"autoprefixer": "^10.4.22",
"postcss": "^8.5.6",
"postcss": "^8.5.10",
"tailwindcss": "^4.1.17",
"typescript": "~5.9.3",
"vite": "^7.2.4",
"vite": "^7.3.2",
"vue-tsc": "^3.1.4"
},
"overrides": {
"defu": "^6.1.5",
"picomatch": "^4.0.4",
"rollup": "^4.59.0"
}
}