diff --git a/packages/pinus-rpc/package.json b/packages/pinus-rpc/package.json index 25e5f6a90..5af73a109 100644 --- a/packages/pinus-rpc/package.json +++ b/packages/pinus-rpc/package.json @@ -31,7 +31,7 @@ "socket.io": "^4.1.3", "source-map-support": "^0.5.0", "stream-pkg": "0.0.5", - "uuid": "^10.0.0", + "uuid": "^11.0.3", "ws": "^8.12.0" }, "devDependencies": { diff --git a/yarn.lock b/yarn.lock index 16807950d..d62bc610c 100644 --- a/yarn.lock +++ b/yarn.lock @@ -9747,6 +9747,11 @@ uuid@^10.0.0: resolved "https://registry.yarnpkg.com/uuid/-/uuid-10.0.0.tgz#5a95aa454e6e002725c79055fd42aaba30ca6294" integrity sha512-8XkAphELsDnEGrDxUOHB3RGvXz6TeuYSGEZBOjtTtPm2lwhGBjLgOzLHB63IUWfBpNucQjND6d3AOudO+H3RWQ== +uuid@^11.0.3: + version "11.0.3" + resolved "https://registry.yarnpkg.com/uuid/-/uuid-11.0.3.tgz#248451cac9d1a4a4128033e765d137e2b2c49a3d" + integrity sha512-d0z310fCWv5dJwnX1Y/MncBAqGMKEzlBb1AOf7z9K8ALnd0utBX/msg/fA0+sbyN1ihbMsLhrBlnl1ak7Wa0rg== + uuid@^3.0.0, uuid@^3.3.2, uuid@^3.3.3: version "3.4.0" resolved "https://registry.npmmirror.com/uuid/download/uuid-3.4.0.tgz"