fix: update uuid version

This commit is contained in:
chaos-zhu
2025-11-27 23:43:07 +08:00
parent 9fddb75908
commit b9f9fb99c2
2 changed files with 5 additions and 5 deletions

View File

@@ -54,7 +54,7 @@
"ssh2": "^1.15.0",
"ssh2-sftp-client": "^10.0.3",
"ua-parser-js": "^2.0.6",
"uuid": "^13.0.0"
"uuid": "11.1.0"
},
"devDependencies": {
"eslint": "^8.56.0",

View File

@@ -5687,10 +5687,10 @@ util@^0.12.4:
is-typed-array "^1.1.3"
which-typed-array "^1.1.2"
uuid@^13.0.0:
version "13.0.0"
resolved "https://registry.npmmirror.com/uuid/-/uuid-13.0.0.tgz#263dc341b19b4d755eb8fe36b78d95a6b65707e8"
integrity sha512-XQegIaBTVUjSHliKqcnFqYypAd4S+WCYt5NIeRs6w/UAry7z8Y9j5ZwRRL4kzq9U3sD6v+85er9FvkEaBpji2w==
uuid@11.1.0:
version "11.1.0"
resolved "https://registry.npmmirror.com/uuid/-/uuid-11.1.0.tgz#9549028be1753bb934fc96e2bca09bb4105ae912"
integrity sha512-0/A9rDy9P7cJ+8w1c9WD9V//9Wj15Ce2MPz8Ri6032usz+NfePxx5AcN3bN+r6ZL6jEo066/yNYB3tn4pQEx+A==
uuid@^8.3.2:
version "8.3.2"