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

@@ -31,7 +31,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"
},
@@ -48,7 +48,6 @@
"@types/node": "^20.19.37",
"@types/node-cron": "^3.0.11",
"@types/tar-stream": "^3.1.4",
"@types/uuid": "^9.0.8",
"fast-check": "^4.6.0",
"jest": "^29.7.0",
"ts-jest": "^29.4.6",
@@ -1881,13 +1880,6 @@
"integrity": "sha512-6WaYesThRMCl19iryMYP7/x2OVgCtbIVflDGFpWnb9irXI3UjYE4AzmYuiUKY1AJstGijoY+MgUszMgRxIYTYw==",
"license": "MIT"
},
"node_modules/@types/uuid": {
"version": "9.0.8",
"resolved": "https://registry.npmjs.org/@types/uuid/-/uuid-9.0.8.tgz",
"integrity": "sha512-jg+97EGIcY9AGHJJRaaPVgetKDsrTgbRjQ5Msgjh/DQKEFl0DtyRr/VCOyD1T2R1MNeWPK/u7JoGhlDZnKBAfA==",
"dev": true,
"license": "MIT"
},
"node_modules/@types/ws": {
"version": "8.18.1",
"resolved": "https://registry.npmjs.org/@types/ws/-/ws-8.18.1.tgz",
@@ -6789,16 +6781,16 @@
}
},
"node_modules/uuid": {
"version": "9.0.1",
"resolved": "https://registry.npmjs.org/uuid/-/uuid-9.0.1.tgz",
"integrity": "sha512-b+1eJOlsR9K8HJpow9Ok3fiWOWSIcIzXodvv0rQjVoOVNpWMpxf1wZNpt4y9h10odCNrqnYp1OBzRktckBe3sA==",
"version": "14.0.0",
"resolved": "https://registry.npmjs.org/uuid/-/uuid-14.0.0.tgz",
"integrity": "sha512-Qo+uWgilfSmAhXCMav1uYFynlQO7fMFiMVZsQqZRMIXp0O7rR7qjkj+cPvBHLgBqi960QCoo/PH2/6ZtVqKvrg==",
"funding": [
"https://github.com/sponsors/broofa",
"https://github.com/sponsors/ctavan"
],
"license": "MIT",
"bin": {
"uuid": "dist/bin/uuid"
"uuid": "dist-node/bin/uuid"
}
},
"node_modules/v8-to-istanbul": {

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"