mirror of
https://github.com/GSManagerXZ/GameServerManager.git
synced 2026-06-01 18:39:35 +08:00
Upgrade server uuid to v14 and remove @types/uuid
This commit is contained in:
18
server/package-lock.json
generated
18
server/package-lock.json
generated
@@ -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": {
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user