Skip to content

Commit

Permalink
fix: upgrade console dependencies for fix some CVEs. (#539)
Browse files Browse the repository at this point in the history
* fix: upgrade console dependencies for fix some CWEs.

* docs: add content in CHANGELOG.MD.
  • Loading branch information
li-guohao authored May 15, 2024
1 parent 9aae3c6 commit 2dbdcc4
Show file tree
Hide file tree
Showing 4 changed files with 119 additions and 114 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.MD
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@
- 修复附件移动时,子附件的`path`属性没有及时更新的问题。
- 修复服务端WebConsole,附件预览视频文件时,类似`xxx.jpsc.ass`无法正常显示是否简体繁体,同时如果再遇到无法识别的情况,在字幕选择列表直接显示比如`jpsc`

## 安全更新

- 升级console部分依赖,避免CVE.

# 0.11.7

Expand Down
6 changes: 3 additions & 3 deletions console/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"@vueuse/router": "^9.6.0",
"@vueuse/shared": "^9.6.0",
"artplayer": "^5.1.1",
"axios": "^1.6.1",
"axios": "^1.6.8",
"crypto-js": "^4.2.0",
"element-plus": "^2.3.5",
"filepond": "^4.30.4",
Expand Down Expand Up @@ -96,11 +96,11 @@
"sass": "^1.56.2",
"tailwindcss": "^3.3.2",
"typescript": "^5.0.4",
"vite": "^4.1.5",
"vite": "^4.5.3",
"vite-plugin-compression2": "^0.9.1",
"vite-plugin-eslint": "^1.8.1",
"vite-plugin-externals": "^0.6.2",
"vite-plugin-html": "^3.2.0",
"vite-plugin-html": "^3.2.2",
"vitest": "^0.25.3",
"vue-tsc": "^1.0.24"
},
Expand Down
2 changes: 1 addition & 1 deletion console/packages/api-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"devDependencies": {
"@openapitools/openapi-generator-cli": "^2.5.2",
"@types/node": "^18.13.0",
"axios": "^1.6.1",
"axios": "^1.6.8",
"bumpp": "^8.2.1",
"typescript": "^4.9.5",
"unbuild": "^0.7.6",
Expand Down
Loading

0 comments on commit 2dbdcc4

Please sign in to comment.