Upgrade server uuid to v14 and remove @types/uuid

This commit is contained in:
yxsj245
2026-04-30 09:09:39 +08:00
parent 769ed14cf3
commit 12a6f687e1
3 changed files with 8 additions and 15 deletions

View File

@@ -33,7 +33,7 @@
"socket.io": "^4.8.3",
"tar": "^7.5.13",
"tar-stream": "^3.1.8",
"uuid": "^9.0.1",
"uuid": ">=14.0.0",
"winston": "^3.19.0",
"yaml": "^2.8.3"
},
@@ -56,7 +56,6 @@
"@types/node": "^20.19.37",
"@types/node-cron": "^3.0.11",
"@types/tar-stream": "^3.1.4",
"@types/uuid": "^9.0.8",
"jest": "^29.7.0",
"tsx": "^4.21.0",
"typescript": "^5.9.3"